Hello,
i use the TAGS plugin and show the related tags above categories.
If you take a look at my xt:Commerce articles, you will see, that the tags need a seperator between the tags.
Can someone help, how to "fix" this?
Regards, Harald
Related Tags need a <space> between tags
-
Harald Weingaertner
- Regular
- Posts: 474
- Joined: Mon Mar 27, 2006 12:32 am
Re: Related Tags need a <space> between tags
Hmhmhmhm. Try:Harald Weingaertner wrote:If you take a look at my xt:Commerce articles, you will see, that the tags need a seperator between the tags.
Code: Select all
.serendipity_freetag_taglist a { margin-right: 5px; }
That should do the trick. However, if I try this using Firebug, you related tags container doesn't do linebreaks, so there seems to be something wrong with the .tpl files ... do you use the latest version of the freetag plugin?
YL
-
Harald Weingaertner
- Regular
- Posts: 474
- Joined: Mon Mar 27, 2006 12:32 am
Re: Related Tags need a <space> between tags
NOW, i doYellowLed wrote:Hmhmhmhm. Try:Harald Weingaertner wrote:If you take a look at my xt:Commerce articles, you will see, that the tags need a seperator between the tags.do you use the latest version of the freetag plugin?Code: Select all
.serendipity_freetag_taglist a { margin-right: 5px; }
Thanks a lot!