[SOLVED] Entry Tags in list form.

May 03, 2010 22:31

Hi. I'm using this layout, and when I remove the display: none for the tags, the tags show up but they are in bulleted list form. I want to remove the bullets and make them all appear on one line.
Any help would be greatfully received.

entries:metadata

Leave a comment

Comments 4

av8rmike May 3 2010, 12:55:15 UTC
... to do what?

Reply

sparksflyout May 3 2010, 13:14:40 UTC
lol. I'm a dolt, sorry. To remove the bullets before the tags and make them all on one line.

Have fixed the post. *facepalm*

Reply

av8rmike May 3 2010, 13:28:23 UTC
No problem. =) Try this:

h4.asset-tags-header { float: left; width: 3em; }
ul.asset-tags-list {list-style-type: none; }
ul.asset-tags-list li.item { display: inline; }

Reply

sparksflyout May 3 2010, 14:33:22 UTC
Ah, you are a genius, Thank you so much!

Reply


Leave a comment

Up