Publish as HTML

S

Sharon

I just received Nova Greeting Card Factory Deluxe as a gift.YOu are
supposed to be able to publish a project as HTML but I am having a
problem trying to publish a greeting card as HTML. I can save and upload
the project just fine but it cannot be viewed correctly using the few
instructions that are listed under Help. I even tried adding a new page
to my home page just to use for this purpose, but the files cannot be
inserted properly. When I save a project it save it in folder with
several files including jpgs and an index.htm. When I upload it to the
web it is supposed to come up as the complete card but it doesn't.
Any ideas?

Sharon
 
R

Richard

Sharon said:
I just received Nova Greeting Card Factory Deluxe as a gift.YOu are
supposed to be able to publish a project as HTML but I am having a
problem trying to publish a greeting card as HTML. I can save and upload
the project just fine but it cannot be viewed correctly using the few
instructions that are listed under Help. I even tried adding a new page
to my home page just to use for this purpose, but the files cannot be
inserted properly. When I save a project it save it in folder with
several files including jpgs and an index.htm. When I upload it to the
web it is supposed to come up as the complete card but it doesn't.
Any ideas?

Most common mistakes with newbees:
1) image names not matching properly. AAA.jpg and aaa.jpg are not the same
image. Images not uploaded.
2) improper path names. Page source and image source should be in the same
directory. Ensure that the path name matches character for character. <img
src="aaa.jpg"> indicates the image is in the same directory, while <img
src="/images/aaa.jpg"> indicates the image is in the subdirectory named
images.
If your coding on your index page shows something like "index_files", this a
reference to your machine saved files and should be edited accordingly.

3) typos and syntax. Did you close that tag? <div> not followed by </div>
will screw up the works. As will no </a> tag when you have an anchor.
In using css, did you forget to include a simple ";" where it's supposed to
be? How about an extra : ?

Check and double check the coding for errors.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top