Forum Moderators: open
I am needing a bit of help for some images and how they display on the page.
Right now this is 3 pictures across and the middle picture is centered in the middle of the cell. I would like the top of the middle picture to be at the top of the cell or even about 20px below the top of the cell. I've tried: vertical-align:top (within the <img src tag> and that did not work...
<p aligncenter><table border="0">
<tbody>
<tr>
<td>
<img src="examplenet/wp-content/uploads/2008/09/heron-ridge-1.jpg" alt="" width="240" height="339" hspace="10" vspace="3"/></td><td><img src="example.net/wp-content/uploads/2008/09/heron-ridge-2-300x187.jpg" alt="" width="300" height="215" hspace="10" vspace="3" /></td><td><img src="example.net/wp-content/uploads/2008/09/heron-ridge-3-240x300.jpg" alt="" width="240" height="333"; padding: 100px 100px 0 0;/></a></p>
</td>
</tr>
</tbody></table>
Thanks in Advance
Does this look correct? With this the pic is still centered in middle instead of at top.
<p align="center"><table border="0">
<tbody>
<tr>
<td>
<img src="http://example.net/wp-content/uploads/2008/09/heron-ridge-1.jpg" alt="" width="240" height="339" hspace="10" vspace="3"/></td><td><img src="http://example.net/wp-content/uploads/2008/09/heron-ridge-2-300x187.jpg" alt="" width="300" height="215" hspace="10" vspace="3" "vertical-align: top"/></td><td><img src="http://cascadewest.localwebhost.net/wp-content/uploads/2008/09/heron-ridge-3-240x300.jpg" alt="" width="240" height="333"; padding: 100px 100px 0 0;/></a>
</td>
</tr>
</tbody></table></p>
regards
[edited by: tedster at 10:05 pm (utc) on Sep. 4, 2008]
[edit reason] use example.net [/edit]