|
uCoz Community Archives Locked How to move text to the bottom of the cell? |
How to move text to the bottom of the cell? |
Hello. I'm trying to move logo (...LOGO...) to the bottom of the cell, tried "padding-top" and "align-bottom", but i guess i'm not using it right. Help!
<td height="165" style="background:url('http://...file...'); no-repeat;padding-left:20px;" ><span style="color:#000000;font:33pt bold Verdana,Tahoma;"><!-- <logo> -->...LOGO...<!-- </logo> --></span></td> Thank you!!! |
Tia, give more information so somebody is able to help
like design number , a clear Topic name and padding-bottom should work if not try this instead of Code padding-bottom Code margin-bottom:20px To busy building a passive income online ;)
|
well..i tried, but it's not working : ( i think i don't put it in the right place. I don't know why the design number matters, but it is 944.
This is actual code i need to change: <td height="165" style="background:url('http://...file...'); no-repeat;padding-left:20px;" ><span style="color:#000000;font:33pt bold Verdana,Tahoma;"><!-- <logo> -->...LOGO...<!-- </logo> --></span></td> I need ...LOGO... to be displayed not in the middle of the cell, but on the bottom of it. I thought align-bottom should be the best way to do it, but where do i squeeze it in? Added (2010-11-19, 11:18 Am) |
Insert
Code vertical-align: bottom; Code <td height="165" style="background:url('http://...file...'); no-repeat;padding-left:20px; vertical-align: bottom;" ><span style="color:#000000;font:33pt bold Verdana,Tahoma;"><!-- <logo> -->...LOGO...<!-- </logo> --></span></td> |
| |||
| |||