PDA

View Full Version : Settings for index.html outside actinic


dybs
23-Oct-2003, 04:52 PM
Hi

Can someone give me the settings for having the index.html outside actinic and when clicking the "enter shop" button going to the catalog therefore missing out the brochure page.

Thanks

Andy

dybs
23-Oct-2003, 04:54 PM
I forgot to mention, the cataloge must have a buttin back to the home page (index.html)

Thanks

Andy

Ben
24-Oct-2003, 03:27 PM
Hi Andy

If you're not using brochure pages and have your own home page, the simple way to link into the catalog is to use something like <a href="http://your.url/acatalog/">Click here for online catalogue</a> To link back to the home page from the catalog, use something like <a href="http://your.url/index.html>Home</a> Ben