21 Aug 2008 at 09:59 #1 richieboy richieboy Associate Joined 29 Dec 2004 Posts 2,253 Is there any way to get a pound symbol (£) into an HTML select box? At the moment it displays like this (only tested in IE7): Any ideas or workaround's? This has to work in IE6 & 7, i don't have the option of Firefox etc.
Is there any way to get a pound symbol (£) into an HTML select box? At the moment it displays like this (only tested in IE7): Any ideas or workaround's? This has to work in IE6 & 7, i don't have the option of Firefox etc.
21 Aug 2008 at 10:08 #2 GravyMonster GravyMonster Soldato Joined 18 Oct 2002 Posts 16,032 Location The land of milk & beans replace £ with £ here's a list of all the caharacters you should use HTML entities for to ensure they display properly on all browsers and all languages: http://www.w3schools.com/tags/ref_entities.asp
replace £ with £ here's a list of all the caharacters you should use HTML entities for to ensure they display properly on all browsers and all languages: http://www.w3schools.com/tags/ref_entities.asp
21 Aug 2008 at 10:20 #3 richieboy richieboy Associate OP Joined 29 Dec 2004 Posts 2,253 Beauty! Many thanks, it's been a while...