The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Trying to centre my logo image
Trying to centre my banner I can't seem to do it. Any ideas? http://www.misc-world.com/endeavour
Here's my header template: Code:
<!-- logo --> <a name="top"></a> <table> <tr> <td align="$stylevar[center]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[center]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#2
|
|||
|
|||
how come u not closed center off with a / on the bottom line
should be [/center] |
#3
|
|||
|
|||
No there shouldn't. Should there?
Edit: S'ok I got, I wrapped a table round it. |
#4
|
|||
|
|||
can you post what the code looks like now?
|
#5
|
||||
|
||||
I don't believe there is a stylevar=[center] option oddly enough though there maybe.
i always just took out the table and used divs Code:
<div align="center"><a href="/" rel="nofollow"><img src="http://www.path.to.img/" border="0" /></a> </div> |
#6
|
|||
|
|||
There is no center "option" as center is always the same. Left/Right can depend on your text direction.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|