The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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:
|
#2
|
|||
|
|||
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 --> HTML Code:
<img src="http://www.sample.com/forum/images/sample/grbanner.gif" border="0" alt="$vboptions[bbtitle]" />
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: |
#3
|
||||
|
||||
Thanks I think that width 100% did the trick..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|