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)
-   -   Header/Logo (https://vborg.vbsupport.ru/showthread.php?t=201542)

PinkDaisy 01-12-2009 07:02 PM

Header/Logo
 
I want to make the place where my banner/logo appears and all that around it have the light pink coloring, instead of the dotted background. Like the whole header area to have the background color so it looks all pieced together.

Anyway to do this? With a code, etc. ?

Thanks for any help.

Bellardia 01-12-2009 09:37 PM

Create a div to hold time image, span the div over the whole page (width:100%) and set it a required height. Style the background a specific color (background-color:#ffffff).

PinkDaisy 01-14-2009 05:32 PM

Thank you.

Where exactly would I put this code? In a stylesheet? or a template, etc ?

Bellardia 01-15-2009 01:52 AM

The header template most likely if that's where your banner is.

PinkDaisy 01-15-2009 10:59 PM

Here is the code I am using and it doesn't work.

<div style="width:$stylevar[formwidth]" background-color: "#f8dfe4">

is this wrong? :(

Lynne 01-15-2009 11:30 PM

Try:
HTML Code:

<div style="width:$stylevar[formwidth]; background-color:#f8dfe4">

PinkDaisy 01-16-2009 09:40 AM

thank you sooo much! That seemed to work. :)


All times are GMT. The time now is 03:09 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.01304 seconds
  • Memory Usage 1,717KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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