PDA

View Full Version : Header Image Help


Gottcha
06-11-2008, 02:28 AM
Im looking to add an image that will take the full width of the forum and then be able to add my logo and banner ads to.

Problem is i have no idea where to start. My site is www.coralforum.com

If anyone is able to help i would really appreciate it.

Thanks in advance.

Attitude5ire
06-12-2008, 12:22 AM
Start with the 'header' template of your style.. It should cover the whole Forum width.
If you want whole page width put it outside the spacer.

Gottcha
07-15-2008, 02:55 AM
ok i have my header graphic set but im not sure how to add it to the header template ... i tried replaceing the code in it with the html code for my header graphic but it leaves the forum blank and just the header is shown .... any help is really appreciated.

--------------- Added 1216143793 at 1216143793 ---------------

ok got the header to work but now im missing my banner ads ... this is my code right now:

<!-- logo -->
<a name="top"></a>
<center>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/headercf_04.jpg)">
<tr>

<td align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/headercf_02.jpg" border="0" alt=""/></a></td>
<td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/headercf_06.jpg" alt="" /></td>
</tr>
</table>
</center>

<!-- /logo -->
<!-- content table -->
$spacer_open

$_phpinclude_output

chick
07-15-2008, 05:03 PM
I use simple HTML because thats all I know and it seems to work fine. I do not have any links in the header by choice.

<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="25%" valign="top">
<div align="left"><img src="http://xxxxxx.com/forum/images/leftlogo.jpg" align="left" width="296" height="82" vspace="0" hspace="0" alt="xxxxxx.com - A xxxxxx Community" border="0" /></div></td>
<td width="50%" valign="top"></td>
<td width="25%" valign="top">
<div align="right"><img src="http://xxxxxx.com/forum/images/rightogo.jpg" align="right" width="315" height="82" vspace="0" hspace="0" alt="xxxxxx.com - A xxxxxx Community" border="0" /></div></td>
</tr>
</table>

Gottcha
07-15-2008, 05:31 PM
still not showing my banners

Here is my site: http://www.coralforum.com/forums/index.php

jkcerda
07-16-2008, 01:42 AM
we seem to have the same issue, I have been to other sites & noticed that the header is not a linked image, could be a background image, I am looking into fixing it myself.

Gottcha
07-16-2008, 02:20 AM
i know its only been a few days since ive been trying to get this working again but i really need to get this fixed ... any ideas anyone

K4GAP
07-16-2008, 04:52 AM
Looking at your site and trying to imagine exactly what it is you need done...

Go look at the header on my site and tell me if it's what you are looking for. If it is I'd be more than happy to help you out.

http://www.publicwarriors.com/

Gottcha
07-16-2008, 05:12 AM
thats not really what im looking for ... if you check my site now ... coralforum.com you will see the ad banners that rotate on the site .... when i change the header to an image that takes the whole top of the site, the banners are gone. Been readin and searching and it has something to do with the $headbanner tag that needs to be added to my code but im not sure and still searching.

chick
07-16-2008, 05:04 PM
thats not really what im looking for ... if you check my site now ... coralforum.com you will see the ad banners that rotate on the site .... when i change the header to an image that takes the whole top of the site, the banners are gone. Been readin and searching and it has something to do with the $headbanner tag that needs to be added to my code but im not sure and still searching.

What banner hack are you using?

i am thinkink you nee a <br /> after you full head banner and....... the center the rotating one below it. Is that what you are trying to do?

Gottcha
07-16-2008, 07:25 PM
im using the vbportal banners .... no hacks for banners.

jkcerda
07-20-2008, 05:22 PM
I am fixing this hack for my forum.

https://vborg.vbsupport.ru/showthread.php?t=185776

as soon as its finished i can post a link to my forum if you are interested in seeing it.