View Single Post
  #4  
Old 04-10-2005, 07:55 PM
 
Bella Forma Bella Forma is offline
 

Senior Member
  
Join Date: Nov 2004
Location: Australia
Posts: 150
 

Default

Hiya Adam

Ok two small things it could be.

First one... take the . (dots) out of the class definition in TAB.tpl

ie remove these:
<td class=" . TabFont" align=center><FONT class=" . TabFont">{$tab_title}</FONT>|</td>

I don't think (not 100% sure) that's the right syntax for it, my money's on the dots

Second your CSS code looks nested/missing a bracket (is that deliberate or just a typo?). No idea if nested is possible but try using this instead.

Code:
.TabBar { COLOR: #ffffff; } .TabFont { COLOR: #ffffff; FONT-SIZE: 12px; }
__________________
X-Cart Gold 4.0.12
X-AOM, X-RMA, X-FancyCat
Apache/Linux Server
PHP 4.3.8
Reply With Quote