HighDots Forums  

How do I change the leading between header and the paragrph text

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss How do I change the leading between header and the paragrph text in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Desser
 
Posts: n/a

Default How do I change the leading between header and the paragrph text - 08-12-2008 , 05:48 AM






CSS Newbee.

I need to have lesser space between the h1 and the paragraph text.

My header is 28 pixels and the body text is 12 pixels.

How do I do this?

Here is my CSS:

p {

font-family: "Times New Roman", Times, serif;

font-size: 13px;

font-weight: normal;

color: #990066;

line-height: 110%;

}

h1 {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 28px;

font-style: normal;

line-height: 80%;

font-weight: bold;

color: #009900;

text-transform: none;

}



Reply With Quote
  #2  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: How do I change the leading between header and the paragrph text - 08-12-2008 , 10:31 AM






Desser wrote:
Quote:
CSS Newbee.
Okay...

Quote:
I need to have lesser space between the h1 and the paragraph text.

My header is 28 pixels and the body text is 12 pixels.

Well if a newbie then start out right from the start. Do not use pixels
to size your fonts.

http://www.google.com/search?hl=en&q=font+size+in+pixels+bad+web+design& btnG=Google+Search
font size in pixels bad web design - Google Search

Quote:
How do I do this?
The property is "margin"

http://www.w3.org/TR/CSS21/box.html
Chapter 8 Box model

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.