Page 1 of 1

Related Tags need a <space> between tags

Posted: Thu Apr 05, 2007 9:05 pm
by Harald Weingaertner
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

Re: Related Tags need a <space> between tags

Posted: Thu Apr 05, 2007 9:43 pm
by yellowled
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.
Hmhmhmhm. Try:

Code: Select all

.serendipity_freetag_taglist a { margin-right: 5px; }
in your template's style.css.

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

Re: Related Tags need a <space> between tags

Posted: Thu Apr 05, 2007 9:48 pm
by Harald Weingaertner
YellowLed wrote:
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.
Hmhmhmhm. Try:

Code: Select all

.serendipity_freetag_taglist a { margin-right: 5px; }
do you use the latest version of the freetag plugin?
NOW, i do :-) Upgrading from 2.83 to 2.85 fixed the problem.

Thanks a lot!