how to make text appreat at center code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: how to put container in center of page
div.InSkinAlignCenter {
margin: 0 auto;
}
<p style="text-align: center">this is centered</p>
div.InSkinAlignCenter {
margin: 0 auto;
}