ZenphotoCMS Forum
popular images + css - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: popular images + css (/thread-3538.html)



popular images + css - Idrownpuppies - 2008-08-22

Hi,

When I use:

I get the 5 most viewed images, but I get them all below each other with a dot in front of them. I want them next to each other without the dot . I know it can be done with css, but i can't figure out how.

Something like:

popular { display: block;


   list-style-type: none; }

does not work. Can someone please help this newbie?

much appreciated,
Jeroen




popular images + css - acrylian - 2008-08-22

You have to address the list like this: #popular ul and/or #popular ul lithen it should work. The list is printed like this [list]....[/list]

The div is just to have more options to style this out of the box, of course the div is not really necessary and maybe I should change that...




popular images + css - Idrownpuppies - 2008-08-22

Thanks acrylian!