gradyp
Posts: 848
Joined: 28 Jun 09
Trust:
04 Jun 10 6:08 am
Dan,
I think the code you are looking for is margin. For ex:
h1 {margin: 10px;}
Will add a 10 pixel margin on each side of the h1 element. You can also use margin-top to just to the top margin.
If you want to see more about this, or other CSS code, I'd recommend checking out
http://www.w3schools.com , where they have a ton of great material on HTML, CSS, PHP, XML, and more.
Grady