View Single Post
Old 10-09-2012, 12:41 AM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,387
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
Here is a link to the validater with your page that has 36 errors. The doctype seems to be all wrong. Use this one:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
The <html> tag does not need an ID.

Your divs and the content are separated causing many problems. You should not use tables for lay out. Read this http://upwithabang.com/articles/css-...of-tables.html

I'd recode the page from the ground up.
sunfighter is online now   Reply With Quote