Hi,
I want to put unordered and ordered lists in articles. I tried to put one of each type in an article that I put in topbox1 position.
But there was no bullet or other list marker, for either the ul list or the ol list.
I used Firebug and found that the relevant css code is in template.css (see below).
I have 2 questions:
1. There is no dot.jpg file in my template images folder - can it be sent to me?
2. Assuming I had a dot.jpg file, the css code makes sense to me for ul, but why is it there for ol? I want decimal, not an image for ol lists. (I tried replacing "dot.jpg" with "bullet1.jpg", and a gray square showed up as a list marker for ul and ol - I don't think anyone wants an image for an ol list).
Thanks in advance for your help!
Here is the snippet of template.css that Firebug highlighted:
.mega-wrap-page ul li,
.mega-wrap-page ol li{
width: 98%;
float: left;
background: url(../images/dot.jpg) no-repeat 0 10px;
list-style: none;
padding: 5px 0 5px 10px;
}
ul.actions,
dl.article-info{
width: 100%;
float: left;
padding-bottom: 5px;
}
ul.actions li{
float: left;
margin-right: 5px;
list-style: none;
}