naeginnie6
11-12-2003, 01:57 AM
I need a tag to align text in boxes. You know like they do in newspapers and books, how everything is spaced so that its in a perfect box? Not so the words are sticking out and in at random points. I need to figure out how to do that. If anyone knows, PLEEEASE email me at bluetusken@comcast.net thanks a bunch, I appreciate it.
*Ali
Being-Violet
11-12-2003, 02:13 AM
To get your text to JUSTIFY 9 that is to be inline on both sides)
Using CSS you use the { text-align:justify}
Tag
You could even do it as an inline style
I am not sure if you just put
align="justify
wether or not it would work.
ANyway I hope this helps
Violet
No Advertising Please. - Moderator
jazzberry
11-12-2003, 02:14 AM
you mean something like align="justify" for example
<div align="justify">Content here</div>
?
naeginnie6
11-14-2003, 06:27 PM
Thank you guys, I apreciate it!