| View previous topic :: View next topic |
| Author |
Message |
lilriver@sbcglobal.net
Joined: 28 Sep 2006 Posts: 2
|
Posted: Sat Mar 03, 2007 7:40 am Post subject: How to links in my text pages |
|
|
I would like to know how to make text on the page a link.
For example if I post a supply list, and the items are for sale on a different page I'd like to post the supplies
glue
tape
paper
and those words would be live links to the pages on our site.
Anyone?
If this is in the Zen Cart book I'm willing to read if you know the page. I have trouble with the book because I don't know the terminology used to find things.
Julie _________________ Julie |
|
| Back to top |
|
 |
admin Site Admin
Joined: 20 Jan 2006 Posts: 68
|
Posted: Wed May 23, 2007 12:27 pm Post subject: |
|
|
Every element in a Zen Cart store has a web page address - your supply list category might have a URL address of : http://your-domain.com/index.php?main_page=index&cPath=30 for example.
You therefore could hard-code a reference to this page location thus:
| Quote: | | <a href="http://your-domain.com/index.php?main_page=index&cPath=30">Click Here To Jump To My Supply List</a> |
_________________ Matthew
Forum Moderator
Zen Cart Store
http://zencartstore.com |
|
| Back to top |
|
 |
|