I created a template in dreamweaver now how do I upload it so it shows up on my website. I have web hosting and the domain name. Is there a problem right now when you go to my website? Thanks Oh and I got ftp to work and uploaded some files if you look under the html on there. Why won't my design and content just show up as the "site" when you go there.
You're missing an index.html page. When you visit a domain, it first looks for an index page. You'll need to rename harvestmoonwii.html to index.html and adjust any links.
ok I changed it to index.html and the words and all that show up but the images wont. How do I get them to show up on my website. Thansk
The page is looking for your images in a /images/ folder. However, on the server they are in /images/images/ Move the pics up a level and they'll work.
They should be in /images Right now they are in /images/images (two images folders). Move all of the files from /images/images into /images and they'll work.