How do I make my type span the width of the div.....so that all text is full width of the div and flush....
do you want the width of the div to expand with the text? if so give the div no-wrap attribute and set the div width to auto.
Are you talking about justifying the text? If so, use the following CSS for your Paragraphs: p { text-align:justify; }