Quick CSS Issue
-
I am having an issue with my site not displaying ordered lists correctly. It seems to use the image set for unordered lists. I’ve had a friend look at it but he can’t figure it out, and I’ve no chance.
Here’s the section of the stylesheet that I believe to be the right area:
} #points li{ padding-right:2px; list-style-image: url(https://www.muscle-gain-tips.com/images/bullet10.jpg); color:#7c716f; } ol{ list-style-type:upper-roman;} ul { list-style:none; color:#7c716f; } li{ list-style:none; color:#7c716f; }
If you need the whole stylesheet I can upload it.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Quick CSS Issue’ is closed to new replies.