Sorry if #3 sounded vague. Basically instead of one span with two classes, I want to separate the classes between two spans.
Currently it looks like: <span class="poster entry-poster">...</span>
I'd like to change it to: <span class="poster">comm</span> <span class="entry-poster">user</span>
I'm guessing that will require layer editing. I thought if I would need to edit the layer for that, perhaps I could include the solutions for #1 and #2 as well, though I think I'll go ahead with the css solution you've posted for those. Again, thank you!
no subject
Date: 2013-02-03 11:03 pm (UTC)Sorry if #3 sounded vague. Basically instead of one span with two classes, I want to separate the classes between two spans.
Currently it looks like:
<span class="poster entry-poster">...</span>
I'd like to change it to:
<span class="poster">comm</span> <span class="entry-poster">user</span>
I'm guessing that will require layer editing. I thought if I would need to edit the layer for that, perhaps I could include the solutions for #1 and #2 as well, though I think I'll go ahead with the css solution you've posted for those. Again, thank you!