Jump to content

Help with Images


thomashw

Recommended Posts

Close. That puts both of the texts beside it's corresponding image, like this:

 

<table>
<tr>
<td>image</td>
<td>image_desc</td>
<td>image_price</td>
...

 

But I need both texts to be under their corresponding image, like this:

 

<table>
<tr>
<td>image</td>
<td>image</td>
<td>image</td>
</tr>
<tr>
<td>image_desc</td>
<td>image_desc</td>
<td>image_desc</td>
</tr>
<tr>
<td>image_price</td>
<td>image_price</td>
<td>image_price</td>
</tr>
<tr>
<td>image</td>
<td>image</td>
<td>image</td>
</tr>
<tr>
<td>image_desc</td>
<td>image_desc</td>
<td>image_desc</td>
</tr>
<tr>
<td>image_price</td>
<td>image_price</td>
<td>image_price</td>
</tr>
</table>

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.