Saturday, January 30, 2010

Warning when you validate online code

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

Warning when you validate

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 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

Tuesday, April 1, 2008

html help

if there are still some things that have to do with html that you either cant remember or just dont know this might help
http://www.computerhope.com/learnhtm.htm

Saturday, February 16, 2008

Week 4 Article 2 Image Mapping

Name: Creating a Client side Image Map
Author: Kaspar Stromme
Source: Google search on "image maps"
Address: http://www.kasparius.com/tutorials/imagemap/index.htm

This simple tutorial explains the whys and hows of image mapping in clear text with clear images. If my assignment goes well, then I guess this was a good tutorial!

Wednesday, February 13, 2008

Header Alignment

Hi Guys,
I'm wondering if anyone was successful in the alignment of headers in last week's assignment? Remember, we had to set the h1 headers in the head section to be a certain color and align center, which was fine, but then in the body we had to change the color and alignment of one of them. The color was no problem, but the only way I could find to get it to align right was to put a div within the h1, and when I did that it wouldn't validate strict anymore. I know a lot of you in class seem to be fairly well experienced in this stuff already, so I'm betting someone can clue me in!