Page 1 of 1

IE Problems With Ellipses

Posted: Sun Oct 18, 2009 7:18 am
by jackpf
Hi all,

Just wondering why the character "…" does not display correctly on IE - it displays as "�". It's fine for all other browsers. I have specified UTF-8 as my content encoding.

Here's an example: http://jackpf.co.uk/index.php?action=forum&forum=2043
You see the music thread (at the top), the pagination links should be separated by an ellipses, but instead it displays a square or something.

Any help, or even an explanation would be awesome.

Thanks,
Jack.

Re: IE Problems With Ellipses

Posted: Sun Oct 18, 2009 8:24 am
by Eran
Did you put the character or the entity in the source? you should be using the HTML entity - …

Re: IE Problems With Ellipses

Posted: Sun Oct 18, 2009 9:08 am
by jackpf
Ahh I feel kind of stupid now :P

I didn't know there was a HTML entity for an ellipses...

Thanks pytrin ^^