Member
Member
Idrownpuppies   2008-08-22, 13:22
#1

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

Administrator
Administrator
acrylian   2008-08-22, 13:38
#2

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...

Member
Member
Idrownpuppies   2008-08-22, 14:16
#3

Thanks acrylian!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.