• Page 1 of 1
  • 1
How to move text to the bottom of the cell?
Tia
Posts: 27
Reputation: -1

Message # 1 | 5:27 PM
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!!!

Animorph
Posts: 2856
Reputation: 189

Message # 2 | 7:23 PM
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
use
Code
margin-bottom:20px
for example

To busy building a passive income online ;)
Tia
Posts: 27
Reputation: -1

Message # 3 | 5:18 PM
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)
---------------------------------------------
when i try align-right ...text moves to the right, but align-bottom doesn't do anything.

Natashko
Posts: 3366
Reputation: 171

Message # 4 | 2:21 PM
Insert
Code
vertical-align: bottom;
like this in your code
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>
Tia
Posts: 27
Reputation: -1

Message # 5 | 1:18 AM
thank you!
  • Page 1 of 1
  • 1
Search:
Support
Need help? Contact our support team via the contact form or email us at support@ucoz.com.