<?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 Forced Page Break Causing Layout Issues in ODS RTF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Forced-Page-Break-Causing-Layout-Issues-in-ODS-RTF/m-p/658337#M24199</link>
    <description>&lt;P&gt;I am trying to force a page break in an RTF document using `startpage=now` but am getting weird results. The page break happens, but the title of the page doesn't change and the footer is in a different place. If I don't force the page break then the titles and footers are correct, but the output doesn't display as I'd expect. Please advise.&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/******** RTF ********/
ods rtf file="&amp;amp;path.\Rules Committee Report\rules_committee_football.rtf";
goptions reset=all; 

/* cover page */
title j=r color=white bcolor=&amp;amp;Dblue height=10pt font='Arial' "^\line NCAA Football Rules Committee Report ^\tab ^\line";
ods rtf text="^S={outputwidth=100% just=c fontfamily='Arial' font_size=14pt foreground=&amp;amp;Dblue}^\line NCAA Football Rules Committee Meeting ^\line Injury Surveillance Report ^\line"; 
footnote j=c color=white bcolor=&amp;amp;Dblue height=8pt font='Arial' 
	"^\line Datalys Center | 401 West Michigan Street, Suite 500 | Indianapolis, Indiana 46202 | 855-832-4222 ^\line";

proc report data=imagelist noheader nofs
		style={frame=void rules=none
		protectspecialchars=off};
	define list /style={cellwidth=3.5in} center;
	define words / style={cellwidth=3.5in fontfamily='Arial' font_size=11pt} left;
run;

ods rtf startpage=now;

title j=c "^S={preimage='C:/Users/Todd/Dropbox/Datalys/Rules Committee Report/isp_logo_small.png'}";
proc odstext;
	...;
run;

/* close rtf */
ods rtf close;
ods html;
/**** end rtf report ****/&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ex2.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/42918iDF7FBD385A89B1B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="ex2.png" alt="ex2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Result without `ods rtf startpage=now`:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ex1.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/42919iED3ED07BEE2556A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="ex1.png" alt="ex1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 14 Jun 2020 07:59:36 GMT</pubDate>
    <dc:creator>tburus</dc:creator>
    <dc:date>2020-06-14T07:59:36Z</dc:date>
    <item>
      <title>Forced Page Break Causing Layout Issues in ODS RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Forced-Page-Break-Causing-Layout-Issues-in-ODS-RTF/m-p/658337#M24199</link>
      <description>&lt;P&gt;I am trying to force a page break in an RTF document using `startpage=now` but am getting weird results. The page break happens, but the title of the page doesn't change and the footer is in a different place. If I don't force the page break then the titles and footers are correct, but the output doesn't display as I'd expect. Please advise.&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/******** RTF ********/
ods rtf file="&amp;amp;path.\Rules Committee Report\rules_committee_football.rtf";
goptions reset=all; 

/* cover page */
title j=r color=white bcolor=&amp;amp;Dblue height=10pt font='Arial' "^\line NCAA Football Rules Committee Report ^\tab ^\line";
ods rtf text="^S={outputwidth=100% just=c fontfamily='Arial' font_size=14pt foreground=&amp;amp;Dblue}^\line NCAA Football Rules Committee Meeting ^\line Injury Surveillance Report ^\line"; 
footnote j=c color=white bcolor=&amp;amp;Dblue height=8pt font='Arial' 
	"^\line Datalys Center | 401 West Michigan Street, Suite 500 | Indianapolis, Indiana 46202 | 855-832-4222 ^\line";

proc report data=imagelist noheader nofs
		style={frame=void rules=none
		protectspecialchars=off};
	define list /style={cellwidth=3.5in} center;
	define words / style={cellwidth=3.5in fontfamily='Arial' font_size=11pt} left;
run;

ods rtf startpage=now;

title j=c "^S={preimage='C:/Users/Todd/Dropbox/Datalys/Rules Committee Report/isp_logo_small.png'}";
proc odstext;
	...;
run;

/* close rtf */
ods rtf close;
ods html;
/**** end rtf report ****/&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ex2.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/42918iDF7FBD385A89B1B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="ex2.png" alt="ex2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Result without `ods rtf startpage=now`:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ex1.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/42919iED3ED07BEE2556A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="ex1.png" alt="ex1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jun 2020 07:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Forced-Page-Break-Causing-Layout-Issues-in-ODS-RTF/m-p/658337#M24199</guid>
      <dc:creator>tburus</dc:creator>
      <dc:date>2020-06-14T07:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forced Page Break Causing Layout Issues in ODS RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Forced-Page-Break-Causing-Layout-Issues-in-ODS-RTF/m-p/658473#M24200</link>
      <description>&lt;P&gt;Moved to the&lt;EM&gt; ODS Reports&lt;/EM&gt; forum, hoping you'll get an answer there.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 03:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Forced-Page-Break-Causing-Layout-Issues-in-ODS-RTF/m-p/658473#M24200</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-15T03:13:18Z</dc:date>
    </item>
  </channel>
</rss>

