vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Styling problem ? (https://vborg.vbsupport.ru/showthread.php?t=92161)

Aotw 07-14-2005 10:30 AM

Styling problem ?
 
1 Attachment(s)
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

Quote:

Originally Posted by Zachery
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:

Code:

.page
{
        background: #FDFDFD;
        color: #000000;
        border-right: 1px solid #CFD0C2; border-left: 1px solid #CFD0C2;
}

It is called here:
HTML Code:

<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.


All times are GMT. The time now is 02:32 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01889 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete