Click to See Complete Forum and Search --> : Text....Justify?


grimmylina
09-19-2008, 02:59 PM
Hi Everyone,

I need a little css help for my text. I am trying to align praragraphs on my website so they look more or less neat. For example:

http://southbeachgroup.com/allie/sleep/deluxe.html

http://southbeachgroup.com/allie/freestuff/shuttle.html


Some of the sentences are getting scattered too much. I'd more or like it for them to be aligned a little more uniformly (okay, not sure if that is even a real word :D )

Would I have to justify it? Or is the best thing using table padding? Or putting it in a div?

Thanks!!!

svidgen
09-19-2008, 03:52 PM
Would I have to justify it?
Yeah, I think text-align: justify; is what you're looking for: http://www.w3schools.com/CSS/pr_text_text-align.asp. It's the alignment setting that's sort of like aligning left and right at the same time. Know what I mean?

grimmylina
09-22-2008, 10:32 AM
Yup...that's it!! Thanks!!