how can i hyperlink with notepad for shipping options description.
I tried hyperlinkg.but it ends up with the page not being able to load.It is only able to load without a hyper link.
how can i hyperlink with notepad for shipping options description.
I tried hyperlinkg.but it ends up with the page not being able to load.It is only able to load without a hyper link.
I have read your post 4 times... and still have no idea what you are trying to describe.
Please try to explain a little better, what you want to do.
20 years a Zencart User
e.g [url] link[url]the name you want the link to have for people to lick on instead of seeing the long link.[url]
<a href="linktothepage">Clickable Text</a>
The HTML for a link to the Shipping information page will look something like this:
(Where: index.php?main_page=shippinginfo is the standard zencart internal URL to the shipping information page).HTML Code:Please go to our <a href="index.php?main_page=shippinginfo">Shipping Information</a>
The way to determine standard ZC internal links, is to call up the page in your browser, then looking at the browser address bar. The part you need will start with index.php?main_page=
Be careful to not use the full (absolute) http://www.xxxx.xxxx.xxxx path
And do not put any ZENID information in either (if it appears when you call up the page).
Last edited by schoolboy; 4 Aug 2010 at 04:51 PM.
20 years a Zencart User