Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

RecentTags

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalinkReport Post
    I just learned how to change my colors. Now I need to find out what is the best way to center a post title in a static page.
    Tks, Kirk
    •  
      CommentAuthorJeff
    • CommentTimeMay 19th 2008
     permalinkBuy a DrinkReport Post

    Kirk,

    What about just using the Heading 1 format of the drop down formatter in the wysiwyg editor, type what you want, then hit the center button in the same editor?

    The html looks like:

    <h1 style="text-align: center;">your title</h1>

    Jeff