vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   {How} to make header banner beside logo (https://vborg.vbsupport.ru/showthread.php?t=177490)

geevest.com 04-29-2008 01:09 PM

{How} to make header banner beside logo
 
1 Attachment(s)
hello,

I want to make my banner beside in my logo. (FIXED & SCRATCH)
because im input my banner code,my banner always in under my logo.

Its the script :

Code:

<tr>
<td align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/logo.gif"  border="0" alt=""/></a></td></tr>
<if condition="!is_member_of($vbulletin->userinfo, 5)">
<!--Start Etology Code-->
<script language="javascript" type="text/javascript" charset="utf-8" src="http://pages.etology.com/gtbjs/48691.php"></script>
<!--End Etology Code-->


if im input the script.my banner always in under my logo.

how to make my banner always beside my logo.thanks

GameWizard 04-29-2008 01:23 PM

Should be as simple as having both <img> tags beside each other, have you tried that?

Code:

<td align="left" valign="top"><img src="yourbanner.jpg"  border="0" alt=""/> <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/logo.gif"  border="0" alt=""/></a></td></tr>

geevest.com 04-29-2008 01:56 PM

friend i want input my banner beside the logo.

i want input this code banner :
Code:

<!--Start Etology Code-->
<script language="javascript" type="text/javascript" charset="utf-8" src="http://pages.etology.com/gtbjs/48691.php"></script>
<!--End Etology Code-->


GameWizard 04-29-2008 02:03 PM

Have you tried this?
Code:

<tr>
<td align="left" valign="top"><if condition="!is_member_of($vbulletin->userinfo, 5)"><script language="javascript" type="text/javascript" charset="utf-8" src="http://pages.etology.com/gtbjs/48691.php"></script></if> <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/logo.gif"  border="0" alt=""/></a></td>
</tr>


geevest.com 04-29-2008 02:08 PM

Quote:

Originally Posted by GameWizard (Post 1502338)
Have you tried this?
Code:

<tr>
<td align="left" valign="top"><if condition="!is_member_of($vbulletin->userinfo, 5)"><script language="javascript" type="text/javascript" charset="utf-8" src="http://pages.etology.com/gtbjs/48691.php"></script></if> <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/logo.gif"  border="0" alt=""/></a></td>
</tr>


not work.
logo under the banner. :D

i want my banner beside the logo.


All times are GMT. The time now is 11:03 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.01048 seconds
  • Memory Usage 1,724KB
  • 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
  • (5)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