View Single Post
Old 2004-09-29, 03:27 AM   #3
matt
Trying is the first step towards failure
 
Join Date: Apr 2003
Location: Australia
Posts: 123
Send a message via ICQ to matt
hey Nina

Here's one way of doing it, embedding another table for the row of three.

Code:
<tr>
<td colspan="4" align=center>
<!-- here's the new embedded table. the <td> above has been set to colspan="4" and the table width is set to 75% -->
<table cellSpacing=0 cellPadding=2 width="75%">
<tr>
<td align=center>
<A HREF="http://www.dreamypleasures.com/flashcash/tit/graphics/7897.jpg">
<IMG SRC="http://www.dreamypleasures.com/flashcash/tit/graphics/85_7897.jpg" BORDER=1 ALIGN=0 HSPACE="15" alt=""></A>
</td>
<td align=center>
<A HREF="http://www.dreamypleasures.com/flashcash/tit/graphics/7898.jpg">
<IMG SRC="http://www.dreamypleasures.com/flashcash/tit/graphics/85_7898.jpg" BORDER=1 ALIGN=0 HSPACE="15" alt=""></A>
</td>
<td align=center>
<A HREF="http://www.dreamypleasures.com/flashcash/tit/graphics/7899.jpg">
<IMG SRC="http://www.dreamypleasures.com/flashcash/tit/graphics/85_7899.jpg" BORDER=1 ALIGN=0 HSPACE="15" alt=""></A>
</td>
</tr>
</table>
<!-- end of the embedded table -->
</td>
</tr>
Hope this helps

Matt
__________________
Link List Land - Linklist Creation, Design and Implementation.
matt is offline   Reply With Quote