View Full Version : HTML Question..
Central Perk
03-22-2003, 10:55 AM
Does anyone know how to align text areas all the way to the right? I tried to use normal code for just aligning text but that didn't work. Could someone please help me? Thanks.
pandora_spocks
03-22-2003, 11:17 AM
Originally posted by Dr. Frasier Crane
Does anyone know how to align text areas all the way to the right? I tried to use normal code for just aligning text but that didn't work. Could someone please help me? Thanks.
Try this, it won't work here on SO, but it will work on an HTML page.
<p align="right">text</p>
Central Perk
03-22-2003, 11:45 AM
Thanks, I'll give it a try.
Update 12:01pm:
It still didn't work so I moved everything to the left. Thanks anyways Holly.
pandora_spocks
03-22-2003, 12:20 PM
Originally posted by Dr. Frasier Crane
Thanks, I'll give it a try.
Update 12:01pm:
It still didn't work so I moved everything to the left. Thanks anyways Holly.
You could always try a DIV tag.
<DIV style="position: absolute; top:0px; left:0px; width:0px; height:0px">
text goes here
</DIV>
top: how far down you wanna go
left: how far over to the right do you want to go
width: how big you want the space to be (i usually put 400 unless it's gotta be small)
height: how tall you want that text block.
vBulletin v3.5.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.