I want to make one word of a sentence as a hyperlink. I have written it as : Click on our <a href="http://www.google.co.in"> website </a> to know the details. The markup property of the text field is also selected as "html". But the hyperlink is not created. Please help.
A:
The htm markup seems to be extremely limited. I have only found that it works for very basic html formating such as <i>
and <b>
tags. I do not think anchors or lists or any 'fancier' markup with do anything.
Arthur Thomas
2010-05-24 19:07:46
+1
A:
The HTML markups are only intended for the purpose of styling a text field. You are looking for the "Hyperlink" option. It doesn't work for static text fields though, but when you right click on a text field you should find the item "Hyperlink" in the context menu. This allows you to link the field to an anchor, another report or a webpage.
bfoe
2010-05-30 09:21:43