View Single Post
  #3 (permalink)  
Old 13-04-2008, 01:18 PM
Toon's Avatar
Toon Toon is online now
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 17,250
Default

Agreed, the code needs to be cleaner to find the errors.

Get rid of all

Code:
<br />
Use margins for spaces not breaks.

The css validator is throwing up this error

Code:
23  	 #topbar  	 Value Error : height  Unknown dimension  15tpx
Seems there's an extra t somewhere.

It seems some of your commenting is effecting it as well..

Code:
Line 124, Column 28: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag.
<div class="articleboxouter"><!-- Here's where you can place ur content -->
What created the commenting or have you entered it yourself?
Reply With Quote