PDA

View Full Version : How to center the header image


Stefan118
12-24-2010, 07:53 PM
Please help.

I want to center my header image, but I cant find out how.
I see that the image is loaded in the template "header", and I tried to insert te <align="center"> code, but that didn't work.

In my opinion this piece of the code should be altered. But how?

<div> <a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>

--------------- Added 1293228096 at 1293228096 ---------------

Oeps...
When I searched this forum again I found a simular thread and a solution.

Thanks.

bytedisc
12-29-2010, 02:49 AM
Probably find using <center> content </center> would work....

--------------- Added 1293598228 at 1293598228 ---------------

Also

<div align="center"> <a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>