Jemdt
06-14-2012, 10:06 PM
My code is as followed:
<div style="position:absolute; text-align:center; top:220px; left:410px; width:200px; height:25px">
<font face="Lucida Calligraphy" size="3px"><p>Welcome to Craftvision's webpage!</p>
<p align="justify">Craftvision is a brand new Minecraft Server that is currently in a heavy
construction stage. If you're looking for a server that's going to
change the you look at Minecraft, then you've come to the
wrong place. Our server is all about creating a
dynamic community and giving anyone the ability to do whatever
they want.</p>
</div>
As you can see, if you open this on your internet explorer or whatever, the paragraph isn't justified. I'd like the paragraph to be justified in to one neat "block of text" (a traditional paragraph).
How would I go about doing this?
Thanks.
<div style="position:absolute; text-align:center; top:220px; left:410px; width:200px; height:25px">
<font face="Lucida Calligraphy" size="3px"><p>Welcome to Craftvision's webpage!</p>
<p align="justify">Craftvision is a brand new Minecraft Server that is currently in a heavy
construction stage. If you're looking for a server that's going to
change the you look at Minecraft, then you've come to the
wrong place. Our server is all about creating a
dynamic community and giving anyone the ability to do whatever
they want.</p>
</div>
As you can see, if you open this on your internet explorer or whatever, the paragraph isn't justified. I'd like the paragraph to be justified in to one neat "block of text" (a traditional paragraph).
How would I go about doing this?
Thanks.