【发布时间】:2014-03-21 05:43:37
【问题描述】:
我正在尝试使用嵌入代码工具向 Sharepoint 2013 页面添加一些样式。在我保存页面然后删除<style> 和</style> 标签之间的所有文本之前它工作正常?
所以我点击页面上的embed code并输入以下内容
<style>
.sampleStyle {color:#fff}
</style>
当它保存并重新打开时,我发现 sharepoint 已将代码更改为此
<style unselectable="on">
</style>
【问题讨论】:
标签: css sharepoint-2013