Please can someone help me change the font in the TOC created in my browser-based help. I've examined the source code, but can't find the right element or class to change in one of the stylesheets, I think it should be helpstudio.css. Please help!
3 comments
-
Permanently deleted user The styles for the web Table of Contents are actually embedded in a <style> section in the webtoc.html file. This file is part of the Template so you can create a custom Template (In HelpStudio Tools\Options, Templates page) and then modify the <style> section in this file in the Template to alter the styles. Let me know if you hit any problems.
-
Helen I've definitely hit a problem - my TOC is now empty!
I've copied one of the templates and changed the <body> style in webtoc.html so that it reads Arial, Verdana, ... instead of the other way around. BTW the <style> section is commented out, which is why I didn't think this was the correct place to change the style in the first place. I build my profile and the TOC is totally empty.
-
Permanently deleted user Can you please send me over a copy (to richard@innovasys.com) of your revised webtoc.html file so that I can investigate.
The HTML comment tag inside the <style> tag is a common technique to ensure the style section doesn't get read as HTML by some older browsers - the style section is still processed.