TinyMCE 和 Drupal css 问题
我在 drupal (TinyMCE) 中使用所见即所得编辑器时遇到问题。
我已经为我的 TinyMCE 编辑器选择了主题样式表,但有些内容仍然没有按应有的方式显示。例如,段落下方的空格在编辑器中不匹配,导致我的用户在编辑器中进行额外的换行,这当然会导致访问者查看页面后行之间的空格过多。
下面附有两张图片 - 第一张图片处于编辑模式,第二张图片显示实际发生的情况...如何使编辑模式代表样式表的 P 标签边距等?
I have problems with my wysiwyg editor in drupal (TinyMCE).
I have selected the theme stylesheet for my TinyMCE-editor, but some things still don't show up the way they should. For instance, the space below a paragraph does not match in the editor, leading to my users making extra line feeds in the editor, which of course results in excessive space between lines once the page is viewed by visitors.
Below are two images attached - first one in edit mode, second image shows what really happens... how can I make the edit mode represent my stylesheet's P-tag margins etc.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用主题样式表时,您仍然可以使用 tinymce 初始化参数 content_css 覆盖 css。此设置允许您将 css 文件添加到编辑器 iframe 头部,以纠正/更改所呈现的 html 的外观。她是一个例子:
找出你需要什么CSS设置或需要纠正Firebug可能会有所帮助。
When using the theme stylesheet you can still override css using the tinymce init parameter content_css. This setting alows you to add a css file to the editors iframe head correcting/changing the appearance of the html presented. Her is an example:
To find out what css settings you need or need to correct Firebug may be of help.