Simple question - is there a simple way to increase the font or display of the Explorer theme other than going in and modifying the CSS in the htdocs folder? It's just a bit too small for my old eyes
- Well, it depends on many factors. First of all it depends on which mode you are using. The desktop mode automatically uses your system font size. So being able to read the dialog boxes of your operating system you should also be able to read the pages. The site mode uses a base font size of 9pt. To change this you just have to change a single line of the common.css file:
html { font-family: verdana, arial, helvetica, sans-serif; font-size: 9pt; }
Maybe the stylesheets option described in HelpOnConfiguration or the User CSS URL option described in HelpOnUserPreferences are helpful. I didn't use them, so I don't know for certain. If you find a solution please post it here. Beside of this there are many possibilities to change the displayed font size by your web browser and operating system. -- WolfgangFischer 2008-10-08 10:22:51