View Full Version : Paragraph Spacing?


tabs
04-05-2006, 01:22 PM
Hello, can anybody please tell me how can I give my paragraphs spacing?(same like microsoft word 1.5 or double spacing).

Another thing, Im still learning making a FULL CSS site, so right now I have CSS and TABLES, is there anyway I can add a border outside of the table only? and the tables inside wont be seen? Hope I was able to explain clearly.

Thanks so much for your help.

Spid
04-05-2006, 01:29 PM
To change the spacing for your text add

line-height: 18pt;

to your css for the p element.