lordphate Posted July 31, 2006 Share Posted July 31, 2006 [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? Quote Link to comment Share on other sites More sharing options...
AndyB Posted July 31, 2006 Share Posted July 31, 2006 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>. Quote Link to comment Share on other sites More sharing options...
nogray Posted August 1, 2006 Share Posted August 1, 2006 try to fix the TR> tag (make it <TR> with the <) in this code chunk.[code]<TD WIDTH=43 HEIGHT=32 COLSPAN=2> <IMG SRC="images/30.jpg" WIDTH=43 HEIGHT=32 ALT=""></TD> TR> <TR>[/code]it may fix it, but I am not sure. Quote Link to comment Share on other sites More sharing options...
lordphate Posted August 1, 2006 Author Share Posted August 1, 2006 Nope didn't fix thanks though, i'm gonna just flash the whole page lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.