居中显示

给h1设置字体颜色,以及文本位置

第一种方式

<h1 align="center" style="color:green">Login successfully</h1>

<div align="center">

 

第二种方式

<h1 style="text-align:center;color:red;">Member not exist</h1>

 

设置超链接居中

https://stackoverflow.com/questions/4302386/how-to-center-links-in-html

<div style="text-align:center">    
  <a href="http//www.google.com">Search</a>
  <!-- more links here -->
</div>

You would put them inside a <p> or a <div>

<p style="text-align:center">
    <a href="http//www.google.com">Search</a> 
    <a href="Contact Us">Contact Us</a>
</p>

 

Kentico CMS中设置webpart的内容居中显示

<div align="center">

 

posted @ 2017-11-07 15:03  ChuckLu  阅读(279)  评论(0编辑  收藏  举报