HTML Font Size

General chat about HostMonitor (all messages posted before March 07, 2003 available here).
Locked
jimi
Posts: 2
Joined: Wed Feb 26, 2003 6:00 pm
Location: AMP Henderson

Post by jimi »

Can I change the font size/characteristics for an HTML report. I'd like to make a larger font size for a display screen of alerts.

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

Post by KS-Soft »

Yes, enable "Use external header" option for the report profile and create HTML header using font that you like. You can find examples of the header for HTML reports in "Examples" directory.

Regards
Alex
jimi
Posts: 2
Joined: Wed Feb 26, 2003 6:00 pm
Location: AMP Henderson

Post by jimi »

I want to increase the size of the Text used for the Alerts.

Currently I'm using the AutoRefresh header. I added tags to increase the font size at the end of the file and it only increased teh size of the text in the footer.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Insert style attribyte inside table tag. E.g. <table border="0" bordercolor="#000080" width="100%" style="font-size: 22pt">

Regards
Alex
Locked