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
Font size in Compact html
-
- Posts: 166
- Joined: Sat Apr 15, 2006 2:14 pm
- Location: Germany, Bavaria
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
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:
You also may specify your own CSS styles for the text within external header body.
Regards,
Max
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">
Regards,
Max