4
Quote:
tjnemez wrote:
find the following in you newbb index template:
<!-- start forum categories -->
<table cellspacing="1" class="outer">
<tr align="left" valign="top"><th colspan="6"> <a href="http://www.hermitcrabworld.com/modules/newbb/index.php?cat=1">Crab Care</a></th>
edit template to define th:
<table cellspacing="1" class="outer">
<tr align="left" valign="top"><th class="head" colspan="6"> <a href="http://www.hermitcrabworld.com/modules/newbb/index.php?cat=1">Crab Care</a></th>
you can use odd, even, head or customize
I changed the file (in fact, tried a few choices) - didn't seem to do anything...
<!-- start forum categories -->
<{section name=category loop=$categories}>
<table cellspacing="1" class="outer">
<tr align="left" valign="top"><th class="odd" colspan="6"> <a
href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$categories[category].cat_id}>"><{$categories[category].cat_title}></a></th></tr>
<tr class="head" align="center">
I'll try editing the style sheet... I know HTML, but am such a css newbie it's scary.