is there any way to align text with the TOP of a table border, rather than the bottom? I have a picture in the next cell over, and I want the top of it and the text to line up. Any ideas?
Thanks and God Bless,
Ambi
Dude128
01-09-2003, 09:58 PM
I'm not quite sure I understand your question, but I think what you want might be valign="top"
just add that to the <td> tag
if that's not it, could you clarify or post a link to the page?
Yeah, sorry, I wasn't very clear. Here's a link to my page.
http://www.angelfire.com/falcon/ambi/index.html
Or look at this,,,
here's what I HAVE...
pic pic pic
pic pic pic
pic pic pic
pic pic pic ......wordswords.....
here's what I WANT
pic pic pic ......wordswords.....
pic pic pic
pic pic pic
pic pic pic
lefty
01-11-2003, 04:32 AM
in the cell with the words, try aligning the text to the top, like this:
<TD valign=top>
Thanks for the advice....but no cigar. It didn't work....I'm not entirely sure why.... any ideas?
lefty
01-11-2003, 04:12 PM
I just took a peek at your source... you have cells with nothing but space in them, how come? Those could be the reason for it not aligning. :)
The cells with nothing but space are because I didn't want the wording RIGHT next to the picture. As you can see on the page, they're over a bit. The cell in the middle is just for a little *air* between the words and the picture. So do I need to delete that cell? and if so, how can I push the words over without a spacing cell?