简体   繁体   中英

font Family not working with Ajax HTML Editor

font Family not working with Ajax HTML Editor.. i mean i wan to apply font tahoma in htmleditor as a default. it should show content with font tahoma default.

and also i want to know for alternate of this html editor.. i just want textarea which can read HTML nothing else..

Plz Help

thankss in advance

You can use CSS to style a textarea the same as any other element:

textarea {
  font: 0.9em/1.1em Tahoma, Geneva, Verdana, sans-serif;
  color: #333333;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM