PDA

View Full Version : been trying to figure this out...


Nexus
08-12-2002, 07:46 PM
This is going to be a little hard to explain. How do I make the forum fit the screen perfectly, like how xelation (http://xelation.com/forum/) has (look in the attached image below).

imported_plattopus
08-13-2002, 08:05 AM
In your CSS there should be something that looks like this:

body {
margin-top: 10;
margin-left: 10;
...
}

Remove the margins, and it should work.