You can even specify simple templates to ensure that the reports will have your corporate design.
TAGS:htmlbodyh1h2h3pbimgaStylesheet IDs:div rm_contentdiv rm_tocdiv rm_logoStylesheet Classes:a .rm_content_headerul .rm_tocli .rm_toc_entrytable .rm_tabletr .rm_tableth .rm_tabletd .rm_table
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>%{RM_REPORT_TITLE}</title> <style type="text/css"> html { font-family: sans-serif; font-size: 11px; line-height: 1.4em; background: #CABCA5; color: #60420A; } body { margin: 0px; } li.rm_toc_entry a { color: #777777; text-decoration: none; } li.rm_toc_entry a:hover { color: #B6A891; } p { padding-top: 2px; margin-top: 2px; padding-bottom: 2px; margin-bottom: 2px; } h1 { font-size: 24px; font-weight: bold; color: #60420A; padding-top: 36px; } h2 { font-size: 20px; font-weight: bold; color: #60420A; padding-top: 24px; } h3 { font-size: 16px; font-weight: bold; color: #60420A; padding-top: 18px; } li.rm_toc_entry { font-size: 8; line-height: 2em; } .rm_content_header { color: #60420A; font-weight: bold; font-size: 11px; padding-top: 16px; } .rm_table { border: 1px solid #60420A; padding: 5px; margin: 0; border-spacing: 0; border-collapse: collapse; } .rm_toc { list-style-type: none; padding-right: 5px; padding-left: 1em; margin-left: 1em; } div#rm_content { padding: 8px; border: 1px solid #60420A; background: white; } div#rm_toc { padding: 8px; border: 1px solid #60420A; background: white; } div#rm_logo { padding: 8px; border: 1px solid #60420A; background: white; margin-bottom: 28px; } div#custom_title { padding: 15px; border: 1px solid white; background: #60420A; text-align: center; color: white; font-weight: bold; font-size: 18px; }</style></head><body> <table border="0" width="100%" style="width: 100%" cellpadding="10" cellspacing="10"> <colgroup> <col width="250px" /> <col width="*" /> </colgroup> <tr> <td colspan="2"> <div id="custom_title"> %{RM_REPORT_TITLE} </div> </td> </tr> <tr> <td valign="top"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="middle" align="center"> %{RM_REPORT_LOGO} </td> </tr> <tr> <td> %{RM_REPORT_TOC} </td> </tr> </table> </td> <td valign="top"> %{RM_REPORT_CONTENT} </td> </tr> </table> </body></html>