You are not logged in.
Pages: 1
Hallo,
i like to know if i can stop the change of the font when i choose the html view, or where i can set the font of the html view.
thx
Uschi
Offline
The appropriate CSS selector for the HTML view is .htmlarea textarea.xinha_textarea , so you could add something like this to your document
<style type="text/css">
.htmlarea textarea.xinha_textarea {font-family: Times !IMPORTANT;}
</style>
Offline
Pages: 1