Setting Defaults in the HTML Editor

Setting Defaults in the HTML Editor

by Corey d'Entremont -
Number of replies: 2

Hi,

Is there any way of setting a different default font and font size for the HTML editor? I would like Verdana, 10pt. but I don't know where to change it.

Corey

Average of ratings: -
In reply to Corey d'Entremont

Re: Setting Defaults in the HTML Editor

by Janne Mikkonen -
Change the line 125 in htmlarea.php (this.pageStyle = body {background-color: #fff; font-family: 'Times New Roman', Times;}

this.pageStyle = body {background-color: #fff; font-family: Verdana, sans-serif; font-size; 10pt;}

At the moment this is the only way to change it.

- Janne -
Average of ratings: Useful (1)