Aldro ([personal profile] aldro) wrote in [community profile] style_system2010-10-19 04:26 pm

Metadata

I'm back with yet another question. I feel like I am spamming this community... My sincere apologies.

I would like to seperate my currents (the tags to be specific) with a comma. Right now, there's just a blank space, which is a little confusing. However, I don't know what to edit in my CSS. Any help is greatly appreciated.

Here's my CSS.

jana: [Naruto] Sakura (Default)

[personal profile] jana 2010-10-19 03:01 pm (UTC)(link)
Try adding .ljtags :after{ content: ","; }
mmmag: A cotton cloud with drop shaped beads dangling below. (Default)

[personal profile] mmmag 2010-10-19 03:20 pm (UTC)(link)
It looks like you are using a custom layout layer. If you feel comfortable editing it, I suggest pasting the following statement in propgroup text {}:
property use text_tags_item_sep;

This will allow you to set the tag separator using the customization wizard.
mmmag: A cotton cloud with drop shaped beads dangling below. (Default)

[personal profile] mmmag 2010-10-19 03:36 pm (UTC)(link)
Here's the customization wizard: http://www.dreamwidth.org/customize/options
Text, colors, fonts, positioning and other things can be customized here.

If you don't feel comfortable editing your layout layer, then I recommend pasting [personal profile] jana's code into you css. Easy as pie.
mmmag: A cotton cloud with drop shaped beads dangling below. (Default)

[personal profile] mmmag 2010-10-19 03:58 pm (UTC)(link)
What [personal profile] jana meant was to add .ljtags :after { content: ","; } to your css. It adds a comma to your tags. That's what content: ","; means. If you want to use another separator, you replace the comma with the separator you want to use instead. You can add the code anywhere in your css, but if you'd like to keep things organized I recommend adding it to the section that says "TAGS AND TAGS-PAGE".
mmmag: A cotton cloud with drop shaped beads dangling below. (Default)

[personal profile] mmmag 2010-10-19 04:28 pm (UTC)(link)
No problem! Glad it worked out for you.