<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Remove underline from hyperlink SAS VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Remove-underline-from-hyperlink-SAS-VA/m-p/603920#M13296</link>
    <description>&lt;P&gt;I am a bit uncomfortable with the answer that changing the display for hyperlinks is "bad practice"&lt;/P&gt;&lt;P&gt;Since the inception of CSS link behaviour display and style has been used to enhance the look and feel of websites.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We no longer have the legacy display of followed links turning purple and underlining existing everywhere.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Especially in the case where the full URL is not present (as in the example above) having the underline may not be helpful and may actually cause problems with display.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sas VIYA 8.3 does support the use of style properties, but that being said I have encountered the same problem.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a link defined by the below code:&lt;/P&gt;&lt;PRE&gt;&amp;lt;p&amp;gt;&amp;lt;span style="font-size:24pt"&amp;gt;&amp;lt;span style="font-family:&amp;amp;quot;Noto Sans&amp;amp;quot;"&amp;gt;&amp;lt;span style="font-weight:bold"&amp;gt;&amp;lt;span style="color:#96d1f2"&amp;gt;&amp;lt;a href="/reports/reports/ab135286-4c5d-4d49-b63a-de5a364d635c" id="ac21770" style="text-decoration: none" target="_blank" type="report"&amp;gt;Win Rate&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This displays normally in the editor, but in the report viewer the underlining remains below the text "Win Rate"&amp;nbsp; Which is not desired behavior.&amp;nbsp; Any solution would be helpful as it appears that SAS viewer may have its own stylesheet in the background overriding the expected behaviour.&amp;nbsp; That is not a function of the "browser" but rather of a stylesheet being applied outside of the control of the report author.&amp;nbsp; I may be mistaken, but I think there is likely a better explanation of this "underlining" behavior that lies beyond simply calling it "bad practice".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not pretend to be an expert in web design, but am familiar with numerous examples where hyperlinks are not underlined (default behavior).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are upgrading to 8.4 soon and I will look to see if this issue remains.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2019 18:07:44 GMT</pubDate>
    <dc:creator>edo333</dc:creator>
    <dc:date>2019-11-13T18:07:44Z</dc:date>
    <item>
      <title>Remove underline from hyperlink SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Remove-underline-from-hyperlink-SAS-VA/m-p/480349#M10707</link>
      <description>&lt;P&gt;I have created a text to use table contents and I was able to change color on hyperlinks but unable to remove the underline.&amp;nbsp; Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;1. Main menu&lt;/U&gt;&amp;nbsp; &amp;nbsp; 1. Main Menu&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 07:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Remove-underline-from-hyperlink-SAS-VA/m-p/480349#M10707</guid>
      <dc:creator>jpapaiac</dc:creator>
      <dc:date>2018-07-23T07:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove underline from hyperlink SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Remove-underline-from-hyperlink-SAS-VA/m-p/480359#M10710</link>
      <description>&lt;P&gt;The way hyperlinks are displayed is primarily determined by the settings of the browser; overriding it is considered bad practice in website development. Don't do it.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 07:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Remove-underline-from-hyperlink-SAS-VA/m-p/480359#M10710</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-07-23T07:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Remove underline from hyperlink SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Remove-underline-from-hyperlink-SAS-VA/m-p/603920#M13296</link>
      <description>&lt;P&gt;I am a bit uncomfortable with the answer that changing the display for hyperlinks is "bad practice"&lt;/P&gt;&lt;P&gt;Since the inception of CSS link behaviour display and style has been used to enhance the look and feel of websites.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We no longer have the legacy display of followed links turning purple and underlining existing everywhere.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Especially in the case where the full URL is not present (as in the example above) having the underline may not be helpful and may actually cause problems with display.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sas VIYA 8.3 does support the use of style properties, but that being said I have encountered the same problem.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a link defined by the below code:&lt;/P&gt;&lt;PRE&gt;&amp;lt;p&amp;gt;&amp;lt;span style="font-size:24pt"&amp;gt;&amp;lt;span style="font-family:&amp;amp;quot;Noto Sans&amp;amp;quot;"&amp;gt;&amp;lt;span style="font-weight:bold"&amp;gt;&amp;lt;span style="color:#96d1f2"&amp;gt;&amp;lt;a href="/reports/reports/ab135286-4c5d-4d49-b63a-de5a364d635c" id="ac21770" style="text-decoration: none" target="_blank" type="report"&amp;gt;Win Rate&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This displays normally in the editor, but in the report viewer the underlining remains below the text "Win Rate"&amp;nbsp; Which is not desired behavior.&amp;nbsp; Any solution would be helpful as it appears that SAS viewer may have its own stylesheet in the background overriding the expected behaviour.&amp;nbsp; That is not a function of the "browser" but rather of a stylesheet being applied outside of the control of the report author.&amp;nbsp; I may be mistaken, but I think there is likely a better explanation of this "underlining" behavior that lies beyond simply calling it "bad practice".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not pretend to be an expert in web design, but am familiar with numerous examples where hyperlinks are not underlined (default behavior).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are upgrading to 8.4 soon and I will look to see if this issue remains.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 18:07:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Remove-underline-from-hyperlink-SAS-VA/m-p/603920#M13296</guid>
      <dc:creator>edo333</dc:creator>
      <dc:date>2019-11-13T18:07:44Z</dc:date>
    </item>
  </channel>
</rss>

