<?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: HTML Anchors in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/HTML-Anchors/m-p/107084#M3986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you have some code to illustrate the type of anchor that you're creating? An Anchor tab &amp;lt;a href=...&amp;gt;?? Consider this anchor tag at the top of the proc print output. In this output, there are two different anchors in the output, using the features of the TITLE statement. One of the anchors is bigger than the other. Otherwise, I'm not sure what you mean by size, length and width. Do you mean creating buttons?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\makeanchor.html' style=sasweb;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title h=24pt link='&lt;A class="jive-link-external-small" href="http://www.google.com/"&gt;http://www.google.com&lt;/A&gt;' "Click Here";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title2 h=12pt link='&lt;A class="jive-link-external-small" href="http://www.setgame.com/"&gt;http://www.setgame.com&lt;/A&gt;' "or Play a Game";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc print data=sashelp.class(obs=3);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Apr 2013 01:58:24 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2013-04-13T01:58:24Z</dc:date>
    <item>
      <title>HTML Anchors</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HTML-Anchors/m-p/107083#M3985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Does anyone know how can I change the size, length, width of an anchor when I'm using ODS HTML ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tk's in advanced!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 22:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HTML-Anchors/m-p/107083#M3985</guid>
      <dc:creator>Abud</dc:creator>
      <dc:date>2013-04-12T22:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Anchors</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HTML-Anchors/m-p/107084#M3986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you have some code to illustrate the type of anchor that you're creating? An Anchor tab &amp;lt;a href=...&amp;gt;?? Consider this anchor tag at the top of the proc print output. In this output, there are two different anchors in the output, using the features of the TITLE statement. One of the anchors is bigger than the other. Otherwise, I'm not sure what you mean by size, length and width. Do you mean creating buttons?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\makeanchor.html' style=sasweb;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title h=24pt link='&lt;A class="jive-link-external-small" href="http://www.google.com/"&gt;http://www.google.com&lt;/A&gt;' "Click Here";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title2 h=12pt link='&lt;A class="jive-link-external-small" href="http://www.setgame.com/"&gt;http://www.setgame.com&lt;/A&gt;' "or Play a Game";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc print data=sashelp.class(obs=3);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Apr 2013 01:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HTML-Anchors/m-p/107084#M3986</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-04-13T01:58:24Z</dc:date>
    </item>
  </channel>
</rss>

