Log in

View Full Version : Styling problem ?


Aotw
07-14-2005, 10:30 AM
Trying to create a style for a new site, but have newer done this for vb before, but now i have come across a small problem i cant seem to find a suitable solution for.
Between the header and footer the "forum area" is to big with 1px on each side, if anyone here could tell me what i need to edit to get it right i would be great. See attached image for the problem.

Zachery
07-14-2005, 04:08 PM
There is either a regular space, or a   character in your header giving you a hard time :_

Aotw
07-14-2005, 11:29 PM
There is either a regular space, or a   character in your header giving you a hard time :_
Thx, gonna check it out when i get some time for it, if thats the progblem.

Chris M
07-15-2005, 02:54 AM
Upon looking at your page and analysing the source code, I think I have found your problem...

It relates to the following CSS:

.page
{
background: #FDFDFD;
color: #000000;
border-right: 1px solid #CFD0C2; border-left: 1px solid #CFD0C2;
}
It is called here:
<div align="center">
<div class="page" style="width:870px; text-align:left">
<div style="padding:0px 25px 0px 25px">
This immediately follows the code you have to create the top curved bar part of your page ;)

Satan

Aotw
07-15-2005, 06:28 AM
Thx for your input, solved it by adding a image background.