I\'m trying to justify the text within this p tag so that it perfectly fits the width of the p.
If you wanted to justify four words in 487px you could try using word-spacing in your css.
487px
word-spacing
css
I used word-spacing:8em; for bla bla bla bla but you could adjust as necessary.
word-spacing:8em;
bla bla bla bla
http://jsfiddle.net/5RpQr/1/