Jump to content

Text Area | Action Control | Link | Format


John Doe 7

Recommended Posts

Hello,

 

You can style the Textarea using CSS. If you add the example below to your Text Area (note: make sure to edit your Textarea using "Edit HTML") , there will e.g. be no underline when you hover over a link

 

 

.HtmlTextArea a:hover {

text-decoration:none;

}

 

For more information on how you could style such elements, seehttps://www.w3schools.com/css/css_link.asp

Note that in order to be able to set the style, HTML Sanitation needs to be disabled for the Text Area (this is done by a Spotfire Server Administrator, as e.g. documented inhttps://support.tibco.com/s/article/How-to-disable-the-HTML-Sanitation-check)

 

Best Regards

Fredrik

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...