|
How do I add a new page?
|
It is very possible to insert a new page into your webdesign without the use of either a Gallery or Catalog type system. Follow these simple instructions to add a new page.
|
To insert a page is easy. You just need to know the secret code. (I guess it's not all that secret since we're telling you the code here.)
When editing a page use one of the following forms to create a link:
- #insertpage:pagename.html&link text#
- This will create a page called "pagename.html" in the same folder as the page being edited.
- A link <a href="pagename.html">link text</a> will be put into the page being edited -- creating a hot link to the newly created page.
- #insertpage:abcde/pagename.html&link text#
- This will create a page called "pagename.html" in a folder called "abcdef" under the current folder. (If the folder "abcdef" does not exist it will be created.)
- A link <a href="abcde/pagename.html">link text</a> will be put into the page being edited -- creating a hot link to the newly created page.
- #insertpage:/uvwxyz/pagename.html&link text#
- This will create a page called "pagename.html" in the folder http://www.yourdomain.com/uvwxyz/. (If the folder does not exist it will be created.)
- A link <a href="/uvwxyz/pagename.html">link text</a> will be put into the page being edited -- creating a hot link to the newly created page.
|