Games / Movies / Music / Sports / Random Posts / Politics
View Today's Active Threads / View New Posts / Mark All Boards Read / Chit Chat Board
![]() |
|
|||||||
| Register | FAQ | Members List | Photo Galleries | News Blog | Calendar | Search | Today's Posts | Mark Forums Read |
New on DVD/Blu-ray / Headlines |
||||
|
Welcome to the Sitcoms Online Message Boards - Forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, search, view attachments, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Senior Member
~~~~~
Join Date: Jan 10, 2002
Posts: 4,492
|
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.
|
|
|
#2 | |
|
Forum Veteran
Member
Join Date: Nov 30, 2002
Posts: 21,527
|
Quote:
Try this, it won't work here on SO, but it will work on an HTML page. <p align="right">text</p> |
|
|
|
#3 |
|
Senior Member
~~~~~
Join Date: Jan 10, 2002
Posts: 4,492
|
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. Last edited by Central Perk : 03-22-2003 at 12:01 PM. |
|
|
#4 | |
|
Forum Veteran
Member
Join Date: Nov 30, 2002
Posts: 21,527
|
Quote:
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. |
|
| Thread Tools | Search this Thread |
|
|