Quote:
Originally Posted by KURTZ
yes, in for example in your board the category table is black with white stripes, instead in my board is only black ...
however thx
|
You need to go into your MAINCSS and add the "vB_Dark/table_bg_image2.gif"
Quote:
Originally Posted by r_sole
Awesome. Installed.
Question though - I'm trying to edit it and in the 'header' section all thats in there is:
Code:
<!-- content table -->
$spacer_open
$_phpinclude_output
Wheres all the stuff that's normally in the default style?
|
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Should work.