costumize photo caption

Discussion in 'Web Development and Programming' started by spongebob na warriors!!!, Nov 3, 2008.

  1. spongebob na warriors!!!

    spongebob na warriors!!! Regular Member

    Joined:
    Oct 31, 2008
    Messages:
    37
    Likes Received:
    0
    codes:
    /*Caption Under Primary Photo */
    #content_0 .itd
    {
    font-size:11px;
    text-align: center;
    font-family: Verdana;
    color: #ccffcc;
    }[/spoiler:po1xbjid]

    If You want to put a bullet on it. this is the code

    /*Caption Under Primary Photo */
    #content_0 .itd
    {
    background: url(LINK OF BULLET OR GIF) no-repeat left;
    padding: 0 0 0 4px;
    font-size:11px;
    text-align: center;
    font-family: Verdana;
    color: #Hex Color;
    }[/spoiler:po1xbjid]

    RED: editable

    just paste it to your .css :)
     

Share This Page