
ChetW
Staff

Aug 9, 2006, 9:38 AM
Post #2 of 3
(1174 views)
Shortcut
|
|
Re: [johncesta] setting default font in editor
[In reply to]
|
Can't Post
|
|
Hi John, Thanks for the post! To set a default font size you are going to want to locate your _interface.html file, this file can be found inside the /templates/interface/ directory. You are going to want to is download the _interface.html template file and look for this line of code:
wysiwyg.arrStyle = [["body",false,"","font:12px verdana,arial,sans-serif;"]]; On this line of code change the text that reads: "font:12px verdana,arial,sans-serif;" to the font size and family you are looking to use, then save your changes and upload the template back into your /templates/interface/ directory. Give this a try and let me know if you have anymore questions John. :) Cheers, Chet Woodside - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|