That will align ALL of the text in the cell to the top. Since it's just one cell, I don't know if you can align some text to the top and some to the bottom. You could split it into three cells and then throw
I wanted to split it up into three cells, actually, but can you split a singular cell in a row up into multiple cells and still keep the other two cells in that row in one piece? I mean, I don't want to try and have the images split into three pieces. If that makes sense at all.
Yes, you can split the left cell into three cells and keep the right cell as one cell. Use the "rowspan" tag in the cell with the image in it and span three rows. Then split the content of the left cell into three separate TDs and you should be good to go.
Comments 6
Try adding
style="vertical-align:top"
to this tag
td bgcolor="#000000" width="300"
That will align ALL of the text in the cell to the top. Since it's just one cell, I don't know if you can align some text to the top and some to the bottom. You could split it into three cells and then throw
style="vertical-align:bottom"
Into the bottom cell.
Reply
Reply
The last example on this page shows how to do it:
http://www.htmlite.com/lite012e.php
Hope that helps!
Reply
Reply
STYLE="text-decoration:none"
Between the A and the HREF and the link will not be underlined.
Reply
Reply
Leave a comment