Design and CSS styles
Version 6.x > Design and CSS styles > HyperLink is not showing in chrmoe... View modes: 
User avatar
Member
Member
Aashish khandelwal - 2/23/2012 12:25:00 AM
   
HyperLink is not showing in chrmoe...
hi Team,

I have created dynamic hyperlink in article using transformation hyperlink is not showing in chrome.However it is showing for others brows er code is as below:

<div class="article-brief">
<a class="article-heading" href="<%# GetDocumentUrl() %>">
<%# Eval("ArticleName") %></a> <span class="author" style='display:none'>by <a href="#"><%# Eval("NodeOwnerFullName") %></a></span>
<p>
<%# Eval("ArticleTeaserText") %>
</p>
</div>

User avatar
Member
Member
kentico_michal - 2/28/2012 5:12:30 AM
   
RE:HyperLink is not showing in chrmoe...
Hello,

Do you mean that the whole transformation is not displayed or just the link? I am asking you because the link is nested in the span that is hidden (display:none).

Best regards,
Michal Legen