![]() |
Width of forum home to be 800px , while other pages is 90% width
hi, I just purchased Vbulletin and finding way to make the width of forum home to be 800px, and other pages to be 90% width
I am finding way to do it for a day but still cannot succeed, may I know how to do it?Thank you so much |
Do like I did, make a fixed skin and a fluid skin of the same style.
|
Quote:
|
No, I just made a fixed width skin for the 800x600 users and made a fluid skin for the higher resolutions.
|
Quote:
May you explain it a little bit?I believe I would improve my skill if I achieve this. thank you~ |
You can accomplish that by 3 template edits:
In Header find: Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> Code:
<if condition="in_array(THIS_SCRIPT, array('index'))"> Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center"> Code:
<if condition="in_array(THIS_SCRIPT, array('index'))"> Code:
<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> Code:
<if condition="in_array(THIS_SCRIPT, array('index'))"> |
All times are GMT. The time now is 09:54 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|