PDA

View Full Version : How to replace comma separator with middle dot?


Falcon Capt
08-07-2010, 05:18 PM
I am currently using a ~ to separate the usernames in my "Who's Online" box (I didn't like the comma that was there by default). I tried using a "middle dot" ? but it doesn't work, I end up getting a little diamond symbol with a ? in the middle of it. The middle dot worked in vB3.8.5 but in vB4.0.5 is no longer will display.

Here is what I am currently using, if I change the ~ to a ? I get the diamond with the ? displayed instead of the ?




.hyphenlist li:after {
content:" ~ ";



How do I get vBulletin to recognize the ? (alt+0183) so that I can use that as a separator???

Front Range 4x4
08-09-2010, 02:21 AM
Have you tried: ·

Falcon Capt
08-09-2010, 02:41 AM
Have you tried: ·All that did was place · between everyones username.

content:· Just left a black space between names.

Is there a certain syntax required for that usage?

Lynne
08-09-2010, 03:47 AM
{content:' \00B7';}

Falcon Capt
08-09-2010, 04:07 AM
{content:' \00B7';}

That did the trick! THANK YOU! :up: