Quote:
Originally Posted by soothius
Awesome Style and i'm very thankfull! apokphp i have this with Vbadvanced with only the slight issue of the border ending up between the modules. I'm sure someone knows how to get rid of it but it's not that bad. You can see what i mean in the attachment.
|
http://www.vbalien.com/forums/free-v...w-style-4.html
Here is the solution for the vbadvanced problem, Please goto your admincp>Styles&Templates>Edit Templates>
Then under vbAdvanced CMPS Templates, edit the template named "adv_portal"
Search for:
Code:
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%">
And replace with
Code:
<table align="center" cellspacing="0" cellpadding="0" width="100%">
and FYI, he is working on a new version of this that is fluid in width and should be available in the next few weeks according to his forums.