Quick table help

liunx

Guest
I need someone to quickly fix my table..<br />
<!-- m --><a class="postlink" href="http://www.ozcaraudio.com/temp/index.html">http://www.ozcaraudio.com/temp/index.html</a><!-- m --><br />
You will see the index.html one has a table overlaying another table..<br />
I need it to be the same distance apart as this one: <!-- m --><a class="postlink" href="http://www.ozcaraudio.com/temp/template.html">http://www.ozcaraudio.com/temp/template.html</a><!-- m --><br />
<br />
Thanks,<br />
Scott<!--content-->See this: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ozcaraudio.com%2Ftemp%2Findex.html&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=">http://validator.w3.org/check?uri=http% ... tional&ss=</a><!-- m --><br />
<br />
The <center> on Line 19 and the </center> on line 24 completely throws the browser. The <center></center> tags must either be totally inside a <td> .. </td> pair, or completely outside the table. It is not permitted to have any other HTML code between any of these pairs of tags: <TABLE><TR> nor between <TR><TD> nor between </TD><TD> nor between </TR><TR> nor between the matching ending tag pairs </TD></TR> or between these </TR></TABLE>. You might get away with using DIV or SPAN in those positions, but not anything else.<br />
<br />
Check the link above. Fix all the errors, then it will be very easy to fix your problem (if it hasn't been fixed already).<!--content-->
 
Back
Top