View Full Version : title image on forum home help needed please
imported_wock
05-11-2004, 04:37 PM
how can i make title image fit right across the screen at the moment it just goes to where the vBuletin went to
pleas explain simply as i know nothing about html
msimplay
05-11-2004, 04:58 PM
is there any particular header you want
it varies per header you see depending on the graphics you want to use
imported_Halo
05-11-2004, 05:12 PM
1) Post a image of the image header you want
2) Post a image of your current forum header
3) (If needed) Post part of your header code where the image is. Only if needed.
I'll be able to help you out when you do that.
imported_wock
05-11-2004, 06:05 PM
title image is currently in the positon of the vbulletin on top of forum
www.save-concorde.org.uk/forums
i want i t to stretxh across the top and center
thanks m8
imported_Halo
05-11-2004, 07:21 PM
Ok just gimmie the part of the header code in the template where your header is located.. Sorry, I dont use a non skinned vBulletin :P
imported_wock
05-11-2004, 09:04 PM
not sure m8 i just replaced the vbulletin logo file with the one i posted
is this what u mean
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
<!--
NEW HEADER & NAVBAR
Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.
This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Tony G
05-12-2004, 09:13 AM
Moving to Design help, only modifcation submission in this forum please. :)
imported_wock
05-12-2004, 02:29 PM
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[center]" width="100%" height="134">
<p align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" / width="100%" height="100%"></a></p>
</td>
<td align="$stylevar[center]" width="1" height="134">
<!--
NEW HEADER & NAVBAR
Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.
This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$_phpinclude_output
this worked
imported_Halo
05-12-2004, 04:33 PM
::: EDIT: nvm you did it your self, gj. Also if you need any HTML go to www.htmlgoodies.com :::
Replace
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
<!--
NEW HEADER & NAVBAR
Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.
This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
With
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[center]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
The only line edited there was
<td align="$stylevar[left]"> ________TO_______ <td align="$stylevar[center]">
Now if you want your logo to spread right across the screen and fit with all screen resolutions , your going to need to know HTML, a program to slice the image a bit and thats about all I can do for you now.. I also seen that you changed your forum header image :\
imported_wock
05-12-2004, 07:35 PM
thanks m8
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.