![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
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.
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.
Tags:
no subject
Date: 2010-10-19 03:01 pm (UTC)no subject
Date: 2010-10-19 03:20 pm (UTC)propgroup text {}
:property use text_tags_item_sep;
This will allow you to set the tag separator using the customization wizard.
no subject
Date: 2010-10-19 03:30 pm (UTC)no subject
Date: 2010-10-19 03:36 pm (UTC)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
no subject
Date: 2010-10-19 03:52 pm (UTC)no subject
Date: 2010-10-19 03:58 pm (UTC).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".no subject
Date: 2010-10-19 04:25 pm (UTC)Adding the code to my CSS worked like a charm, thank you very much for your help! :)
no subject
Date: 2010-10-19 04:28 pm (UTC)