View Single Post
  #7 (permalink)  
Old 31-10-2007, 04:48 AM
TW.87 TW.87 is offline
Junior Member
 
Join Date: Oct 2007
Posts: 27
Default

Quote:
Originally Posted by LeadMagnet View Post
It's pretty simple, you never closed your 'a' tag.
Elements are tags. Any tag you open needs to be closed e.g.
HTML Code:
<a>is closed with</a>
or self-closed e.g.
HTML Code:
<br/>
<img src="whatever.jpg"/>
Thank you for your help with that, I've just corrected it all, and now it is validating correctly.
Reply With Quote