View Full Version : Header Image to autoresize with forum width?
MrLexusLover
03-14-2005, 08:26 AM
Check out my page. www.LexusLovers.com/forums
As you can see the header image doesn't autoresize with the forums. It's driving me nuts. How do I make it one size or autoresize (if possible) ?
Also, How do I add a link to the "forums" in the nav bar? I changed the cmps file name to "index.php" as suggested and now I can't get to the forums directly! HELP PLEASE!
Brian
03-14-2005, 10:33 AM
For your logo image, the best way to get it to resize is going to be to put it into a table as a background image, or use it as the background image for a class and use that class in the table.
For the forums link, please check the hacks forum.
As for getting to your forums, please check the post in the FAQ forum about using the CMPS and your forum in the same directory.
MrLexusLover
03-15-2005, 09:47 AM
:p Thank you brian! You sure are the man around here :p
gguerra3
04-01-2005, 12:00 PM
I got it to work like this
in the header template make a change in this line
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
to
change the width to 95% as follows
<table border="0" width="95%" cellpadding="0" cellspacing="0" align="center">
It worked for me. If I change the Main Table Width in the style manager under stylevar's to 95% it will make affect the content and not the header.
can someone tell me how to locate this variable "outertablewidth"
thanks
MrLexusLover
05-06-2005, 06:15 AM
I got it to work like this
in the header template make a change in this line
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
to
change the width to 95% as follows
<table border="0" width="95%" cellpadding="0" cellspacing="0" align="center">
It worked for me. If I change the Main Table Width in the style manager under stylevar's to 95% it will make affect the content and not the header.
can someone tell me how to locate this variable "outertablewidth"
thanks
Thanks for the help but that didnt work. It actually made the header smaller and look even more ackward. :confused:
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.