AndyArmstrong
07-18-2007, 02:16 PM
I am currently trying to get the following symbols in <a href> links and they are appearing as small sqaure boxes instead - they appear fine in normal text:
ö and ü
Is there something i need to do with a &code or something instead?
Thanks
Andy
rafiki
07-18-2007, 02:18 PM
yes google it :) you could have got something like this
http://www.webmonkey.com/reference/special_characters/
CSSisthebest
07-18-2007, 02:21 PM
for the first you need to use: Ö
and for the second you need to use: Ü
hope this helps
James
VIPStephan
07-18-2007, 02:38 PM
The “Umlauts” are case sensitive by the way. So Ö will generate a capital “Ö” while ö will generate a small “ö”. same goes for all the others. And in case you need it: ä = ä :D
However, I seem to recall that the UTF 8 character set includes those letters already so you might wanna check the character set in the meta section of your document:
<meta http-equiv="Content-type" content="text/html; charset=UTF-8; />