John Doe 7 Posted March 23, 2020 Posted March 23, 2020 Hi, anyone knows of a tweak to disable 'underline' a Link inserted via Action Control in Text Area It's not possible to control this via 'Format Control', unfortunately. Many thanks JD
Fredrik Rosell Posted March 23, 2020 Posted March 23, 2020 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now