PDA

View Full Version : how to remove space between forum and browser


collegeaces
08-01-2007, 11:24 AM
how do i remove the space between forum and browser?

here is a pic of my current forum:
http://i197.photobucket.com/albums/aa147/gamingpersontesting/untitled-10.jpg

i want it so that my forum touches the end of the browser. i dont want the whitespace and the grayspace at the edges of the forum.

help would be appreciated!

Dismounted
08-02-2007, 06:21 AM
Change your spacer_open template to have a 100% width.

MaestroX
08-02-2007, 11:54 AM
You should just be able to edit the CSS for Body.

So go to your style manager -> Your style -> Main CSS -> Body (top one)

In the "Extra CSS Attributes" change this:

margin: 5px 10px 10px 10px;

margin: 5px 10px 10px 0px;

Hope this helps