Font size in Compact html

Exchange HTML report templates between users.
Post Reply
thomasschmeidl
Posts: 166
Joined: Sat Apr 15, 2006 2:14 pm
Location: Germany, Bavaria

Font size in Compact html

Post by thomasschmeidl »

We us a Compact-HTML Report to list all tests that are failing and display them on a monitor.

Is there a way to increase the font size in this report without using an external header (I want to keep the "Generated on ..."-information ")

Regards

Thomas
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

In fact, you may increase text size using menu "View" -> "Text Size" in your browser directly.

Another way is to enable "Use external header" option. If you want to preserve "Generate on" information, you may use %Date% and %Time% variables within external header body. For instance, you may use the following HTML as external header:

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"> 
You also may specify your own CSS styles for the text within external header body.

Regards,
Max
Post Reply