Hi everyone!
I’m having some trouble aligning pictures and text in a table.
Here’s the test page I’m working on:
As you can see in the second row, pictures align perfectly. But in the first row, the text doesn’t align top of the cell…
Here’s the code I’m using:
<table summary="" border="0" cellspacing="10" cellpadding="0" align="center">
<tbody>
<tr>
<td valign="top">PICTURE</td>
<td valign="top">Test
Test
test</td>
</tr>
<tr>
<td valign="top"> PICTURE </td>
<td valign="top"> PICTURE </td>
</tr>
</tbody>
</table>
Any insight would be greatly appreciated!
Thanks!
Xavier
The blog I need help with is tebiki.be.