HTML Font Size

Exchange HTML report templates between users.
Post Reply
CuWatson
Posts: 5
Joined: Mon Nov 10, 2003 3:44 pm

HTML Font Size

Post by CuWatson »

OK, I'm a little HTML illiterate. What's the easiest way to decrease the font size on an HTML report? Do I need to create a Custom HTML and go from there? Or is there something inherent in Host Monitor that allows just this change (like modifying the colors)?

If it does require the Custom HTML, where do you start on that? Right now my Custom HTML looks a lot like the Compact HTML page.

Thanks,
Curt
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You can use standard "HTML" report and "Use external header" option. You can find samples of header in HostMonitor's directory "Examples\".
To change size of the font add "style" attribute, e.g.

Code: Select all

<html><head>
<meta name="GENERATOR" content="KS-Soft HostMonitor">
<title>HostMonitor report</title>
<STYLE TYPE="text/css"><!-- a:hover { color: "#E8F7FF"; } --></STYLE>
</head>
<body bgcolor="#00008C" text="#DFDFDF" link="#65D3FE" vlink="#65D3FE" alink="#E8F7FF">
<p align="left"><u><strong><big><big>HostMonitor Report</big></big><br>
</strong></u><font face="Arial">Generated on %Date% at %Time%</font></p>
<div align="center"><center><small>
<table border="0" bordercolor="#00008C" width="100%" style="font-size: 8pt">
Regards
Alex
Post Reply