Hola, lo que quiero es tomando el valor de una base de datos cambiar el color de un link directamente en la tag <a>
ahora tengo esto:
<FONT STYLE="color:<%if rs("colorfuentetitulo")<>"" then response.write rs("colorfuentetitulo") else response.write "#000000"%>; font-size: <%if rs("tamanofuente")<>"" then response.write rs("tamanofuente") else response.write "14"%>" face="<%if rs("fuente")<>"" then response.write rs("fuente") else response.write "Trebuchet MS, Arial, Verdana, Helvetica"%>">
<STRONG>
<A href="#" target="_blank"><%=rs("titulo")%></A>
</STRONG>
</FONT>
Espero me puedan ayudar...me cambia el tamaño y la fuente pero no el color del enlace