I feel like crying

liunx

Guest
Ok.. heres my big problem, and hopefully someone can help me out. I'm building an index page for my website, and can't get the tables aligned right. I already have 3 tables where I want them, and I'm trying to add more below them, but when ever I do it messes the whole thing up so it looks really funny. Below I've attatched an image of what I want it to look like. <br />
<br />
The link to the page that i'm trying to add the frames to is here (<!-- m --><a class="postlink" href="http://www.jamezbrown.com/misc/cl(1">http://www.jamezbrown.com/misc/cl(1</a><!-- m -->).html) <br />
<br />
If any one could help me, i'd be so much more then greatful :), if you have the time, i'm looking for an idenical copy of the table called: Forums, placed right below it. That seems to be my problem :(<br />
<br />
I hope i've made sense ona all of this :)<!--content-->Site blows up in my browser. Take out the first <body> tag. It's in the wrong place. Leave in the one after </head> that is correct. Check this [link (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jamezbrown.com%2Fmisc%2Fcl%281%29.html&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=&outline=&sp=">http://validator.w3.org/check?uri=http% ... tline=&sp=</a><!-- m -->)] for other errors.<br />
<br />
Ignore all errors like:<br />
Error: there is no attribute "foobar" for this element (in this HTML version)<br />
these are browser specific tags and attributes, not errors.<br />
<br />
You have a lot of nesting errors. Check the link above. These should be easy to fix.<br />
<br />
Check the spelling of attributes like: heigth='21' !<br />
<br />
Entity errors can be corrected by changing & to &amp; in all URLs.<br />
<br />
Check the table structure for nesting errors, missing elements (like </font> tags), duplicated tags (perhaps <td> repeated), and possible incorrect usage of <center> tags. Use the link above to help you.<br />
<br />
Someone else recently had some problems with tables (<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=18746">http://www.htmlforums.com/showthread.ph ... adid=18746</a><!-- m -->).<!--content-->Thank you very, very much! :rocker:<!--content-->
 
Back
Top