having some trouble with this table....

Mar 23, 2011 14:31

Hey there!

I'm having some trouble with the table in my profile. Or, if you're lazy:

cut to spare you from a table with images )

Leave a comment

Comments 6

darness March 23 2011, 22:34:51 UTC
Answer to your first question:

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

slantways March 23 2011, 23:16:54 UTC
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.

Reply

darness March 23 2011, 23:39:27 UTC
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.

The last example on this page shows how to do it:

http://www.htmlite.com/lite012e.php

Hope that helps!

Reply

slantways March 24 2011, 04:17:12 UTC
Worked like a charm! Thank you so very much!! ♥

Reply


darness March 23 2011, 22:38:45 UTC
To answer your second question, you can add

STYLE="text-decoration:none"

Between the A and the HREF and the link will not be underlined.

Reply

slantways March 23 2011, 23:15:37 UTC
Thank you thank you thank you! :D

Reply


Leave a comment

Up