View Single Post
  #2 (permalink)  
Old Nov 9th, 2007, 11:35
Lucleonhart Lucleonhart is offline
Up'n'Coming Member
Join Date: Jun 2007
Location: Germany
Age: 23
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: validation errors

You are using XHTML, so you have to close each element.
<img src="a.jpg"> ---> <img src="a.jpg" />
other elements have own closing tags
<div>...</div>