| Date | Title | Type | ||
|---|---|---|---|---|
| 7/11/05 |
23438 - How can I add extra links to the frame in ODS HTML? The ability to add extra links to the frame is something that is planned for future versions of SAS. However, since the frame file is very small, it can be modified quite easily with the DATA step. Whereas the default ... http://support.sas.com/kb/23/438.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/23/03 |
23439 - How can I modify the frame's spacing in ODS HTML output? Specify the style attribute FRAMESPACING within the style element Frame: proc template; define style styles.test; parent=styles.default; style Frame from Document / Contentposition = T bodyscrollbar = ... http://support.sas.com/kb/23/439.html, 17KB |
Usage Note | ||
| 10/23/03 |
23440 - How can I remove the borders from the frame file in ODS HTML output? Specify the FRAMEBORDER= attribute within the style element Frame in order to turn the borders ON or OFF. proc template; define style styles.test; parent=styles.default; style Frame from Document / ... http://support.sas.com/kb/23/440.html, 17KB |
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 | ||
| 1/11/08 |
504 - Cannot view HTML files created by ODS with a Netscape browser on Windows Attempting to view HTML files created with the ODS FRAME= option generates a Netscape warning. The reason is that Netscape is not able to locate the HTML files that are created from the ODS BODY=, CONTENTS= and PAGE= ... http://support.sas.com/kb/00/504.html, 17KB |
Usage Note | ||
| 7/11/05 |
23441 - Can I add a banner page to the frame file in ODS HTML output? A banner page can be added to the frame by creating an output object from the banner page and using the NEWFILE=PROC option. This option adds the banner page and each subsequent object to the table of contents. Below is ... http://support.sas.com/kb/23/441.html, 17KB |
Usage Note | ||
| 1/9/04 |
23644 - In ODS HTML output, how can I change the title of the browser window? You can change the name of the browser window by using the TITLE= sub-option in ODS. You can do this for the body, contents, and frame. ods html body='body.html'(title="body window") contents='contents.html'( ... http://support.sas.com/kb/23/644.html, 17KB |
Usage Note | ||
| 10/23/03 |
23437 - In ODS HTML output, how can I open the target in a new, blank window or frame? The values for the HREFTARGET= attribute are _BLANK opens the target in the window from which the current window is opened _SEARCH opens the target in the browser's search pane _SELF opens the target in the current ... http://support.sas.com/kb/23/437.html, 17KB |
Usage Note | ||
| 9/22/03 |
23347 - In ODS HTML output, how can I add a button to the table of contents? Although this cannot be done with PROC TEMPLATE as of Release 8.2, this can be done with ODS by appending the button to the bottom of the table of contents. The NO_BOTTOM_MATTER or the alias NOBOT suboption can be ... http://support.sas.com/kb/23/347.html, 18KB |
Usage Note | ||