The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Make the logo banner float to match different resolutions
VB 3.7 beta 5
The logo banner is 1640 by 139 and replaced the out of the box logo. On my desk system the resolution is 1680 x 1050. On my laptop it's 1280 x 800. On the laptop the logo banner runs off the right side of the screen. On the desk system on which it was created, it works fine. My question is: How do you make the logo banner float to match the different screen resolutions? www.animeappeal.com I am not a coder so please have pity on me and make it simple. |
#2
|
||||
|
||||
AdminCP > Style Manager > Common Templates > header
Use this code: Code:
<!-- logo --> <a name="top"></a> <center> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/headbg.gif)"> <tr> <td align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/head_left.gif" border="0" alt=""/></a></td> <td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/head_right.gif" alt="" /></td> </tr> </table> </center> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output
|
#3
|
|||
|
|||
u can setting ur banner to make more little.
|
#4
|
|||
|
|||
Thanks for answering my question. Sorry it took so long to get back to read it. I moved a good ways up the east coast last week and my brain is still reeling. I'll let you know what happens.
|
#5
|
|||
|
|||
Carrlos,
It works perfectly. Thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|