<?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: Vertical HTMLpanels Create Extra Space in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183435#M6756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How ever you view the HTML source would work.&lt;/P&gt;&lt;P&gt;It may be a style issue. I have some html panel output I generated in SAS 9.2.3 and it has cellpadding values of 0 for the parts of the table that actually contain the graphic output. And no frame entries such as you see.&lt;/P&gt;&lt;P&gt;I've only used this with "traditional" SAS graph output, specifically GMAP. So maybe the interpretation of GOPTIONS is done differently than ODS GRAPHICS options. I'd be tempted to see if that is the case but I no longer have SAS 9.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or perhaps there is something involving the delivery portal or EG. My code was run from base SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 16:46:59 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-01-15T16:46:59Z</dc:date>
    <item>
      <title>Vertical HTMLpanels Create Extra Space</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183430#M6751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="space.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/8705_space.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;When using htmlpanels one on top of each other I have an extra space between the panels.&amp;nbsp; See the image above of the space between two panels with the option panelboarder=’1’.&amp;nbsp; Is there an option to remove this space?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;ods tagsets.htmlpanel event = panel(start) options(panelborder=&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: purple; background: white;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;ods tagsets.htmlpanel event = panel(finish);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;/*how do I remove the space created by default here*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;ods tagsets.htmlpanel event = panel(start);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;ods tagsets.htmlpanel event = panel(finish);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 20:28:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183430#M6751</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-14T20:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical HTMLpanels Create Extra Space</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183431#M6752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using column_panel?&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Arial',sans-serif; font-size: 11pt;"&gt;ods tagsets.htmlpanel event = panel(start) options(panelborder=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Arial',sans-serif; font-size: 11pt;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Arial',sans-serif; font-size: 11pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Arial',sans-serif; font-size: 11pt;"&gt;ods tagsets.htmlpanel event = column_panel(start);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Arial',sans-serif; font-size: 11pt;"&gt;&amp;lt;put two procs in here&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 11pt; background: white; font-family: 'Arial',sans-serif;"&gt;ods tagsets.htmlpanel event = column_panel(finish);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Arial',sans-serif; font-size: 11pt;"&gt;ods tagsets.htmlpanel event = panel(finish);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Arial',sans-serif; font-size: 11pt;"&gt;I don't normally use the panelborders so I'm not sure if this will fix it but without borders I don't have a lot of space between the panels.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 22:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183431#M6752</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-14T22:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical HTMLpanels Create Extra Space</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183432#M6753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;Yes, I tried the same setup with column_panel and had the same result.&amp;nbsp; I don’t need the boarder at all, I included the panelboarder=’1’ just so I could see the outline of the panels, which displays the gap area between the rows.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 22:17:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183432#M6753</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-14T22:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical HTMLpanels Create Extra Space</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183433#M6754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ones I've written don't have much difference. I have only used this with graphic output and explicitly set the size of the graphs. The active style might have an impact. What sort of values do you see in the HTML source for cellpadding and border-width?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 22:35:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183433#M6754</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-14T22:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical HTMLpanels Create Extra Space</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183434#M6755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;I do not see boarder-width or cellpadding in the source html.&amp;nbsp; The closest I found was a javascript line &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;document.write('&amp;lt;frameset rows="92,*" frameborder="0"&amp;gt;');&lt;/SPAN&gt;.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;I am using SAS 9.2, information delivery portal 4.2 M2. Did you mean to right click the webpage and select view source, I’m asking because it sounds like I should have found cellpadding in the source.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;I’m setting the size of my graphics using &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;ods graphics on / imagemap height=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;in width=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;in border=off; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 11pt; line-height: 1.5em; background-color: white;"&gt;ods graphics&amp;nbsp; / height=1.5in width=3.5in border=off;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:01:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183434#M6755</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-15T16:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical HTMLpanels Create Extra Space</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183435#M6756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How ever you view the HTML source would work.&lt;/P&gt;&lt;P&gt;It may be a style issue. I have some html panel output I generated in SAS 9.2.3 and it has cellpadding values of 0 for the parts of the table that actually contain the graphic output. And no frame entries such as you see.&lt;/P&gt;&lt;P&gt;I've only used this with "traditional" SAS graph output, specifically GMAP. So maybe the interpretation of GOPTIONS is done differently than ODS GRAPHICS options. I'd be tempted to see if that is the case but I no longer have SAS 9.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or perhaps there is something involving the delivery portal or EG. My code was run from base SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:46:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Vertical-HTMLpanels-Create-Extra-Space/m-p/183435#M6756</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-15T16:46:59Z</dc:date>
    </item>
  </channel>
</rss>

