elenifaerie
02-21-2003, 02:14 AM
How do you align text?
|
View Full Version : How do you align text to the left or right? elenifaerie 02-21-2003, 02:14 AM How do you align text? pb&j 02-21-2003, 06:40 AM You mean like this? <p align="left"> This is left aligned text </p> <p align="right"> This is right aligned text </p> elenifaerie 02-21-2003, 02:44 PM yep! Thank you sooo much! naeginnie6 02-21-2003, 05:36 PM you could ALSO do this: <div align= "left"> text here</div> <div align= "right"> text here</div> You could also do center instead of left or right, but then again there's a short way, <center> :) |