OZONE Asylum
Forums
Stupid Basic HTML
What am I doing wrong?
This page's ID:
29514
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hello and welcome. First and foremost, what you are doing wrong is using TABLEs for layout. This is [url=http://www.hotdesign.com/seybold/]wrong[/url] on many levels. You also fail to use HTML tags for their correct purpose. [url=http://brainstormsandraves.com/articles/semantics/structure/]Semantic markup[/url] and [url=http://snook.ca/archives/html_and_css/six_keys_to_understanding_css_layouts/]CSS[/url] are [url=http://www.w3.org/]the way to go[/url]. This might be [url=http://snook.ca/archives/html_and_css/six_keys_to_understanding_css_layouts/]tricky at first[/url], but it is worth [url=http://www.webstandards.org/learn/]learning[/url]. Honest. Oh and you forgot to close the IMG tag ;) FYI, your markup should rather look like:[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>[/code] Hope that helps, [url=http://www.p01.org/][img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_teapot.png[/img][/url] [small](Edited by [url=http://www.ozoneasylum.com/user/2185]poi[/url] on 09-08-2007 22:44)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »