How to make chat box font(Text) Bigger 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.
3 posters

    How to make chat box font(Text) Bigger

    Anime Creator
    Anime Creator
    Forumember


    Posts : 337
    Reputation : 7
    Language : english

    How to make chat box font(Text) Bigger Empty How to make chat box font(Text) Bigger

    Post by Anime Creator Fri Dec 24, 2010 8:57 pm

    Whats the code the size I want is this one

    Size Sample (size=12)
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    How to make chat box font(Text) Bigger Empty Re: How to make chat box font(Text) Bigger

    Post by kirk Fri Dec 24, 2010 9:24 pm

    Anime Creator wrote:Whats the code the size I want is this one

    Size Sample (size=12)
    Code:
     [size=12] test [/size]
    do you mean to only add your self, or you want it like this for the whole chat box and all who are on it?

    Anime Creator
    Anime Creator
    Forumember


    Posts : 337
    Reputation : 7
    Language : english

    How to make chat box font(Text) Bigger Empty Re: How to make chat box font(Text) Bigger

    Post by Anime Creator Fri Dec 24, 2010 11:01 pm

    for the while chat box
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    How to make chat box font(Text) Bigger Empty Re: How to make chat box font(Text) Bigger

    Post by ankillien Sat Dec 25, 2010 6:50 am

    Hello,

    I guess you want this for phpBB2.
    If you want to set the font size to 12, add this code to your forum CSS...

    Code:
    .user-msg .msg span {
    font-size: 12px;
    }