lucy Posted August 14, 2009 Share Posted August 14, 2009 I have a strange symbol displayed in my dropdown box, when i preview it live on the internet, but not in the dreamweaver live view. Here is the image with the strange symbol before the £ sign: and here is the code which i have for the combo box: <select name="cost" id="cost"> <option selected>£50,000 or less</option> </select> Can anyone sugest why? Thanks, Lucy Quote Link to comment https://forums.phpfreaks.com/topic/170285-strange-symbol-in-dropdown-combo-box/ Share on other sites More sharing options...
DEVILofDARKNESS Posted August 14, 2009 Share Posted August 14, 2009 Probably you are using the wrong charset, just use: £ instead of the pound sign Quote Link to comment https://forums.phpfreaks.com/topic/170285-strange-symbol-in-dropdown-combo-box/#findComment-898360 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.