save all web pages as a .html file, not .htm first off.
What you want to do to organize your site is this:
Create a ROOT folder - mysite.com i could be called. Save ALL HTML pages in there. You would save your notepad text file as an html file right in that folder. THEN, create an images folder, and save ALL IMAGES into that folder. ANY Images PLACED in your html file will need to refer to the images folder. so your code to call an image would look like this:
I'm not sure how your using Quark, as to me, this is better used for print design. :) I am a fan of using Dreamweaver. However, there are many FREE visual editors. I still code everything by hand, but it makes things much easier.
:)
***May I also note, that if your using ANY type of Table for layout, your way behind the times. Current web compliance is to code with CSS and HTML - and layout using NO tables.
you can visit http://www.w3.org for more info.
**Don't forget a good doc-type! Visit w3.org for more info on those! But you do NEED ONE!