Thanks for the response Zero!!! I love your mod. Just fantastic!!
Thanks a heap!!! I'll try to figure out that edit.
Hmm, I guess it's above my head. I find this code, but don't really know where the actual links text is that is editable.
Doesn't this line refer to another set of code that is either in this same document, or another one?
PHP Code:
function top_links_table($links,$width,$extra) {
global $ibforums;
return <<<EOF
<div class="tborder">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="alt1" align="center" width="{$width}">{$links}</td>
{$extra}
</tr>
</table>
</div><br />
EOF;
}