@eshupp wrote:
I am generating an ODS HTML report and would like to have the TITLE1 - TITLEn statement text located inside the report table. Is there any way to do this other than using BREAK BEFORE _PAGE_ and using LINE statements to include the TITLE information and eliminate the TITLE1-TITLEn statements?
I think you have already found the best solution for your problem. Maybe you could create your own template (using proc template) to move the title-text into the tables, but i haven't done anything similar before, so i can't suggest any code.