Page 1 of 1 [ 3 posts ] 

ArrantPariah
Veteran
Veteran

User avatar

Joined: 30 Mar 2012
Age: 121
Gender: Male
Posts: 7,972

13 Apr 2013, 10:40 pm



rickith
Raven
Raven

User avatar

Joined: 29 Apr 2009
Age: 35
Gender: Male
Posts: 122
Location: The Netherlands

14 Apr 2013, 8:43 am

I see odd symbols in Firefox too. It's most likely an encoding problem. The weird A's are there 'cause they are present in the text. Turn on all symbols in Notepad++ (View > Show Symbols > All) and those A's will show up as xC2. Did you copy/paste the text from Word or something? Double quotes (and many other symbols) in Word can not be used directly in HTML, you'll have to use “ and ” (see https://duckduckgo.com/?q=html+entities).



ArrantPariah
Veteran
Veteran

User avatar

Joined: 30 Mar 2012
Age: 121
Gender: Male
Posts: 7,972

14 Apr 2013, 9:18 am

I got it sorted using this

http://validator.w3.org/

It gave me some different stuff to copy and paste at the top of the document.