To reposition the table of contents in the frame in ODS HTML output, specify the CONTENTPOSITION= style attribute within the Frame style element when creating a custom style with PROC TEMPLATE. Valid values are T, B, L, or R (top, bottom, left, or right, respectively). The sample code below illustrates this. View the sample output.
ods html close;
See also the full PROC TEMPLATE FAQ and Concepts.