Topic: Centering of copyright message [SOLVED]

I've tried many ways in CSS to center the copyright string but have been unable to.  Is this a setting somewhere?  If not could you please suggest a CSS tweak to center the copyright string?

Re: Centering of copyright message [SOLVED]

Try entering the following into the Page Footer text field:

<p style="text-align: center;">© Copyright</p>

Re: Centering of copyright message [SOLVED]

Doh!  That got it... thanks.