We're talking about two completely different things. I don't think it makes sense to the input area, but of you want to format the input like that, you will have to resort to using jQuery or JavaScript. This was the closest solution I found thus far, as I previously posted:
http://www.gravityhelp.com/forums/topic/make-post-body-centered-when-entering#post-176242
To center the text as it's displayed in your post, you will need to add some CSS to your theme's stylesheet. If you can share a URL to a post which is being created by your form, we can help you with the exact CSS. It will look something like this:
[css]
body #content .entry-content {
text-align:center;
}
Posted 11 years ago on Saturday March 23, 2013 |
Permalink