Telerik RadEditor 控件渲染不正确(内部图像)
我的网页对于 radeditor 渲染不正确,
我认为可能是 css 文件,但现在我找到了如何解决 3小时。
有人可以帮助我吗?
My web page render incorrect for radeditor
I think may be css file but now I find how to solve for 3 hr.
Anyone Can help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该问题很可能是由于某些全局 CSS 样式破坏了 RadEditor 的外观。您应该检查有问题页面的样式表,并搜索将填充/边距应用于 TABLE、TR、TD、DIV、SPAN、UL 和 LI 元素的类。
您还可以尝试本文中提供的解决方案:http://www.telerik.com/support/kb/aspnet-ajax/editor/overriding-global-css-styles-inherited-by-radeditor.aspx
如果您提供实时url 到页面,我们可以使用 Firebug / IE 开发工具栏检查它并找到有问题的类。
此致,
瘤胃
The problems is most likely due to some global CSS style which is breaking the appearance of RadEditor. You should inspect the stylesheet of the problematic page and search for classes that applies padding / margin to TABLE, TR, TD, DIV, SPAN, UL and LI elements.
You can also try the solution provided in this article: http://www.telerik.com/support/kb/aspnet-ajax/editor/overriding-global-css-styles-inherited-by-radeditor.aspx
If you provide a live url to the page, we can examine it with Firebug / IE dev toolbar and find the problematic class.
Best regards,
Rumen