View Full Version : header issues
abdyel26
07-22-2009, 01:29 AM
I am trying to make my header cover the entire top of the page and I have not been able to do it I have created a custom header and it only covers about half of the header How do I get the picture to stretch ?:confused:
HMBeaty
07-22-2009, 01:38 AM
Well, it would help if you posted your code and a screenshot to see what we're dealing with and to help you out ;)
abdyel26
07-22-2009, 01:45 AM
here is my url http://www.sportmotorcycleboutique.com
I went to style manager/style vars and i change the picture there
HMBeaty
07-22-2009, 01:54 AM
Your link doesn't work
Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------- Added 1248231342 at 1248231342 ---------------
Also, if you can post your header template, that should help
abdyel26
07-22-2009, 01:57 AM
<a href="http://www.sportmotorcycleboutique.com/forum" target="_blank">www.sportmotorcycleboutique.com/forum</a> thats it my bad I forgot the last part
HMBeaty
07-22-2009, 02:02 AM
Can you post your header template? I don't want to give you the wrong way to fix this
abdyel26
07-22-2009, 02:08 AM
http://photos-g.ak.fbcdn.net/hphotos-ak-snc1/hs198.snc1/6696_1198320603310_1387376513_30553998_2014700_n.j pg
HMBeaty
07-22-2009, 02:09 AM
Not the image, the template code
abdyel26
07-22-2009, 02:09 AM
here is the image
HMBeaty
07-22-2009, 02:11 AM
Not the image, the template code
You may also refer to this thread
http://www.vbulletin.com/forum/showthread.php?t=156430
abdyel26
07-22-2009, 02:13 AM
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[center]"><a href="http://www.sportmotorcycleboutique.com/picture.php?pictureid=3&albumid=2&dl=1248110781&thumb=1"><img src="$stylevar[titleimage]" bord
er="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
I am sorry i am so new to this !! I get lost very easily well this is what I got from template manager under header hopefully this is it
HMBeaty
07-22-2009, 02:16 AM
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="http://www.sportmotorcycleboutique.com/picture.php?pictureid=3&albumid=2&dl=1248110781&thumb=1"><img src="$stylevar[titleimage]" bord
er="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
Should work
abdyel26
07-22-2009, 02:29 AM
thanks !!!! it worked
MarkD793
07-26-2009, 02:30 AM
Hi,
I used the code you posted for my site www.pets-r-great.com/testvb, However I seem to be getting a purple border around my logo..... Any idea's
(logo is just a rough idea for the site)
Thanx in advance
HMBeaty
07-26-2009, 02:42 AM
in your code for your image, make sure there is 0 border. It should look something like
<img src="your/image.gif" alt="" border="0" />
MarkD793
07-28-2009, 04:47 PM
I tried this but it does not seem to work. The code is as follows:
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="http://www.pets-r-great.com/testvb"><img src="$stylevar[titleimage]" bord
er="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.