I am starting my own Stationery but cannot get stationery to appear, just the photos. what must I do HTML?
I want to start a fully functional website, with buttons that expand the photo therein to a stationery page that has photos set on pictoral backgrounds and midi music playing. Right now I can only put the stationery photo on my webpage. I am not sure how to go about producing the results I require. do I need to use HTML or what. I have been looking for a provider that will assist me but so far have found none. I have an HTML tutorial book on order but am awaiting its arrival. To better understand what I am trying to achieve, visit (stationeryheaven.com ) This is what I am trying to build, a site similar to this one. Any help from someone who knows how to build webpages would be greatly appreciated.
Public Comments
- You'll need to build a separate html page for each stationery design. Then, another page for each type of stationery. Finally, a page that links to all types of stationery. Working backwards (from the user's perspective), the top-most page will have a bunch of links (the <a> tag) that point to the category pages you created that list each stationery page. This page, in turn, will link to the stationery pages, each on it's own html file. If you could visualize, it's like a pyramid, that you build block by block. People start at the top and work their way down to the bottom, where the stationery is for them to find. This is called a tree structure, and can be visualized as someone starting on the bottom and picking fruit from the top, choosing each branch along the way. The technical details of using the <a> tag and saving the files into proper directories should be covered by the html reference you bought. Until then, http://www.w3schools.com/html/ should help.
Powered by Yahoo! Answers