https://devnet.kentico.com/docs/7_0/devguide/index.html?common_web_part_properties.htm

HTML Envelope

Content before

HTML content placed before the web part. Can be used to display a header or add some encapsulating code, such as <div> or <table> elements to achieve the required layout.

<table style="background-color: red" align="right">
<tr>
<td>

Content after

HTML content placed after the web part. Can be used to display a footer or close the tags contained in the ContentBefore value, such as </div> or </table> elements.

</td>
</tr>
</table>

before和after可以前后拼接,实现html和css

https://devnet.kentico.com/docs/7_0/devguide/index.html?web_part_containers_overview.htm

https://docs.kentico.com/k10/custom-development/developing-web-parts/working-with-web-part-properties

最新文章

  1. thinkphp使用ajax
  2. Nginx下配置SSL安全协议
  3. IOS7 SDK 几宗罪
  4. 《Linux设备驱动程序》 笔记2
  5. Codeforces Round #285 (Div. 1) A. Misha and Forest 拓扑排序
  6. [转]C# 中的.pdb/ .vshost.exe/ .vshost.exe.manifest文件讨论
  7. 代码神器Atom,最常用的几大插件,你值得拥有。
  8. 转载文章之提供给开发者 10 款最好的 Python IDE
  9. 手工搭建基于ABP的框架 - 工作单元以及事务管理
  10. node 基础精简
  11. Unity3D学习笔记(一)GUI控件的调用
  12. 小程序wx:for循环列表数量的限制
  13. 易忽视的Python知识点
  14. Windows句柄数限制
  15. flutter 环境安装以及配置
  16. November 17th, 2017 Week 46th Friday
  17. 配置https域名
  18. 《课程设计》——foremost的使用
  19. HDU 6171 Admiral(双向BFS+队列)题解
  20. Linux部署禅道Steps&amp;Q&amp;A

热门文章

  1. Mysql数据类型(一)
  2. java的重载总结
  3. 用 Swift 开发一个 TODO 应用
  4. Redis 四:存储类型之散列类型
  5. 使用postman模拟登录请求
  6. ubuntu区域语言(locale)设置(切换为中文)
  7. Laravel 查询某天数据 whereDate
  8. vc++实例创建简单窗体
  9. C++基础 (4) 第四天 this指针 全局函数和成员函数 友元 操作符重载
  10. nyoj11-奇偶数分离