I was wondering if there is a way to increase the font size in the dialog box. We have a url whitelist and want the pop-up dialog box to be larger.
I'm able to increase the box size with:
MessageHeight=
MessageWidth=
The text inside still remains very small and I know older patrons will have a hard time reading it.
I tried increasing the font size in the access.txt file, but that seems to do nothing when the dialog box pops up.
Any insight?
Thanks in advance.
Font size and dialog box
Moderators: Tyler, Scott, PWB v2 Moderator
Switch to HTML type dialogs and you can use HTML to make some pretty elegant message boxes including changing font sizes, colors and adding images.
[Dialogs]
UseHtmlDialogs=True
If you do not want to use HTML type dialogs, you can use Rich Text Format files (.rtf) instead of Text files (.txt). This would allow you to increase the font sizes and add colors.
--Scott
[Dialogs]
UseHtmlDialogs=True
If you do not want to use HTML type dialogs, you can use Rich Text Format files (.rtf) instead of Text files (.txt). This would allow you to increase the font sizes and add colors.
--Scott