Justify text on a page.

liunx

Guest
Hey,<br />
<br />
How can you justify text on a page so that it is justified on the left and right of the page. I can set it to the left, center and to the right, but I cant justify it so it stretches across the whole page. How do I do this?<br />
<br />
Thanks in advance for your help!<br />
<br />
-turner2000<!--content-->i think this is what you're after - make sure you have a small font size and lots of space, otherwise it can look kind of weird.<br />
<br />
<br />
<p align="justify"><br />
text to look like a big block<br />
</p><br />
<br />
<br />
--jackhammer<!--content-->Thanks, exactly what I was after!<br />
<br />
Cheers<br />
-turner2000<!--content-->You can also use...<br />
<br />
<div align="justify"><br />
</div><br />
<br />
good if you don't like to use the <p> tag.<!--content-->nice one, thanks entimp - didn't know that one! :D<br />
<br />
yeah, </p> has a habit of throwing in odd spacing<br />
<br />
--jackhammer<!--content-->
 
Back
Top