Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hultman Friend
    #134531

    Hi

    I really need some help as I am stuck on this problem.

    The article separator is not showing between articles. It shows with the 1.0 version but not with the 1.5 version. I have tried a fresh installation and the problem are the same.

    I have the original ccs code

    .article_seperator {
    display: block;
    background: url(../images/seperator.gif) repeat-x center;
    height: 30px;
    }
    And have also tried with:

    table.blog .article_seperator {
    display: block;
    background: url(../images/seperator.gif) repeat-x center;
    height: 30px;
    }
    I hav tried with border and backgrounds, there is nothing showing at all.

    I am using Joomla 1.5.7 and Xenia II “shopping edition”

    :confused:/Steve

    hultman Friend
    #275910

    I just solved it!:D

    The spelling is wrong in the

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

    It shall of course be

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

    Now it works fine, I think that some one need to correct this in the download package

    /Steve

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

This topic contains 2 replies, has 1 voice, and was last updated by  hultman 16 years, 1 month ago.

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