aligning images in tables?

liunx

Guest
Hi all, <br />
<br />
I have a table with two columns - one contains some images one on top of the other and the second contains some text. Is there any code that will make the images always remain at the very top of the first column even when there is lots of text in the second? <br />
<br />
Thanks <br />
~jez<!--content-->yes sir:) on your row scripts you will put valign="top" for ex:<br />
<br />
<tr><br />
<td valign="top"></td><br />
</tr><br />
<br />
hope this helped.<br />
<br />
-cam<!--content-->Thanks lilE, yr a lifesaver :)<br />
~jez<!--content-->
 
Back
Top