Posted by Jemdam.com on 12/31/05 02:14
>
> One way is with tables.
>
> Some people think this is an "abuse of tables" but it's simple and it
> works.
>
I really like tables, very simple code would be:
<table>
<tr>
<td>IMAGE 1</td>
<td>Text for image 1</td>
</tr>
<tr>
<td>IMAGE 2</td>
<td>Text for image 2</td>
</tr>
</table>
Just repeat for as many pictures as you need. Hope this helps?
Cheers, David http://www.jemdam.com
[Back to original message]
|