Technique
12-02-2006, 04:58 PM
I'm using halsoscan comments on my site and would like to change how the "comments" link looks by using CSS. I tried using div class to set the style for the text, but it didn't work. This is how I have it set up.
IN INDEX:
<link rel="stylesheet" type="text/css" href="global.css">
<div class="update_comments"><a href="javascript:HaloScan('Name');" target="_self"><script type="text/javascript">postCount('Name');</script></a></div>
IN CSS:
.update_comments
{
color: #b5b5b5;
font-family: tahoma,arial,helvetica,sans;
font-size: 10px;
}
P.S: I tried using a.update_comments:link, but it didn't work.
IN INDEX:
<link rel="stylesheet" type="text/css" href="global.css">
<div class="update_comments"><a href="javascript:HaloScan('Name');" target="_self"><script type="text/javascript">postCount('Name');</script></a></div>
IN CSS:
.update_comments
{
color: #b5b5b5;
font-family: tahoma,arial,helvetica,sans;
font-size: 10px;
}
P.S: I tried using a.update_comments:link, but it didn't work.