PDA


View Full Version : Alt color's are off


TriMe
06-20-2008, 09:51 PM
Both my Alt1 and Alt2 colours are set to white (#FFFFF) in CSS options.

But only on the main links page do the 'links', 'replies' and 'moderate' are in light blue. Ive been searching all the template for a mistake maybe i have made deleting an alt tag somewhere... but couldn't find it.

Screenshot: http://img46.imageshack.us/img46/3309/repliesrs5.jpg

Any suggestions?

TriMe
06-20-2008, 10:57 PM
Fixed it!

Template was adv_links_categorybit_level2. Not sure if I deleted it or what but I just added the class="alt2" in the code below.

<td class="alt2" align="center" class="$show[class_cat_links]"><span class="smallfont">$cats[linkcount]</span></td>
<if condition="$vba_options['links_allowreplies']">
<td class="alt2" align="center" class="$show[class_cat_replies]"><span class="smallfont">$cats[postcount]</span></td>
</if>
<if condition="$show['modcolumn']">
<td class="alt2" align="center" class="$show[class_cat_moderator]"><span class="smallfont">$cats[moderator]</span></td>
</if>