this doesn't work either.. please help me!
here's my search.tpl
Code:
{* $Id: search.tpl,v 1.6.2.2 2004/11/29 14:00:59 svowl Exp $ *}
<TABLE border="0" cellpadding="0" cellspacing="0">
<FORM method="POST" action="search.php" name="productsearchform">
<INPUT type="hidden" name="simple_search" value="Y">
<INPUT type="hidden" name="mode" value="search">
<INPUT type="hidden" name="posted_data[by_title]" value="Y">
<INPUT type="hidden" name="posted_data[by_shortdescr]" value="Y">
<INPUT type="hidden" name="posted_data[by_fulldescr]" value="Y">
<TR>
<TD width="20"></TD>
<TD class="TopLabel">{$lng.lbl_search}:</TD>
<TD valign="middle">
<INPUT type="text" name="posted_data[substring]" size="16" value="{$search_prefilled.substring|escape}">
</TD>
<TD valign="middle">
{include file="buttons/search_head.tpl"}
</TD>
<TD width="20"></TD>
<TD class"AdvSearch">
<U>{$lng.lbl_advanced_search}</U></TD>
</TR>
</FORM>
</TABLE>
and corresponding skin1.css
Code:
.AdvSearch:link {
COLOR: #fff;
}
.AdvSearch:visited {
COLOR: #fff;
}
.AdvSearch:hover {
COLOR: #fff;
}
.AdvSearch:active {
COLOR: #fff;
}
this css seems to do absolutely nothing. the advanced search link does not appear white like i want it to. it's still the default link color.