supanoob Posted June 27, 2008 Share Posted June 27, 2008 i dont know if this belongs here or not but i guess it does, anyway i have the following as my style since all i want to change is my font: <style type="text/css"> div { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: black; } body,td,th,tr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: black; } </style> well basically the £ sign wont work on my website it brings up some other sort of symbol, now this is probably something trivial that can be fixed easily, but i cant seem to do it, any help will be much appreciated. Link to comment https://forums.phpfreaks.com/topic/112263-the-%C2%A3-sign/ Share on other sites More sharing options...
xtopolis Posted June 28, 2008 Share Posted June 28, 2008 Try replacing the £ symbols with their ?unicode? equivalents: £ Read THIS Or possibly change the page encoding(on some editors you can do this under Save As, others you have to find... but the encoding types are UTF-8,ANSI,Unicode..etc. Using UTF-8, I see an A with an ^ on it before the £. You could try saving it as ANSI. I'm not sure the best type of encoding, but I seem to use ANSI without trouble/complaint. Link to comment https://forums.phpfreaks.com/topic/112263-the-%C2%A3-sign/#findComment-576398 Share on other sites More sharing options...
supanoob Posted June 28, 2008 Author Share Posted June 28, 2008 Try replacing the £ symbols with their ?unicode? equivalents: £ Read THIS Or possibly change the page encoding(on some editors you can do this under Save As, others you have to find... but the encoding types are UTF-8,ANSI,Unicode..etc. Using UTF-8, I see an A with an ^ on it before the £. You could try saving it as ANSI. I'm not sure the best type of encoding, but I seem to use ANSI without trouble/complaint. thanks for the swift reply, the £ part worked great Link to comment https://forums.phpfreaks.com/topic/112263-the-%C2%A3-sign/#findComment-576774 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.