vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Logo (https://vborg.vbsupport.ru/showthread.php?t=261782)

Ronald0 04-10-2011 08:49 PM

Logo
 
How to move the logo?

The alignment code only supports the following movements: Center, Left, and Right.

Well i do not want it left center or right, i would like it to the left but not to far to the left. Is there an alternate HTML code that supports the movement of the logo to the left but not all the way?

Stefan118 04-10-2011 11:18 PM

Have you tried to place a few spaces in front of the logo?

HTML code for space is:  
So <p>&nbsp;&nbsp;&nbsp;&nbsp;</p> will place 4 spaces on your screen.

I agree, it doesn't look that nice in code, but i don't see an other way to manage your problem.

Ronald0 04-11-2011 12:48 AM

When i open my header template and find the code for my header and place that before it the code ++++s up the rest of the forums. For some reason, like i don't know what is causing this. But when i place it in the code it messes some of the code up, or when i put it to far in front it messes up whats before it and if i put it to far then it messes the navbar up.

Stefan118 04-11-2011 07:59 PM

this works for me:

In the Header template:
Replace the part between:

HTML Code:

<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

        <div id="toplinks" class="toplinks">

for this:

HTML Code:

<div style="text-align:left;">
<p>&nbsp;&nbsp;&nbsp;&nbsp;
<a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></p>

It will put your logo to the left with 4 spaces in front of it.


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