I can't can't control the size of the top and bottom margin for a div on my home page. The div is wrapped around a paragraph of text that reads, "Complete your projects in less time without costly delays!" Below is the div in question.
<div id="mainMessage">
<p class="orangecolour">Complete your projects in less time without costly delays!</p>
</div>
How do I target the above div so I can change the size of the top and bottom margin?
You can view my problem at the following URL:
http://www.gochecksite.com/
The page validates XHTML Strict 1.0 and CSS 2.1
I'm using part of the BluePrint CSS framework to develop the site but haven't changed/modified any of the BluePrint CSS. All the layout and styling I do is in the layoutandstyling.css file.
You can view my css files at the following URL's:
http://www.gochecksite.com/css/layoutandstyle.css
http://www.gochecksite.com/css/blueprint/screen.css
http://www.gochecksite.com/css/blueprint/ie.css



Reply With Quote

Bookmarks