Saturday, January 30, 2010

Validating problem

When you try to validate with the four lines of code I gave you, it works fine when you validate the code as you stored it. However, when you try to validate it after you have uploaded, you may get a warning. I played around with it and changed
encoding="iso-8859-1"
to
encoding="UTF-8"

Here are some notes:
http://www.w3schools.com/XML/xml_encoding.asp

1 comment:

  1. I'm not sure if this information is useful to anyone in the class however, I found it very helpful. I have a Mac at home so I did my html document in text editor. The page worked fine however when I went to save it with .txt the program wouldn't let me so here is a link to a site with the solution.

    http://www.askdavetaylor.com/how_do_you_save_html_files_with_macs_textedit.html

    ReplyDelete

Note: Only a member of this blog may post a comment.