Jump to content

Dachshund_Decals

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Dachshund_Decals

  1. I think I found the issue; it's in Notepad itself. Correct me if I'm wrong; when "all files" is selected, should there not be a list of file types to choose from? If so, my Notepad is broken because there isn't a list.
  2. Thanks for the reply. It is also saved with UTF-8 selected.
  3. Thanks for the reply. For some reason, the only way I can save the file as index.htm is in Word. Notepad insists on adding the .txt, even when "All Files (*.*) is selected. I'm running W10 64 bit on my PC (if that matters)
  4. Hello everyone. It has been several years since I did any coding so please be kind. In the very first tutorial we can copy the first bit of code into notepad (I also try saving it in MS Word), save as html document and open it in xyz browser. All that shows on the page is the very text (code) that is in the file. <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> I don't see any problem with this code. Do I need to do something to the browsers?
×
×
  • Create New...