When editing text area in html mode sometimes you can no longer edit in regular text mode. Spotfire "cleans" the code by removing the css style and other tags. That is inconvenient for end users who wants to change typos or text in Spotfire text area in text mode.
BUT If you put the <style>or <link> tags at the end of your html code, Spotfire does not removes the tags!
Happy styling
html
<textarea rows=3 style='width:333px'id=hidden><style> and <link> tags should be at the end of the html code </textarea>
<H3>Try again to edit in text mode. <BR><BR> </H3>
<H2><I class=material-icons style="FONT-SIZE: 36px; COLOR: #e65400">mail_outline</I> contact us </H2>
<LINK href="https://fonts.googleapis.com/icon?family=Material+Icons" rel=stylesheet>
<STYLE>
#hidden{display:none}
h2{font-style:arial;font-weight:bold;font-size:30px;}
</STYLE>
No comments:
Post a Comment