PDA

View Full Version : CMPS width allover the place


mrconfus3d
08-01-2009, 08:32 PM
No matter what I do, the width just wont change. Im trying to have a fixed style with a fixed cmps page. Ive tried editing the width from 100% to anything in the <table> for adv_portal template. Nothing. I tried adding width="80%" or 70%, etc. in adv_portal ->

<if condition="$show['center_column']">
<td valign="top" width="80%">
$home[centerblocks]
</td>
No luck. Now when i refresh the index page, for a split second it hits the width that the stylevar is set to. But then once it finished refreshing it expands and looks terrible. What can i do?

TurkeySub
08-02-2009, 02:06 AM
No matter what I do, the width just wont change. Im trying to have a fixed style with a fixed cmps page. Ive tried editing the width from 100% to anything in the <table> for adv_portal template. Nothing. I tried adding width="80%" or 70%, etc. in adv_portal ->

<if condition="$show['center_column']">
<td valign="top" width="80%">
$home[centerblocks]
</td>
No luck. Now when i refresh the index page, for a split second it hits the width that the stylevar is set to. But then once it finished refreshing it expands and looks terrible. What can i do?

Are you trying to change to overall width of the page or ?

If so, you need to edit your theme width as VBCMPS goes by it so it matches the same width as your main VB.

mrconfus3d
08-02-2009, 05:18 AM
Im trying to get the cmps page to fit the fixed style i am trying to make. But it wont. The center column has a lot of un needed space, so i tried decreasing it. No luck. But then again, i see the cmps page at the fixed width its supposed to be at looking perfect for a split second, but then once the page is loading it expands to another size that just looks horrible. Im just trying to get the cmps page to be the same width as the style. But if thats not possible, (for whatever reason), im willing to make it 100% width. Just as long as it dosnt look horrible like now.

mrconfus3d
08-04-2009, 03:35 AM
Bump

Lynne
08-04-2009, 03:32 PM
It would be much easier to help if we had a link to the page.

mrconfus3d
08-04-2009, 08:54 PM
<a href="http://www.clansgfh.com/forum/cmps_index.php?styleid=14" target="_blank">http://www.clansgfh.com/forum/cmps_index.php?styleid=14</a>

Lynne
08-04-2009, 10:09 PM
Try disabling your Top Five Stats and I would guess it will be fine. Problem is, the table for that mod is full of nowrap commands which means it will take up as much room as needed and will force your table to be larger than you want.

mrconfus3d
08-05-2009, 05:43 AM
Thanks a lot, that worked.