SAS Institute. The Power to Know
Filter Results By:
Type Priority Fixed Release
 
List:    – 10  of  89  > >|   Results per page:
Date Title Type
1/16/04 23663 - For ODS HTML output, how can I add flyovers to the items in the table of contents?
Flyovers can be adding to the items in the table of contents by adding the TITLE= attribute to the style element that you want the flyovers associated with. The below example adds flyovers to both the procedure names in ... http://support.sas.com/kb/23/663.html, 18KB
Usage Note

1/9/04 23343 - For ODS HTML output, how can I change the fonts of the various parts of the table of contents?
To change the fonts for the title "Table of Contents," for the procedure name, and for the link beneath the procedure name, modify the appropriate style-element: The style element ContentTitle is responsible for ... http://support.sas.com/kb/23/343.html, 18KB
Usage Note

10/23/03 23435 - In ODS HTML output, how can I reduce the area for the table of contents within the frame file?
The CONTENTSIZE= attribute determines what percentage of the frame file is used for the table of contents. Specify this attribute within the style element Frame. You can also reduce the fonts so that the table is ... http://support.sas.com/kb/23/435.html, 17KB
Usage Note

7/8/09 23345 - In ODS HTML output, how can I remove everything from the table of contents except the links?
To remove everything in the table of contents other than the links, use the nonbreaking space character to mask the procedure name in the ContentProcname style element, and use the method in FAQ 3247 to omit the title. ... http://support.sas.com/kb/23/345.html, 17KB
Usage Note

10/3/07 23436 - In ODS HTML output, can I move the table of contents to a different part of the frame?
To reposition the table of contents in the frame, specify the CONTENTPOSITION= attribute within the style element Frame. The values are T, B, L, R (top, bottom, left, or right). View output. proc template; define ... http://support.sas.com/kb/23/436.html, 17KB
Usage Note

10/27/05 23395 - In ODS HTML output, how can I left-justify everything in the table of contents?
To left justify the entire output in the table of contents in SAS 9.1, you must modify the HTML4 tagset. The HTML4 tagset is modified to add the CLASS= HTML attribute to the ordered list (<OL>) tag. This enables ... http://support.sas.com/kb/23/395.html, 19KB
Usage Note

7/20/05 23335 - In ODS HTML output, how can I specify my own label for the procedure name in the table of contents?
In Version 8, use the ODS PROCLABEL statement to label the procedure in the table of contents. See example 1. View output. In Version 7, use the TEMPLATE code in example 2 below as a workaround. * example 1 * ods ... http://support.sas.com/kb/23/335.html, 17KB
Usage Note

7/11/05 23425 - In ODS HTML output, how can I label the items in the table of contents that were generated from the DATA step?
In the DATA step, if you include the ODS option on the FILE PRINT statement, then use the OBJECTLABEL option to specify the label for the table of contents. To get rid of the "DATA Step Procedure" label, issue ... http://support.sas.com/kb/23/425.html, 17KB
Usage Note

7/1/05 24302 - Can I remove the equal sign from the BY value in the table of contents for ODS output?
The equal sign can be removed from the BY value in the table of contents by using the ODS MARKUP destination. The MARKUP destination gives you access to each piece of output. Therefore you can substring this value from ... http://support.sas.com/kb/24/302.html, 19KB
Usage Note

10/22/03 23423 - In ODS HTML output, how can I have the value of my BY variable show up in the table of contents for GPLOT and GCHART procedures?
The GPLOT and GCHART procedures have a DES= option that enables you to specify the BY variable inside of the #BYVAL( ) and places the value of the BY variable in the table of contents. Below is an example. ... http://support.sas.com/kb/23/423.html, 17KB
Usage Note

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