How do I add static pages to my site for which I can add and link to them?

This is usually something your web-designer does but if you are doing them yourself and  if you want to add pages that have your same navigation (headers, footers, etc.) you will need to create a basic HTML page with your new content (and no navigation elements).  Then to link to that page from your home page, you create a link on your home page (index.wws) like the following:

 content.wws?fname=yournewfilename.html

(where yournewfilename.html is the page you created with new content and no nav elements)

You can put the new file anywhere you please.  The edited index.wws with your links to the new pages goes in the root.  You can create one for your new content, but if you do that be sure that the link you create on index.wws is:

 "content.wws?fname=newfolder/yournewfilename.html"


Was this answer helpful? 147 Users Found This Useful (350 Votes)