Forum Moderators: not2easy
The blog is powered by blosxom, so it's not provided by a third party that allows for easy customization.
Anyway, I am trying to style some links:
relevant css:
.perm a {
color: #AC162F;
font-family: tahoma, verdana, sans-serif;
font-size: 8pt;
text-decoration: none;
}
relevant html:
<div class="mainfeature">
<a name="$fn">$title</a>
<br />
<p>$body
</p>
<p align="left">
<p align="right">
<i>[<a class="perm" href="$url$path">$path</a>]
<a href="$url$path/index.$flavour#$fn"> link</a></i>
</p>
</div>
I figure I am calling the class incorrectly, but I can't figure out what I am doing wrong.
thanks