<?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 SystemTitle in HTML in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SystemTitle-in-HTML/m-p/31921#M4757</link>
    <description>I am using the below script to stream to HTML. The title is limegreen and has 2 lines. Problem is a gray line is between the 2 titles. Is there a way to control this? I am using the below proc template and chart code:&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
       define style mystyle2;&lt;BR /&gt;
              parent=styles.STATISTICAL;        &lt;BR /&gt;
              class body/&lt;BR /&gt;
                     backgroundcolor=white&lt;BR /&gt;
                     color=black&lt;BR /&gt;
                     fontfamily="Verdana, Arial" &lt;BR /&gt;
                     borderstyle=none;&lt;BR /&gt;
              class systemtitle/&lt;BR /&gt;
                     fontfamily="Verdana, Arial"&lt;BR /&gt;
                     fontweight=bold&lt;BR /&gt;
                     fontsize=8pt&lt;BR /&gt;
							backgroundcolor=cxA6D96A&lt;BR /&gt;
							background=cxA6D96A&lt;BR /&gt;
							borderstyle=none&lt;BR /&gt;
							bordercolor=cxA6D96A&lt;BR /&gt;
							BORDERBOTTOMCOLOR=cxA6D96A&lt;BR /&gt;
							BORDERTOPCOLOR=cxA6D96A&lt;BR /&gt;
							foreground=black;&lt;BR /&gt;
              class table/&lt;BR /&gt;
                     backgroundcolor=white&lt;BR /&gt;
                     bordercolor=black&lt;BR /&gt;
                     borderstyle=solid&lt;BR /&gt;
                     borderwidth=1pt            ;&lt;BR /&gt;
              class header, footer/&lt;BR /&gt;
                     backgroundcolor=cxA6D96A&lt;BR /&gt;
							color=black&lt;BR /&gt;
                     fontfamily="Verdana, Arial"&lt;BR /&gt;
                     /*fontweight=bold      	 */&lt;BR /&gt;
                     fontsize=8pt &lt;BR /&gt;
                     bordercolor=cx525252;   &lt;BR /&gt;
              class data/&lt;BR /&gt;
                     fontfamily="Verdana, Arial"&lt;BR /&gt;
                     fontsize=8pt &lt;BR /&gt;
                     bordercolor=black;&lt;BR /&gt;
              style graphcolors from graphcolors /&lt;BR /&gt;
                 'gcdata1'=cxA6D96A&lt;BR /&gt;
                 'gcdata2'=cxD9EF8B&lt;BR /&gt;
                 'gcdata3'=cxFEE08B&lt;BR /&gt;
                 'gdata1'=cxA6D96A&lt;BR /&gt;
                 'gdata3'=cxFEE08B&lt;BR /&gt;
                 'gdata4'=black&lt;BR /&gt;
                 'gdata2'=cxD9EF8B;&lt;BR /&gt;
           style GraphBackground                                                 &lt;BR /&gt;
         "Graph backgroundcolor attributes" / &lt;BR /&gt;
         backgroundcolor = white                                                      &lt;BR /&gt;
         textalign = L                                                             &lt;BR /&gt;
         verticalalign = B;&lt;BR /&gt;
       end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
