Forums / Setup & design / <li> tag

<li> tag

Author Message

Andy Woods

Wednesday 13 April 2011 9:52:40 am

I'm using ezflow and have created my own extension to modify the templates.

Can you please tell me how I can display a normal <li> tag (black circle) in my content rather than the default ezflow red arrow please?

What css should I use?

I presume I need to add it to my extension's classes-colors.css file.

Thanks,

Andy

paul bolger

Thursday 14 April 2011 6:37:27 pm

Hi Andy,

I'd just examine the element with Firebug, work out the selector and then hit it with list-style-normal or whatever. I tend to use Firebug to examine the structure, and Web Developer to test CSS modifications as I find it quicker and less confusing than Firebug's CSS editing.

Paul Bolger

Andy Woods

Saturday 16 April 2011 4:46:50 am

OK Thanks,

Andy