I'm wondering how I can get a division symbol to show on my web page (the minus sign with a dot above and below). Is it possible and will it be on view in all browsers?
encyclo
4:43 pm on Jun 4, 2007 (gmt 0)
The "÷" symbol is part of ISO-8859-1, so it is safe to use. You can also use the entity reference
÷
instead.
derek mcgilvray
7:47 pm on Jun 4, 2007 (gmt 0)
Thank you for a prompt response - all working now!