title1 'Open Cases Pipeline' ;&lt;BR /&gt;
title2 '(PEs)' ;&lt;BR /&gt;
&lt;BR /&gt;
proc sgplot data=report.PipeLine (where=(Week_Ending_On&lt;TODAY&gt;
	vline Week_Ending_On/ response=PipeLine markers lineattrs=(color=cxA6D96A thickness=4) &lt;BR /&gt;
																	markerattrs=(symbol=circlefilled color=cxA6D96A size=12);&lt;BR /&gt;
	yaxis display=(nolabel);&lt;BR /&gt;
	xaxis display=(nolabel);&lt;BR /&gt;
	keylegend /location =inside position=bottomright noborder ;&lt;BR /&gt;
format  Week_Ending_On mmddyy5.;&lt;BR /&gt;
run;&lt;/TODAY&gt;</description>
    <pubDate>Fri, 04 Jun 2010 20:52:04 GMT</pubDate>
    <dc:creator>Jaime</dc:creator>
    <dc:date>2010-06-04T20:52:04Z</dc:date>
    <item>
      <title>SystemTitle in HTML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SystemTitle-in-HTML/m-p/31921#M4757</link>
      <description>I am using the below script to stream to HTML. The title is limegreen and has 2 lines. Problem is a gray line is between the 2 titles. Is there a way to control this? I am using the below proc template and chart code:&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
       define style mystyle2;&lt;BR /&gt;
              parent=styles.STATISTICAL;        &lt;BR /&gt;
              class body/&lt;BR /&gt;
                     backgroundcolor=white&lt;BR /&gt;
                     color=black&lt;BR /&gt;
                     fontfamily="Verdana, Arial" &lt;BR /&gt;
                     borderstyle=none;&lt;BR /&gt;
              class systemtitle/&lt;BR /&gt;
                     fontfamily="Verdana, Arial"&lt;BR /&gt;
                     fontweight=bold&lt;BR /&gt;
                     fontsize=8pt&lt;BR /&gt;
							backgroundcolor=cxA6D96A&lt;BR /&gt;
							background=cxA6D96A&lt;BR /&gt;
							borderstyle=none&lt;BR /&gt;
							bordercolor=cxA6D96A&lt;BR /&gt;
							BORDERBOTTOMCOLOR=cxA6D96A&lt;BR /&gt;
							BORDERTOPCOLOR=cxA6D96A&lt;BR /&gt;
							foreground=black;&lt;BR /&gt;
              class table/&lt;BR /&gt;
                     backgroundcolor=white&lt;BR /&gt;
                     bordercolor=black&lt;BR /&gt;
                     borderstyle=solid&lt;BR /&gt;
                     borderwidth=1pt            ;&lt;BR /&gt;
              class header, footer/&lt;BR /&gt;
                     backgroundcolor=cxA6D96A&lt;BR /&gt;
							color=black&lt;BR /&gt;
                     fontfamily="Verdana, Arial"&lt;BR /&gt;
                     /*fontweight=bold      	 */&lt;BR /&gt;
                     fontsize=8pt &lt;BR /&gt;
                     bordercolor=cx525252;   &lt;BR /&gt;
              class data/&lt;BR /&gt;
                     fontfamily="Verdana, Arial"&lt;BR /&gt;
                     fontsize=8pt &lt;BR /&gt;
                     bordercolor=black;&lt;BR /&gt;
              style graphcolors from graphcolors /&lt;BR /&gt;
                 'gcdata1'=cxA6D96A&lt;BR /&gt;
                 'gcdata2'=cxD9EF8B&lt;BR /&gt;
                 'gcdata3'=cxFEE08B&lt;BR /&gt;
                 'gdata1'=cxA6D96A&lt;BR /&gt;
                 'gdata3'=cxFEE08B&lt;BR /&gt;
                 'gdata4'=black&lt;BR /&gt;
                 'gdata2'=cxD9EF8B;&lt;BR /&gt;
           style GraphBackground                                                 &lt;BR /&gt;
         "Graph backgroundcolor attributes" / &lt;BR /&gt;
         backgroundcolor = white                                                      &lt;BR /&gt;
         textalign = L                                                             &lt;BR /&gt;
         verticalalign = B;&lt;BR /&gt;
       end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
title1 'Open Cases Pipeline' ;&lt;BR /&gt;
title2 '(PEs)' ;&lt;BR /&gt;
&lt;BR /&gt;
proc sgplot data=report.PipeLine (where=(Week_Ending_On&lt;TODAY&gt;
	vline Week_Ending_On/ response=PipeLine markers lineattrs=(color=cxA6D96A thickness=4) &lt;BR /&gt;
																	markerattrs=(symbol=circlefilled color=cxA6D96A size=12);&lt;BR /&gt;
	yaxis display=(nolabel);&lt;BR /&gt;
	xaxis display=(nolabel);&lt;BR /&gt;
	keylegend /location =inside position=bottomright noborder ;&lt;BR /&gt;
format  Week_Ending_On mmddyy5.;&lt;BR /&gt;
run;&lt;/TODAY&gt;</description>
      <pubDate>Fri, 04 Jun 2010 20:52:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SystemTitle-in-HTML/m-p/31921#M4757</guid>
      <dc:creator>Jaime</dc:creator>
      <dc:date>2010-06-04T20:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: SystemTitle in HTML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SystemTitle-in-HTML/m-p/31922#M4758</link>
      <description>Well, according to ColorPicker II, available here:&lt;BR /&gt;
&lt;A href="http://www.pagetutor.com/colorpicker/picker2/index.html" target="_blank"&gt;http://www.pagetutor.com/colorpicker/picker2/index.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
your color CXA6D96A is a sort of lime-ish green...and I see that you use that color for the BACKGROUND attribute of your system title (In fact, it looks like that color is being use a lot in the style attribute settings for SystemTitle):&lt;BR /&gt;
[pre]&lt;BR /&gt;
class systemtitle/&lt;BR /&gt;
     fontfamily="Verdana, Arial"&lt;BR /&gt;
     fontweight=bold&lt;BR /&gt;
     fontsize=8pt&lt;BR /&gt;
     backgroundcolor=cxA6D96A  &amp;lt;---- here&lt;BR /&gt;
     background=cxA6D96A  &amp;lt;---- here&lt;BR /&gt;
     borderstyle=none&lt;BR /&gt;
     bordercolor=cxA6D96A  &amp;lt;----here&lt;BR /&gt;
     BORDERBOTTOMCOLOR=cxA6D96A &amp;lt;----here&lt;BR /&gt;
     BORDERTOPCOLOR=cxA6D96A &amp;lt;----here&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
I would suggest that if you do NOT want the lime green background color, that you change your style template accordingly. I do not believe that HTML will use your BORDERBOTTOMCOLOR or your BORDERTOPCOLOR settings without some further changes. &lt;BR /&gt;
 &lt;BR /&gt;
The reason you are getting the gray lines around your titles is that the SAS TITLE statement is "contained" by a style element called the SysTitleAndFooterContainer and the default gray background color for the container outlines the container for every title line. So if you WANT the title lines to be green, then in order to "disappear" the gray line, you need to change the SysTitleAndFooterContainer  element. Changing borderspacing to 0 will make the background color go away.&lt;BR /&gt;
 &lt;BR /&gt;
Some test code is shown below. Note that your Header and Footer and Data elements will only be used for TABULAR output. Just in case, if you are planning on running a stored process to return results to the Info Delivery Portal or to Web Report Studio, you will need to follow the steps in the Platform documentation for altering the CSS definitions in the XML files that drive the Portal and WRS.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
                   &lt;BR /&gt;
ods path work.tmp(update)&lt;BR /&gt;
         sasuser.templat(update)&lt;BR /&gt;
         sashelp.tmplmst(read);&lt;BR /&gt;
                                            &lt;BR /&gt;
proc template;&lt;BR /&gt;
  define style styles.mystyle2;&lt;BR /&gt;
  parent=styles.STATISTICAL; &lt;BR /&gt;
  class body/&lt;BR /&gt;
     backgroundcolor=white&lt;BR /&gt;
     color=black&lt;BR /&gt;
     fontfamily="Verdana, Arial" &lt;BR /&gt;
     borderstyle=none;&lt;BR /&gt;
  class SysTitleAndFooterContainer /                                      &lt;BR /&gt;
         rules = NONE                                                         &lt;BR /&gt;
         frame = VOID                                                         &lt;BR /&gt;
         width = 100%                                                         &lt;BR /&gt;
         padding = 1       &lt;BR /&gt;
         borderspacing = 0;                                                     &lt;BR /&gt;
  class systemtitle/&lt;BR /&gt;
     fontfamily="Verdana, Arial"&lt;BR /&gt;
     fontweight=bold&lt;BR /&gt;
     fontsize=8pt&lt;BR /&gt;
     backgroundcolor=cxA6D96A&lt;BR /&gt;
     foreground=black;&lt;BR /&gt;
  class table/&lt;BR /&gt;
      backgroundcolor=white&lt;BR /&gt;
      bordercolor=black&lt;BR /&gt;
      borderstyle=solid&lt;BR /&gt;
      borderwidth=1pt ;&lt;BR /&gt;
  class header, footer/&lt;BR /&gt;
     backgroundcolor=cxA6D96A&lt;BR /&gt;
     color=black&lt;BR /&gt;
     fontfamily="Verdana, Arial"&lt;BR /&gt;
     /*fontweight=bold */&lt;BR /&gt;
     fontsize=8pt &lt;BR /&gt;
     bordercolor=cx525252; &lt;BR /&gt;
  class data/&lt;BR /&gt;
     fontfamily="Verdana, Arial"&lt;BR /&gt;
     fontsize=8pt &lt;BR /&gt;
     bordercolor=black;&lt;BR /&gt;
  class notecontent /&lt;BR /&gt;
     backgroundcolor=cxA6D96A&lt;BR /&gt;
     color=black&lt;BR /&gt;
     fontfamily="Verdana, Arial"&lt;BR /&gt;
     fontsize=8pt; &lt;BR /&gt;
  style graphcolors from graphcolors /&lt;BR /&gt;
     'gcdata1'=cxA6D96A&lt;BR /&gt;
     'gcdata2'=cxD9EF8B&lt;BR /&gt;
     'gcdata3'=cxFEE08B&lt;BR /&gt;
     'gdata1'=cxA6D96A&lt;BR /&gt;
     'gdata3'=cxFEE08B&lt;BR /&gt;
     'gdata4'=black&lt;BR /&gt;
     'gdata2'=cxD9EF8B;&lt;BR /&gt;
  style GraphBackground &lt;BR /&gt;
     "Graph backgroundcolor attributes" / &lt;BR /&gt;
     backgroundcolor = white &lt;BR /&gt;
     textalign = L &lt;BR /&gt;
     verticalalign = B;&lt;BR /&gt;
  end;&lt;BR /&gt;
run;&lt;BR /&gt;
                  &lt;BR /&gt;
title1 'Open Cases Pipeline' ;&lt;BR /&gt;
title2 '(PEs)' ;&lt;BR /&gt;
ods html path='c:\temp' (url=none)&lt;BR /&gt;
         file='cktitle.html' style=styles.mystyle2 nogtitle;&lt;BR /&gt;
proc report data=sashelp.class(obs=3) nowd;&lt;BR /&gt;
  column ('This is a spanning header' name sex age height weight);&lt;BR /&gt;
  compute after;&lt;BR /&gt;
    line 'This is a LINE output controlled by NOTECONTENT element';&lt;BR /&gt;
  endcomp;&lt;BR /&gt;
run;&lt;BR /&gt;
                     &lt;BR /&gt;
proc sgplot data=sashelp.class;&lt;BR /&gt;
     scatter x=age y=height;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
      <pubDate>Sat, 05 Jun 2010 11:44:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SystemTitle-in-HTML/m-p/31922#M4758</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-06-05T11:44:49Z</dc:date>
    </item>
  </channel>
</rss>

