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)
-   -   Aligning A Picture/Logo To The Right Of A Fluid Skin? (https://vborg.vbsupport.ru/showthread.php?t=140491)

Masked Crusader 02-26-2007 04:25 AM

Aligning A Picture/Logo To The Right Of A Fluid Skin?
 
Alright, so this is what I want to do.

My skin is currently a fluid width skin. Up at the top of the skin, is the header obviously enough. Well, on the other side of the header (the right side), I want to place another header/image. I am trying to figure out what the code for this is.

Also, if it would help, my site is http://www.deivictorae.com. If you look at the top, I want to add something on the right side of the page, opposite the logo.

Any help would be appreciated.

CyberAlien 02-26-2007 05:44 AM

Quote:

Forbidden

You don't have permission to access / on this server.
Apache/2.0.54 Server at www.deivictorae.com Port 80
Can't see what code you are using, so I'll explain on default style.

In "header" template find this:
Code:

        <td align="$stylevar[right]">
                &nbsp;
        </td>

and replace &nbsp; with whatever you want to put on right side

Masked Crusader 02-26-2007 01:12 PM

Still need help. My header is VERY customized, therefore the code that CyberAlien had noted is not found in my header.

Any help would be appreciated.

CyberAlien 02-26-2007 01:43 PM

Now I can access that page, so here is code for your style: find this:
Code:

    <td width="253">&nbsp;</td>
    <td width="158">&nbsp;</td>

and replace with this:
Code:

<td align="right" width="100%"> put here your code </td>
then few lines below delete this part of header: <td>&nbsp;</td>

Masked Crusader 02-26-2007 03:11 PM

Cyber, I owe you a beer bro. Thanks a ton. Been baffled for a couple days over this damn thing.


All times are GMT. The time now is 08:53 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.00999 seconds
  • Memory Usage 1,719KB
  • 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
  • (3)bbcode_code_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