View Single Post
09-12-2005, 01:49 AM
#2
Dray is offline Dray
Dray's Avatar
Status: Request a custom title
Join date: Sep 2005
Location: Texas
Expertise:
Software:
 
Posts: 1,139
iTrader: 0 / 0%
 

Dray is on a distinguished road

  Old

Hehe i remember when i started.

1. Remove the marginheight="100%"

2. Most likely you nested the <body> in a wrong place.

3. You can't use a "#" as a link. <a href=#>Read More</a> It will only validate if you enter an URL or something after the #. So basically you gotta put the actual link here to get rid of this error.

4. Is same as #3

5. You missed a </div>



EDIT: now that i looked at it, i coudln't even find the <body> tag. First of all combine all of those <style> tags into one big one. Second of all the <body> tag goes below the </head> tag. according to error#2 your body tag is on line 182.