|
Posted by None on 06/12/07 15:54
Hello,
I have a table where in one column, we display an image and its label.
This works out fine.
However, when there are two or more images to display, we would like the
display to break
after each image-label pair so that they appear on top of each other.
We currently use
<br> tag to do this, but then images have spaces between them. If we
don't use <br> tags,
then the images display on the same line which is not what we want.
Is there a way to eliminate spaces above/below each image-label pairs?
I would like to do this
via CSS if possible.
Thanks in advance!
====================================================
<table>
<tr> <td> Test>
<td> <img ...> This is image 1
<br/>
<img ...> This is image 2
<br/>
</td>
</tr>
</table>
Navigation:
[Reply to this message]
|