SAS Institute. The Power to Know
Filter Results By:
Type Priority Fixed Release
 
List:    – 10  of  14  > >|   Results per page:
Date Title Type
1/16/08 30935 - How can I center all of the output created by PROC PRINT in ODS?
PROC PRINT output routed to the non-LISTING destinations (HTML, PDF & RTF) can be controlled by PROC TEMPLATE or by the STYLE(<location>) option on the PROC PRINT statement. This ODS RTF sample code shows how to ... http://support.sas.com/kb/30/935.html, 20KB
Sample

7/31/07 23467 - How can I prevent underlines from appearing on hyperlinks when ODS HTML output is printed?
To prevent the underlines from appearing in the hyperlink when printed only, use the @media rule with PRINT as the destination. In the anchor tag, specify the TEXT-DECORATION:NONE property. By default, this ... http://support.sas.com/kb/23/467.html, 17KB
Usage Note

8/30/06 24493 - Is there a style that mimics the LISTING destination that I can use in HTML, PDF, or RTF destinations?
By design each of the destinations has a different look because each one has a different audience. HTML is meant to be viewed on the Web, and PDF is meant to be printed or viewed from Adobe Acrobat Reader. Therefore, ... http://support.sas.com/kb/24/493.html, 19KB
Usage Note

5/6/05 23461 - Why aren't my background colors and images displayed when printing ODS HTML output?
By default in most HTML browsers, the background image, colors and table rules are not printed unless you select the option. To turn this option on in IE, select Tools > Internet Options > Advanced > Printing: ... http://support.sas.com/kb/23/461.html, 17KB
Usage Note

1/5/04 23460 - How to avoid page breaks in printed ODS HTML output
This note illustrates how to avoid page breaks in printed ODS HTML output. http://support.sas.com/kb/23/460.html, 17KB
Usage Note

12/23/03 23470 - How can I make the column headers repeat on each page when an ODS HTML document is printed?
Use the THEAD class selector with the property and value DISPLAY:TABLE-HEADER-GROUP. You can add this HTML code by using the HEADTEXT= option. Below is sample code. data one; do i=1 to 300; output; ... http://support.sas.com/kb/23/470.html, 17KB
Usage Note

12/23/03 23469 - How can I provide an alternate version of ODS HTML output for printing?
For some documents you might want two versions -- one for viewing in the HTML browser and one for printing. For example, you want to specify exactly where the pages should break, so you want to print an MS Word ... http://support.sas.com/kb/23/469.html, 17KB
Usage Note

12/23/03 23468 - Can I prevent the date, URL, page number, and window title from appearing in printed ODS HTML output?
You have to change the options in the user's HTML browser. In IE, select File > Page Setup. There you can remove or change the items in the Header and Footer boxes. Here are the codes: Window title &w ... http://support.sas.com/kb/23/468.html, 17KB
Usage Note

12/23/03 23466 - How can I prevent my readers from printing a confidential ODS HTML document?
Specify the style sheet property DISPLAY:NONE with the @media rule in order to prevent readers from printing the tables and graphs. Here is an example. ods html body='temp.html' headtext='<style type=" ... http://support.sas.com/kb/23/466.html, 17KB
Usage Note

12/23/03 23464 - How can I keep wide ODS HTML output from being truncated when printed?
When you view a page online and it is too wide, you can scroll right and left. However, when you print the wide page, there is no way to scroll, and the page is truncated. Help is on the way for this problem. See our ... http://support.sas.com/kb/23/464.html, 17KB
Usage Note

List:    – 10  of  14  > >|   Results per page: