The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
help?
hello i was wondering if anyone knows how to center a image on the top for a logo for www.mpgamerz.net .. as u can see it has a different image thats blue and it repeats it.. anyone who knows how i would fix this and making that image centered in the middle of the forum plz?
website: www.mpgamerz.net |
#2
|
|||
|
|||
ACP > Styles & Templates>Style Manager >All Style Options>header
I don`t know what is the oryginal code now, but you can modyficate and put in my code: HTML Code:
<!-- logo --> <a name="top"></a> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="headerwrap"><br><div align="center"><a href="http://your.board.adress.com/index.php$session[sessionurl_q]"><img src="images/path_to_logo/file.png" alt="$vboptions[bbtitle]" width="960" height="163" style="border: 1px solid #D4C4B4"></a></div></td></tr> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#3
|
|||
|
|||
fixed it i had todo this just incase other users are having the same problem go here
ACP > Styles & Templates>Search in Templates > Search in template for this: Code:
<!-- header --> BEFORE: Code:
<!-- header --> <table cellpadding="0" cellspacing="0" width="100%" align="center" border="0"> <tr> <td align="left"><img src="$stylevar[imgdir_misc]/logo copy.gif" width="600" height="95" border="0" alt="SGD"> <td align="center" width="100%" style="background: url($stylevar[imgdir_misc]/logo_fill.gif) repeat-x top left; font-weight: bold; color: #6a6a6a;"></td> Code:
<!-- header --> <table cellpadding="0" cellspacing="0" width="100%" align="center" border="0"> <tr> <td align="center"><img src="IMAGE LOCATION GOES HERE" width="100%" height="95" border="0" alt="mpgamerz.net"> www.yoursite.com/images/logo.gif To See How It Looks on my Website Go > HERE |
#4
|
||||
|
||||
Hey thanks for that. I was going to do something similar but changed the logo and it's best suited to the left for now. We're still playing with the logo so if we decide to do what you did, thanks in advance for posting your answer. Most helpful indeed.
|
#5
|
|||
|
|||
yep yw =) you can see my site http://mpgamerz.net that i needed it if u look at my logo =)
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|