The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Hi,
I think this is what you mean, if not let me know. Thanks. leftlogo rightlogo |
#12
|
|||
|
|||
Bump
|
#13
|
|||
|
|||
That's not quite what I meant. You would need a minimum of two images.
img 1 could be multiple pictures if you wish. This is your logo, it will be centred on the screen. img 2 is what is used to fill the extra space which is repeated to give the appearance of one image. This will stretch and retract to fit with the width of your forums. You would need to make a repeatable image. |
#14
|
|||
|
|||
Thanks bro,
I`ve sent you a pm. Cheers, |
#15
|
|||
|
|||
Try replacing your header code with this:
Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td class="logofluid"> </td> <td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td class="logofluid"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] Code:
.logofluid { background: #000000 repeat-x; width: 50%; } Make sure you have the location of your logo in the title image section. |
#16
|
|||
|
|||
Thanks very much bro,
Looks to have worked great. Again thanks for all your help and direction, Top man. SteveT |
#17
|
|||
|
|||
Two pages with just two people. We got there in the end though
Glad to have helped. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|