Forum Moderators: not2easy
<table>
<tr>
<td valign=top>
<img src="Image_one.jpg">
</td>
<td valign=top>
<img src="Image_two.jpg">
</td>
</tr>
</table>
I can vertically align the text using the HTML code valign=top. And the problem is, if I do it that way, I have to write the same code in every <td> tag. And I'd like to do the same thing using CSS and align the text in all the table cells at once. But I don't know the CSS code for it. Help!
And a similar question, if I use photos instead of text, do I need a different code?