Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • grakz_br Friend
    #127536

    Hi its possible to add article_seperator same as ja_xenia ??

    ja_xenia css code is

    .article_seperator {
    display: block;
    background: url(../images/seperator.gif) repeat-x center;
    height: 20px;
    }

    ja_fedora css code is

    .article_separator {
    clear: both;
    display: block;
    height: 20px;
    }

    i copy this line

    background: url(../images/seperator.gif) repeat-x center;

    and add the same image to the same folder but in ja_fedora directory

    but still dont worked :((

    can anyone help ?

    Sherlock Friend
    #245412

    Hi grakz_br !

    ja_fedora css code is


    .article_separator {
    clear: both;
    display: block;
    height: 20px;
    }

    you must change it to :


    .article_seperator {
    display: block;
    background: url(../images/seperator.gif) repeat-x center;
    height: 20px;
    }

    Notify : class name is “article_seperator” not “article_separator”

    grakz_br Friend
    #245486

    thank you very much hainn:)

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  grakz_br 16 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum