Topic: Assign class at full link of title

Hi all, i have this problem:

i want to assign a class to element [full-link]...[/full-link].

What I want is:

<!--html--><div class='htmltop'>HTML</div><div class='htmlmain'><!--html1--><a href="link-of-full-story-page.php" class="my-class">{title}</a><!--html2--></div><!--html3-->

Is it possible?

I can't even to get the url of full story page.

Is there anyone who can help me?

Re: Assign class at full link of title

Problem solved!

Template "Active News":
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><h1>[full-link]{title}[/full-link]</h1></div>

CSS:
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>h1 a { ... }
h1 a:hover { ... }
</div>