If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports web standards, although its content is accessible to any browser or Internet device.

Cool Tips & Tricks Cool Tips & Tricks

Help Communities:
Help Forums Bug Base
<< Prev Topic | Next Topic >>
Cool Tips & Tricks ::: CSS FAQ ::: Whats the CSS for the margins on the page?
New Topic    Add Reply
Topic: Whats the CSS for the margins on the page?  (?)  Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend
Nutrocker

ezboard Moderator
ezSupporter
Posts: 8210
Posted: 7/16/03 2:00 pm    
Whats the CSS for the margins on the page?
Here's the code for a page with no margins at all ...

  
<style>

body {
        margin: 0px 0px 0px 0px; 
}
</style>


The         margin: 0px 0px 0px 0px; translate as follows..

        margin: TOPpx RIGHTpx BOTTOMpx LEFTpx;

So to assign a left margin of 100 pixels the above would look like...

body {
        margin: 0px 0px 0px 100px;
}

Edited by: Nutrocker at: 4/12/04 3:26 pm

  reply to this message

Nutrocker

ezboard Moderator
ezSupporter
Posts: 10945
Posted: 2/13/04 3:57 pm    
Re: Whats the CSS for the margins on the page?
And the code goes in your Custom HTML area, 1st text box from the top.

If you have existing css, there is no need to add yet another pair of style tags, just paste the code in between the style tags above, just before the last style tag of your existing code.


  reply to this message

Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend

New Topic    Add Reply

jump to:
Topic Control Image::: Topic Commands
<< Prev Topic | Next Topic >>

Icon Legend

reply button:::Reply to Post Button   edit button:::Edit Post Button  delete button:::Delete Post Button (Moderator Only)

subscribe/unsubscribe to thread button:::Subscribe to Thread Button   email to friend button:::Email to Friend Button  



- Cool Tips & Tricks - CSS FAQ -

Communitiesezboard Help Communities:

Help Forums Help Forums Bug Base Bug Base





Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.