View Full Version : Styling problem ?
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 :_
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
Thx for your input, solved it by adding a image background.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.