Page 1 of 1
Wrapping Hyperlink Text
Posted: Wed Nov 12, 2014 3:13 pm
by pshuey@dasinc.com
Is there a way to wrap the text of a hyperlink? I saw an old post from June of 2011 that mentioned that it would be available in the near future, but I have not found a way to do this.
Re: Wrapping Hyperlink Text
Posted: Thu Nov 13, 2014 12:19 pm
by negley
You can always use a HTML container and use HTML to create your hyper link. A HTML container wraps text.
the HTML for a hyperlink is:
<a href="URL" title="Tool Tip">Your hyperlink Text</a>
Re: Wrapping Hyperlink Text
Posted: Mon Nov 17, 2014 3:02 am
by Scott Klement
Another way to make hyperlinks wrap would be to define your own custom CSS class that makes them wrap... Then apply that class to the hyperlink widgets when you want wrapping.