General
  • The Front page contains the list of what people want for Christmas. After one chooses their name from the list, they describe what it is that they want and push the button that says "Add gift". Their desired gift is then added to the list below the picture where the buttons are located.


















    Instructions/Help

For those people who want to tell everyone else that they are getting someone a particular gift and want to make sure that no one else gets that same gift for them, there is a second page. You can get to this page by clicking the button labeled "Check Who's bought what". More detailed instructions are below.



Note: If you would like to make the gifts that you are entering into the lists (either list, that is) a URL, which means to make it a link, these are the steps:
  1. The first thing to type into the window is: <a href="
  2. Now put the address in where you want your gift to be linked
       Make sure you include the http://
       Make sure there is no space between the href= and the http://
         like this: <a href="http:// ...
  3. To finish the first part of the link, close the quotes and the bracket: ">
  4. Now type in the name of the gift, how you want the name to be. It can be anything you want and any length you want.
  5. To close the link you need to add </a>
  6. That is all. Remember, only 1 (but at least 1) word can be the link. You DO NOT have to make the entire description of the gift the name of the link

Example:I want a Heineken Beer for Christmas. This how I would write it in:
I want a <a href="http://www.heineken.com">Heineken Beer</a> for Christmas.
And it looks like this:
I want a Heineken Beer for Christmas
Ask me if you have any questions