Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-10-15 10:32:08

Uschi
New member
Registered: 2007-10-15
Posts: 1

How to change font in html view

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

#2 2007-10-17 19:29:26

ray
Xinha Administrator
From: Germany
Registered: 2005-03-23
Posts: 521
Website

Re: How to change font in html view

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

Board footer

Powered by FluxBB