
MikeB
Staff
/ Moderator

Jan 13, 2006, 9:52 AM
Post #2 of 5
(2397 views)
Shortcut
|
|
Re: [torweb] Default Font In Editor
[In reply to]
|
Can't Post
|
|
Hi Tom, Thanks for the post! To change the default font that is used by Page Publisher you'll just want to make a quick change to the JavaScript file that controls the WYSIWYG editor. You'll want to open up /pp/images/htmlarea/editor.js and find this line of code: this.bodyStyle = 'background-color: #FFFFFF; font-family: "Verdana"; font-size: x-small;'; You can just make a quick change to this line so it will look like this: this.bodyStyle = 'background-color: #FFFFFF; font-family: "Times New Roman"; font-size: x-small;'; From there, if you refresh your browser you should be able to see that the WYSIWYG editor will now use Times New Roman as it's default font. I hope this helps and if you have any other questions, just let me know! Cheers, Mike Briggs - 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]
|