Troubleshooting

If you're at this page that means your having trouble with one of your pages not showing your changes. Here are some things to think about.
  • Did you save your Note Pad (Simple Text) file after you made changes?
  • Did you refresh you web browser to view changes?
  • Did you make sure to close all your tags that need them?
  • Are all your tags closed in the correct place?
  • Are all your tags spelled correctly?
  • Are you trying to view the same page you are making changes to? Make sure you do not have multiple files of the same name open.
My images are not showing?

If your images are not showing. Here are things you should check.
  • Is your image saved in the same folder or disk that your webpage is?
  • Did you type your image file name in the image source tag EXACTLY as it is saved?
  • Did you include the extensions: .jpg or .gif?
  • Did you remember to put the file name in quotation marks in the image source tag: img src="my_picture.jpg"?
My links are not working?

Here are some things you want to check:
  • If you are linking to a page on the Internet, did you spell everything correctly and include http:// in the URL?
  • If you are linking to another page in your website, did you make sure the page is saved in the same folder or disk that your webpage is in?
  • Did you remember to include the extension of the page: .htm or .html?