Log in

View Full Version : template questions.


Blaine0002
09-21-2005, 11:32 PM
i have a few snippits of code from vb2 and i was wondering what the conversion would be in vb3.5

<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">


and


<table cellpadding="4" cellspacing="$stylevar[cellspacing]" border="0" {tableinnerextra} width="100%">


and



<normalfont color="{categoryfontcolor}">



the parts in brackets
$stylevar[outerborderwidth]
^^^this was in 3.0, is it in 3.5? i cant find a referance to it in the manual
$vbulletin->options['bburl']/images
is there an easier way to write the images dir?

Blaine0002
09-23-2005, 12:29 AM
bump