PDA

View Full Version : Need HTML help


STUWEY
05-30-2002, 12:48 AM
this is one of those instances where i cant figure something out

I want to make a table that is like my Sig except that it would have a large cell on the right as well for my cam

layout in attached pic

I have been trying to figure it out (with variations of colspan and rowspan) with NO LUCK, What-so-ever

Thanx

STUWEY
05-30-2002, 12:57 AM
here is attachment

Ghryphen
05-30-2002, 09:55 AM
<table border="1" width="75"><tr><td rowspan="3" align="center">L</td><td align="center">MT</td><td rowspan="3" align="center">R</td></tr><tr><td align="center">MM</td></tr><tr><td align="center">MB</td></tr></table>

<table border="1" width="75">
<tr>
<td rowspan="3" align="center">L</td>
<td align="center">MT</td>
<td rowspan="3" align="center">R</td>
</tr>
<tr>
<td align="center">MM</td>
</tr>
<tr>
<td align="center">MB</td>
</tr>
</table>

STUWEY
05-30-2002, 06:22 PM
Thanx - a - PLENTY

Ghryphen
05-30-2002, 07:42 PM
;) it looks good