在 IE、Chrome 中渲染单元格边框
有谁知道为什么此页面上的单元格边框 http://www.skirent.pl/informacje/cennik .html 在 FF 中渲染良好,但在 IE 和 Chrome 中渲染不佳?
我使用CKEditor生成这个表,但我找不到我做错了什么。
Has anyone idea why cell border on this page http://www.skirent.pl/informacje/cennik.html is well rendered in FF, but not in IE and Chrome?
I used CKEditor to generate this table, and I cannot find what I did wrong.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用 CSS 指定边框(目前还没有)。
http://www.w3schools.com/css/css_border.asp
我想,你无法直接在 CKEditor 中执行此操作。
You have to specify a border with CSS (currently it isn't).
http://www.w3schools.com/css/css_border.asp
I think, you can't do this in CKEditor directly.