PDA

View Full Version : HTML Tagging


King Mango
06-19-2008, 11:32 AM
I'm trying to figure out how to limit text on a page to a certain width. I'm posting to craigslist and I don't want to use BR all over the place. I suppose I could align a cell to the left, but is there a font tag that will let me do this?

-=JUDGE=-
06-19-2008, 11:57 AM
The text must be contained by something.. either a table with a set width or a div with a set width using css.

King Mango
06-19-2008, 11:58 AM
yeah going with table. Thanks Judge :beer: