Click to See Complete Forum and Search --> : Looking for a supported html entity


crag
06-06-2007, 09:12 AM
Hi folks,

I am in desparate need of an html entity that is a filled in diamond shape.
Ive tried ♦ but this is not supported.

The nearest I can get to is ◊ which is a hollow diamond shape but my client, are they not always right?, is not for accepting it.

It is for a javascript breadcrumb url seperators BTW.

If anyone knows of a breadcrumb javascript that accepts hex numbers such as 0x75 for the crumb seperators it would be most appreciated.

Thanks

Fang
06-06-2007, 10:59 AM
Ive tried ♦ but this is not supported.
:confused: What font and charset are you using?

crag
06-07-2007, 03:07 AM
The font iam using is:
font-family:Verdana, Arial, Helvetica, sans-serif;

Charset:
Western European(iso)

Fang
06-07-2007, 08:42 AM
Remove 'Verdana' and you should have no problems

crag
06-07-2007, 11:05 AM
Thanks Fang, That has done the trick.