RandysWay
07-07-2002, 05:33 PM
Hi all,
I'm trying to dock text at the bottom center. But, my problem is, the first letter of the text is at the center, I need the middle letter to be the center (Absolute center).. I'm sure this is very easy to fix, but I just suck at CSS, so here's my code:
<div align="center">
<div style="position: absolute; bottom: 5px;">
TESTING TESTING TESTING TESTING TESTING
</div>
</div>
Thank you all in advance,
Randy
I'm trying to dock text at the bottom center. But, my problem is, the first letter of the text is at the center, I need the middle letter to be the center (Absolute center).. I'm sure this is very easy to fix, but I just suck at CSS, so here's my code:
<div align="center">
<div style="position: absolute; bottom: 5px;">
TESTING TESTING TESTING TESTING TESTING
</div>
</div>
Thank you all in advance,
Randy