We are using the following line of code in our DreamWeaver Template to resolve a link in Tridion. But,not getting the desired output, the link is not being resolved on the page. Is there anything wrong with the code? Please help..
<a href="@@internal@@" tridion:href="@@internal@@" title="@@title@@" target="_blank">@@title@@</a>
<a tridion:href="@@Component.ID@@" href="dummy.html" class="intro-link"><h2>@@RenderComponentField ("title_intro", 0)@@</h2></a>