Forum Moderators: open

Message Too Old, No Replies

cant find Solid Square html special character

solid square html special character

         

cuce

6:54 pm on Dec 29, 2004 (gmt 0)

10+ Year Member



I cannot find the special character for a solid square bullet.

I understand that you can make bullet square in css, but if you want a horizontal list the bullets disappear.

i know you can also but a background image in to make a square bullet, but i would much rather just use the html special character..

anybody know it?
thanks

SuzyUK

9:02 pm on Dec 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not sure there's a special character for a square bullet as such.. but the middot/round bullet can be made square by choice/change of font family/size

e.g.

CSS:
span.bullet {font-size: 60px; font-family: sans-serif;}

HTML:
<span class="bullet">&middot; {or} &#183;</span>

mrnoisy

10:28 pm on Dec 29, 2004 (gmt 0)

10+ Year Member



You could try &#9744;