Yeah, it is sort of a silly question, but it's been bugging me for so long! How do you get your text to be justified? I mean, so all the lines are the same length? Here is what I've got in my Stylesheet, but it's refusing to work:
Code:
<style>
body {
text-align: justify;
}
</style>