Weather by You!

Templates and Projects support => Html Templates => Topic started by: aznetcowboy on May 13, 2013, 11:55:18 PM

Title: XHTML error
Post by: aznetcowboy on May 13, 2013, 11:55:18 PM
I am getting the following erro when doing an XHTM validate (http://validator.w3.org/check?uri=http%3a%2f%2fwww.elgheko.us%2findex.htm). Note the red >:
Any idea what this error is or what is causing it. It is the code from Weather Blues V1, indexT.htm is "<a href="#"><#location></a>".  The header is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=""> <head> <meta http-equiv="" content="" />


Tom

Title: Re: XHTML error
Post by: Mr.Meteo on May 14, 2013, 06:54:36 AM
Hi Tom,

This error meen that the command you're using couldn't be used alone.
The right way to use it is:

<p><a href...></a></p>

If you put an <a....> alone, things will be displayed ok, as it is a common error,
but the error is there when we try to validate.

Hope this help!

Regards,
Jacques