开发者

TinyMCE displaying style of ordered list

I have a text editor with TinyMCE. An ordered list appears after some space; I wa开发者_开发技巧nt to reduce or remove that space.

How can this be done?


I'm assuming you're referring to the default margin before and after <ol> (ordered list) elements.

You can tell TinyMCE to use a custom stylesheet. See the content_css config option. Point it to the same stylesheet you use for the rest of the site (if you have one). In that stylesheet you can adjust the margins for the ol element.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