开发者

font Family not working with Ajax HTML Editor

开发者 https://www.devze.com 2023-03-11 16:32 出处:网络
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.

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..开发者_如何学C 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;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号