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