Layout problem.

liunx

Guest
<!-- m --><a class="postlink" href="http://www.angelfire.com/games5/dwmadden04/">http://www.angelfire.com/games5/dwmadden04/</a><!-- m --><br />
<br />
On the "Schedule" page, I want the 2nd table with scores in to be aligned like the first score table. What do I have wrong in my coding? And if I have the coding wrong on the other table, please note that.;) Thanks.<!--content-->You've got an extra < before you start the second table. <br />
<<table width="553" border=0 cellPadding=0 cellSpacing=0><br />
<br />
that might cause it.<!--content-->Fixed, still an alignment problem.:(<!--content-->move </strong></font></td></tr></tbody></table><br />
which is after the first table, to right before </p></body></html><!--content-->also you have a class which is not available.<br />
<br />
class=ysptblthbody1<br />
<br />
nowhere to be found.<br />
<br />
you also closed the first table before the last table. if you take that out and put it at teh end of the last table it would align properly.<br />
<br />
you have major coding problems and suggest you fix it. try the validator at <!-- w --><a class="postlink" href="http://www.w3.org">www.w3.org</a><!-- w --><br />
<br />
starting to sound like a broken record.... ;)<br />
<br />
your site still breaks in mozilla.<!--content-->
 
Back
Top