• i create 1 row and 3 columns in the first column image then second is text then 3rd is image. the code looks like this
    <table>
    <tr>
    <td><img= src=”IMAGE.jpg”/></td>
    <td>TEXT</td>
    <td><img= src=”IMAGE.jpg”/></td>
    </tr>
    </table>

    and my problem is the vertical alignment the text goes down bolow the level of the image.

    thanks

The topic ‘Table problem’ is closed to new replies.