Forum Moderators: coopster
<style><!--
a:vlink a.clicked:link, a.clicked:vlink..{color: rgb(255, 153, 0);...}//normal clicked link and class clicked have to be the same.
//-->
</style> I may have made some mistakes there, as I don't recall now css
then in those links:
<a href="whatever.html" <?php if($clicked) echo 'class="clicked" ';?>target="_blank">bla</a>
This will make the links appear to be clicked.
Hope this answers your question.
Michal Cibor