Hi all,
I have tried to solve my whole lot of vaildation errors the whole afternoon...I used the following to vaildate my webpage:
http://www.htmlvalidator.com/
And my webpage is:
http://www.absolutethree.com
The first error generated is that it says that it can't find an end tag for the <div id='frame'> but i looked through the whole file and the tag is in order...my layout for the divs is:
My second problem is that the vaildator says:Code:<div id=frame> // frame starts here <div id=buttonarea></div> // this is for the button area <div id=contentleft></div> // this is for the left area <div id=contentcenter></div> // this is for the center area </div> // end frame
The "a" tag has a misplaced or invalid equal sign ('='). Cannot check the rest of the tag.
...based game in Singapore'></a><div id='buttonarea'><a href="register.php?PHPSESSID=6bad26a6c944dc812695d15f51821ca2" onMouseOver=document.signuppic.src="images/button_signupon.gif" onMouseOut=document.signuppic.src="images/button_signup.gif"><img class="firstbuttonpos" src="images/button_signup.gif" n...
The above line refers to this code:
I tried to amend the quotes but just can't get pass the vaildation...the code is working fine...PHP Code:echo'<a href="register.php" onMouseOver=document.signuppic.src="images/button_signupon.gif" onMouseOut=document.signuppic.src="images/button_signup.gif"><img class="firstbuttonpos" src="images/button_signup.gif" name="signuppic" alt="Sign up for a new adventure!" title="Sign up for a new adventure!"></a>';
Any help / advice will be greatly appreciated. Thank you.






(in javascripts)

Bookmarks