ASP and CSS
by Adam McKee <amckee(at)respectofflorida.org>
|
| Date: |
Tue, 11 Apr 2000 09:11:40 -0400 |
| To: |
"Html Writers Guild - Style (E-mail)" <hwg-style(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
I have the following in one of my documents:
<STYLE TYPE="text/css">
<!--
A:link {color:"#003399";}
A:visited {color:"#003399";}
A:hover {color:"red";}
-->
</STYLE>
And I'm using ASP in my document as well... some of the links work with
the hover color of red.. and some don't. Here is a link that does work:
<a href="mailto:webmaster(at)whatever.org">Contact Us</a>
And here is the link that doesn't work for some reason....
<a href='catalog.asp?expand=<%=Replace(RS.Fields("Category"),"
","+")%>&feat=<%=Replace(RS.Fields("Category")," ","+")%>'><font
face="Tahoma,Verdana,Arial" color="#387DC0" size="1"><%=
RS.Fields("Category")%></a>
Anyone have an Idea why this may not be working properly? If it means
anything.. the above link is in a "do while not" loop with ASP...
Thanks much in advance!
HWG hwg-style mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.