0

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>          
4

1 回答 1

0

您的发布目标语言可以设置为无 - 它应该设置为适当的服务器站点语言(JSP、ASP.NET、TCDL 等)。

如果这不能解决问题 - 请发布已发布的输出(不是呈现的浏览器视图,而是页面文件或代理数据库条目中的实际输出)。

于 2013-04-03T10:04:23.917 回答