PDA

View Full Version : How To Set the Page Margins (CSS <body>)


Floris
Mon 19th Apr '04, 6:39am
How To Set the Page Margins (CSS <body>)

You can set or edit the margins for your entire page in the browser by modifying the Extra CSS Attributes part of the <body> tag in the Main CSS menu of your style.

Admin Control Panel > Styles & Templates > Style Manager > Main CSS (drop down menu).

Find the BODY tag and in the 'Extra CSS Attributes' textfield enter the following values:

margin: 5px 10px 10px 10px;