The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Thank you for the reply
![]() The left side navigation mod didn't quite suit my needs due to its coding interfering with other design elements, but looking at it i made my own code that does the same thing. Thanks for pointing me in that direction =) ----------- for anyone who cares to know, this is what i did: instead of having the table cell for the left navigation begin in the header and end in the footer, i put it all in the header, and opened up a cell for the content to be held in, then closed that cell in the footer. header: Code:
</td> </tr> <tr> <td width="17%" align="left" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top">$leftnav</td> </tr> </table> </td> <td width="83%" align="left" valign="top" id="content"> <!--- content loads in bellow here ---> Code:
</td> </tr> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <!--- rest fo the footer bellow here ---> here is how it looks: http://imgfree.com/images/hsxathpxidci.gif |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|