Log in

View Full Version : Help keping both fixed and fluid skin in my forum


onlinejalsa
10-25-2008, 03:57 AM
Hello

i want to keep both the skins FLUID and FIXED skins in my site

in my homepage i want to keep FLUID and in my sub forums page i want to keep FIXED. can u help me how can i do it

onlinejalsa
10-26-2008, 12:41 PM
can anybody help me out

Lynne
10-26-2008, 02:23 PM
You probably need to change this line in your header:

<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">To (change xx% and yyypx):
<if condition="THIS_SCRIPT == 'index'">
<table border="0" width="xx%" cellpadding="0" cellspacing="0" align="center">
<else />
<table border="0" width="yyypx" cellpadding="0" cellspacing="0" align="center">
</if>
That would make it fluid for the index page and fixed for all others.

I have NOT tried this!

onlinejalsa
10-27-2008, 06:01 AM
i did what you have said . that code os for changing the header logo . but not the forum pages

Lynne
10-27-2008, 03:10 PM
I believe in default vB, that changes it all. But, if not, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and find the template that is setting the width of the pages. Then do the same thing I posted above in the template you found.