Related Tags need a <space> between tags

Creating and modifying plugins.
Post Reply
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Related Tags need a <space> between tags

Post 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
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Related Tags need a <space> between tags

Post 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
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Re: Related Tags need a <space> between tags

Post 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!
Post Reply