Mombu the Computer Design Forum

Go Back   Mombu the Computer Design Forum > Computer_Design > Changing the spacing between paragraphs
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 29th May 10:29
kim_briner
External User
 
Posts: 1
Default Changing the spacing between paragraphs



How do you change the spacing/line height between paragraphs (not the spacing between lines within a paragraph)?
  Reply With Quote


 


2 29th May 10:29
nate_baldwin
External User
 
Posts: 1
Default Changing the spacing between paragraphs



That would be done by changing the top and bottom margins for the paragraphs using CSS.
  Reply With Quote


 


3 29th May 10:29
kim_briner
External User
 
Posts: 1
Default Changing the spacing between paragraphs


I hate to ask, but how do I do that?
  Reply With Quote
4 29th May 10:29
kath_howard3
External User
 
Posts: 1
Default Changing the spacing between paragraphs


Do you want to do this for all paragraphs on a page, or the whole site, or just in a few cases?
  Reply With Quote
5 29th May 10:29
kath_howard3
External User
 
Posts: 1
Default Changing the spacing between paragraphs


Look at this page:

<http://www.k.howard.clara.net/spacing.html>

I have made every paragraph have a space or margin of 18px after it.

The way I've done it, that spacing will apply to every paragraph on the page automatically.

You click the stairstep icon top right of your page. Choose to create a new element called

p

Then find the tab for specifying margins, enter 18px or whatever for bottom margin. That's it. Say if you need more help.
  Reply With Quote
6 29th May 10:29
kath_howard3
External User
 
Posts: 1
Default Changing the spacing between paragraphs


Look at this page:

<http://www.k.howard.clara.net/spacing.html>

Look at the code. I have made every paragraph have a space or margin of 18px after it.

The way I've done it, that spacing will apply to every paragraph on the page automatically.

You click the stairstep icon top right of your page. Choose to create a new element called

p

Then find the tab for specifying margins, enter 18px or whatever for bottom margin. That's it. Say if you need more help.
  Reply With Quote
Reply


Thread Tools
Display Modes




666