Click to See Complete Forum and Search --> : Tables displaying sliced images!


BrandonL
10-30-2003, 07:31 PM
Hi guys.. I've been futzing with this problem all day, and it seems like it should be so simple that it would take only a few minutes. Basically this is the problem: I can't control the the placement of the cells in the table. For some reason, the very very first row wants to stretch out. I have no idea on earth why it is doing this!

The url: http://lucky.phpwebhosting.com/~aof/master.html

It is driving me crazy! If anyone can see from the page source (very readable) if anything is out-of-whack I would be very grateful!

Argh!!

Any help is appreciated!

Brandon

gil davis
10-30-2003, 08:17 PM
Try this structure:

<table border=1 cellspacing=0 cellpadding=0>
<tr valign=top>
<td><img src="aoflod_r1_c1.gif"></td>
<td rowspan=2><img src="aoflod_r1_c2.gif"></td>
<td rowspan=2><img src="aoflod_r1_c3.gif"></td>
<td rowspan=2><img src="aoflod_r1_c4.gif"></td>
<td rowspan=2><img src="aoflod_r1_c5.gif"></td>
<td rowspan=2><img src="aoflod_r1_c6.gif"></td>
<td rowspan=2><img src="aoflod_r1_c7.gif"></td>
<td rowspan=2><img src="aoflod_r1_c8.gif"></td>
</tr>
<tr valign=top>
<td><img src="aoflod_r2_c1.gif"></td>
</tr>
<tr valign=top>
<td><img src="aoflod_r4_c1.gif"></td>
<td colspan=7>&nbsp;</td>
</tr>
<tr valign=top>
<td><img src="aoflod_r5_c1.gif"></td>
<td colspan=7>&nbsp;</td>
</tr>
<tr valign=top>
<td><img src="aoflod_r6_c1.gif"></td>
<td colspan=7></td>
</tr>
<tr valign=top>
<td><img src="aoflod_r7_c1.gif"></td>
<td colspan=7></td>
</tr>
<tr valign=top>
<td><img src="aoflod_r8_c1.gif"></td>
<td colspan=7></td>
</tr>
</table>

BrandonL
10-30-2003, 08:46 PM
Yahoooooooooooooooooooo!!

I have spent 8 freaking hours on this! I was trying to overcomplicate it, it seems. I still don't know why it isn't working the 'hard' way but who cares!!! This works!!!! THANKS!!!!!!!!!!

Here it is working:

http://lucky.phpwebhosting.com/~aof

(it is the index file now! :D) Thanks again!!!!!!


Brandon