Forum Category Headers Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Forum Category Headers

    aowlthd
    aowlthd
    Forumember


    Posts : 104
    Reputation : 0
    Language : English

    Forum Category Headers Empty Forum Category Headers

    Post by aowlthd Thu 10 Jun 2010 - 16:08

    We would like to center and change the font color of the category headers for our forum index. Can someone please tell me how to do this?
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Forum Category Headers Empty Re: Forum Category Headers

    Post by MrMario Thu 10 Jun 2010 - 18:20

    Support!
    Forum Category Headers Help-and-support


    Code:
    <center>Category Name</center>

    Code:
    <font color="Color Here">Category Here</font>

    So it would be something like this

    Code:
    <font color="Color Here"><center>Category Name</center></font>

    aowlthd
    aowlthd
    Forumember


    Posts : 104
    Reputation : 0
    Language : English

    Forum Category Headers Empty Re: Forum Category Headers

    Post by aowlthd Thu 10 Jun 2010 - 19:14

    Okay...I know a bit about HTML, but wouldn't this be CSS?

    But either way, where would I insert these codes?

    Thanks for your help!
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Forum Category Headers Empty Re: Forum Category Headers

    Post by MrMario Thu 10 Jun 2010 - 19:47

    Support!
    Forum Category Headers Help-and-support


    This isn't CSS, CSS is very different.

    You would place this where you named the category.

    aowlthd
    aowlthd
    Forumember


    Posts : 104
    Reputation : 0
    Language : English

    Forum Category Headers Empty Re: Forum Category Headers

    Post by aowlthd Thu 10 Jun 2010 - 21:05

    Thanks again Mario.

    Here is what I came up with:

    <center><b><font color=red>Category Name</font></b></center>

    This code centered it made it bold and the color red. Works great, but it doesn't place it where I thought it would. On the forum, there are separation bars between each category where the original category name ended up after creating the category. Once I made a category and saved it, the text appears in the forums on the left side of this separation bar and in a blue color. It is this text that I wanted to center and re-color. When I aplly the code above in the category HTML box, it shows up on the forum line, not the category line, and the original text remains on the left side of the separation bar.

    Does this make sense?????? LOL

    There must be a way to change this?

    Thanks again for all the help.