Text, a lot of text, more text, lots of text, more texting! Text, a lot of text, more text, lots of text, texting! Text, a lot of text, more text, lots of text, texting! Text, a lot of text, more text, lots of text, texting! Text, a lot of text, more text, lots of text, texting! more, more!

Text, a lot of text, more text, lots of text, texting! Text, a lot of text, more text, lots of text, texting! Text, a lot of text, more text, lots of text, texting! Text, a lot of text, more text, lots of text, texting! Text, yes, a lot of text, more text, lots of text, texting! more and more


Here is 2 ways to justify text:

CSS:
Put this between your HEAD-tags
<style type="text/css">
.marginal {
text-align:justify
}
</style>

Then use <div>, <H1>, <P> or other, and put this inside the tag: class="marginal" i.e. <div class="marginal">


Or:
you can put the style into your tag like this:

<div align=justify>text, text...</div>


Free JavaScripts provided
by Winfolinx.com


Back