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)
-   -   Banner and browser? (https://vborg.vbsupport.ru/showthread.php?t=156801)

Greek76 09-01-2007 04:03 PM

Banner and browser?
 
I have a question. I have my banner on the top of forum which shows fine for me under IE7.I also have my screen resolution at 1024 x 768. For other users who are using firefox it does not show the banner strechting like it does for me. Also some other users dont see it period. Is their a code I need to add to it?

My code is like this..

Quote:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.sample.com/forum/images/sample/grbanner.gif" border="0" alt="$vboptions[bbtitle]" /></a></td>

</td>
</tr>
</table>
<!-- /logo -->
http://i183.photobucket.com/albums/x...ersexample.gif

unenergizer 09-01-2007 07:30 PM

HTML Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.sample.com/forum/images/sample/grbanner.gif" border="0" alt="$vboptions[bbtitle]" /></a></td>

</td>
</tr>
</table>
<!-- /logo -->

In this code find:
HTML Code:

<img src="http://www.sample.com/forum/images/sample/grbanner.gif" border="0" alt="$vboptions[bbtitle]" />
Replace with:
HTML Code:

<img src="http://www.sample.com/forum/images/sample/grbanner.gif" border="0" width="100%" alt="$vboptions[bbtitle]" />

This should work for you. Let me know how it goes :up:

Greek76 09-01-2007 10:02 PM

Thanks I think that width 100% did the trick..


All times are GMT. The time now is 09:57 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.02324 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
  • (3)bbcode_html_printable
  • (1)bbcode_quote_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