How to center text
Is there a way how I can center the text on page.
Comments are currently closed for this discussion. You can start a new one.
Log in to Tank
Is there a way how I can center the text on page.
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Alan Alston on 22 Feb, 2012 09:30 AM
HI Debbie
Depending on what you want to center you can do this by adding the following CSS:
Center all h2 headings:
h2 {text-align:center;}Center all h3 headings:
h3 {text-align:center;}Center all paragraphs:
p {text-align:center;}This can be added to a Code field on a page, or to the Code field on the skin itself.
Alan Alston closed this discussion on 22 Feb, 2012 09:30 AM.