vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   borders around my forum (https://vborg.vbsupport.ru/showthread.php?t=153037)

RPG_Messiah 07-22-2007 01:06 PM

borders around my forum
 
How would I go about putting borders on the right and left hand edges of my forum??? The reason being is because I want it to match the rest of my site. Here is a link to my site to check out what I'm talking about:

http://www.galanovagames.com

RPG_Messiah 07-28-2007 07:42 PM

can some1 please help me out with this??? There is a way right??

GamersHQ 07-29-2007 07:56 PM

I used this to get a border around my forum, replace your header code with this coding:

Code:

<!-- header image -->
<table align="center" border="0" width="750" cellpadding="0" cellspacing="0" class="border">
<tr><td>
<!-- header image -->
       
<div class="cheader"><div class="header"></div></div>


<!-- begin main inner table area-->

<!-- content table -->
<div class="page">


<!-- open content container -->
$spacer_open

$_phpinclude_output

Also put this in additional css:

Code:

.border {
border: 10px #eef4fa solid;
}

.header {
background-image: url(Link To Your Header Image);
header-repeat: no-repeat;
width: 750px;
height: 100px;
margin: 0;
padding: 0;
float: left;
}

.cheader{
background-color: #FFFFFF;
height: 100px;
margin: 0;
padding: 0;
}



All times are GMT. The time now is 10:39 AM.

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.00981 seconds
  • Memory Usage 1,713KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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