|
: Formatting and Bullets : scottsri September 22, 2008, 09:08:37 AM I would like some of my list modules (ie Latest News) to have bullets to better separate the topics. I would rather not have it be universal. Any Tips please ? Could this be added in the module style definition ? If so how ?
I am using the "Users Choice" template - Live site is www.timberleabaptist.com Blessings, Scott : Re: Formatting and Bullets : mikek September 22, 2008, 09:25:37 AM Scott,
The css is set to show no bullets on any unordered list, so you'd have to remove it on all. In template_css.css find ul{ and remove list-style-type:none; |