Topic: What am I doing wrong? (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 09-08-2007 21:58
This is the code I have on a site I am working on but for some reason the top table will not expand for the banner to fit correctly. |
Paranoid (IV) Inmate From: Norway |
posted 09-08-2007 22:32
Hello and welcome. code: <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' > <head> <title>TKF Lures--Jigs, Spinners, and so much more!</title> <link rel='stylesheet' type='text/css' href='style.css' ></link> </head> <body> <div id='banner'><img src='banner.php' alt='' /></div> <ul id='navigation'> <li><a href='http://gotkf.com/'>home</a></li> <li><a href='http://gotkf.com/store/'>store</a></li> <li><a href='http://gotkf.com/forum/'>forum</a></li> </ul> <p>Forget about god and the tooth fairy.<br /> None of them will help you get the job done, properly.</p> </body> </html>
|
Obsessive-Compulsive (I) Inmate From: |
posted 09-08-2007 23:25
Thanks for the help. |
Paranoid (IV) Inmate From: Florida |
posted 09-08-2007 23:50
http://w3.org/TR/xhtml1/#C_2 |