SAS Institute. The Power to Know
Filter Results By:
Type Priority Fixed Release
 
List:    – 10  of  15  > >|   Results per page:
Date Title Type
2/6/04 23672 - How can I prevent PROC REPORT from adding a border around cells that are missing?
Currently, there is not a way to prevent PROC REPORT from adding a borders when a cell has a missing value. However, you can create your own borders for the cell values using the CSS style properties. In the below ... http://support.sas.com/kb/23/672.html, 18KB
Usage Note

1/9/04 23564 - In ODS HTML output, how can I get rid of the borders around my titles and footnotes?
When using styles.default or another style template that inherits from styles.default, a small border surrounds the titles and footnotes. The border around the titles and footnotes is not very pronounced unless you ... http://support.sas.com/kb/23/564.html, 17KB
Usage Note

9/22/03 23383 - How can I remove the borders from around the table and the cells in ODS HTML output?
Using the FRAME=VOID attribute removes the borders from around the table. Using the RULES=NONE attribute removes the border from between the headers and the data values. To blend perfectly, you might want to use the ... http://support.sas.com/kb/23/383.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

9/22/03 23394 - For ODS HTML output, how can I increase the thickness of the borders of my table?
Specify the BORDERWIDTH= attribute within the Table style element. View output. proc template; define style style.border; parent=styles.default; style Table from output / Borderwidth=7; end; run; ... http://support.sas.com/kb/23/394.html, 16KB
Usage Note

9/22/03 23384 - In ODS HTML output, how can I remove all of the borders except between the column headers and the observations?
The example code in FAQ 3288 can be modified. To remove all of the borders except the the one between the headers and the observations, specify RULES=GROUPS. proc template; define style styles.temp; parent= ... http://support.sas.com/kb/23/384.html, 17KB
Usage Note

9/22/03 23322 - How can I change the color of the borders around the table in ODS HTML output?
The borders around the table can be changed by modifying the argument associated with the string "fgA1" in the color_list, or by modifying the style element Table directly by specifying an argument to the BORDERCOLOR= ... http://support.sas.com/kb/23/322.html, 17KB
Usage Note

10/22/03 23487 - In ODS HTML output, why don't my table borders show up with Netscape?
This is because the default is RULE=GROUPS within the TABLE style element, which tells the browser to add a rule after the header. The output looks a lot better in Explorer than in Netscape. To get the output in ... http://support.sas.com/kb/23/487.html, 17KB
Usage Note

7/15/09 23325 - How can I change the style information for the byline in ODS HTML output?
To change the style information for the bylines, modify the style element Byline. To change the width, the spacing, or the line around the borders of the byline, modify the style element BylineContainer. proc ... http://support.sas.com/kb/23/325.html, 17KB
Usage Note

9/27/07 24312 - How can I use the Output Delivery System (ODS) to produce HTML pages that support 508 accessibility requirements?
In SAS 9.1 and later releases, all of the accessibility enhancements have been merged into the ODS HTML tagsets. No additional steps are required. In releases prior to SAS 9, you can use a customized accessibility ... http://support.sas.com/kb/24/312.html, 29KB
Usage Note

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