Jump to content

Help please?


lordphate

Recommended Posts

[code]<TR>
<TD  ROWSPAN=3 background="images/22.jpg" WIDTH=242 HEIGHT=58 ALT="">
<div class="text" style="color:454646">Copyright (c) 2006. Arshem Inc<br>
All rights reserved.</div>
</TD>
<TD WIDTH=538 HEIGHT=14 COLSPAN=16>
<IMG SRC="images/23.jpg" WIDTH=538 HEIGHT=14 ALT=""></TD>
</TR>
<TR>
        <td width=500 height=32 colspan=16>
        <!--url's used in the movie-->
<a href="http://www.arshem.net/aup.php"></a>
<a href="http://www.arshem.net/tos.php"></a>
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="500" height="32" id="footer" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="footer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ece9d8" /><embed src="./images/footer.swf" quality="high" bgcolor="#ece9d8" width="500" height="32" name="footer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>  </td>
<TD WIDTH=43 HEIGHT=32 COLSPAN=2>
<IMG SRC="images/30.jpg" WIDTH=43 HEIGHT=32 ALT=""></TD>
  TR>
<TR>
<TD WIDTH=538 HEIGHT=12 COLSPAN=16>
<IMG SRC="images/31.jpg" WIDTH=538 HEIGHT=12 ALT=""></TD>
</TR>
<TR>
<TD WIDTH=242 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=242 HEIGHT=1 ALT=""></TD>
<TD WIDTH=11 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=11 HEIGHT=1 ALT=""></TD>
<TD WIDTH=66 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=66 HEIGHT=1 ALT=""></TD>
<TD WIDTH=28 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=28 HEIGHT=1 ALT=""></TD>
<TD WIDTH=58 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=58 HEIGHT=1 ALT=""></TD>
<TD WIDTH=26 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=26 HEIGHT=1 ALT=""></TD>
<TD WIDTH=55 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=55 HEIGHT=1 ALT=""></TD>
<TD WIDTH=28 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=28 HEIGHT=1 ALT=""></TD>
<TD WIDTH=46 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=46 HEIGHT=1 ALT=""></TD>
<TD WIDTH=33 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=33 HEIGHT=1 ALT=""></TD>
<TD WIDTH=29 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=29 HEIGHT=1 ALT=""></TD>
<TD WIDTH=37 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=37 HEIGHT=1 ALT=""></TD>
<TD WIDTH=34 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=34 HEIGHT=1 ALT=""></TD>
<TD WIDTH=23 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=23 HEIGHT=1 ALT=""></TD>
<TD WIDTH=21 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=21 HEIGHT=1 ALT=""></TD>
<TD WIDTH=20 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=20 HEIGHT=1 ALT=""></TD>
<TD WIDTH=23 HEIGHT=1>
<IMG SRC="images/spacer.gif" WIDTH=23 HEIGHT=1 ALT=""></TD>
</TR>
</TABLE>
</BODY>
</HTML>[/code]

http://www.arshem.net    Okay scroll to the bottom and see how its messed up...how can i fix that?
Link to comment
https://forums.phpfreaks.com/topic/16157-help-please/
Share on other sites

The real solution is to throw away whatever generated that 'html' code in the first place.

What's wrong is that you need the same number of <td> elements in every row, allowing for colspan and/or rowspan attributes.  Tables need to 'balance' to work.  You've got some rows with 16 columns and others with two or three.  And you have a row that begins with TR> instead of <TR>.
Link to comment
https://forums.phpfreaks.com/topic/16157-help-please/#findComment-66758
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.