I am running a report with width 132 and using html format but the report doesn't fit in the browser. How do I set the style to courier new and point size 9.
e.g.
set pagesize 53 linesize 150
set markup html on spool on HEAD ' EXTENTS ' -
body 'TEXT=blue'
spool extent.htm

ttitle -
left REP_DATE -
center 'Segments whose extent count is over 10' skip 2
/ -- run the select query
spool off
ttitle off
set markup html off spool off