Saturday, March 21, 2009

Class 5 - Assignment 1



http://onepotcooking.com/josequinchuela/class5/assignment1.html

3 comments:

  1. All your files should be on the server in the /onepotcooking.com/josequinchuela/_some_folder_name

    Let's say you put a file called test.html in the folder /onepotcooking.com/josequinchuela/class6/assignment, you will then be able to view it in the browser at http://onepotcooking.com/josequinchuela/class6/assignment/test.html, and that would be the URL you should post here.

    ReplyDelete
  2. It looks like you need to make all the paragraphs of text have display: none; in the CSS so that when you first load the page, that text is invisible. Give them all the same class name, such as "product_info_text", and in the CSS, set that class to have display: none;

    ReplyDelete
  3. Thanks. That worked out. I saw somebody else has the same problem. I will look that person up and let him or her know.

    ReplyDelete