Hi all
When you are editing the product description and are using html to design it, is there an alternative to link to another page other than a static link?
This is what I am using
<a href="http://www.testsite.com/xcart/testpage.html">
I would like to use a dynamic link like:
<a href="testpage.html">
Because when I change my cart the the root directory all the links I have made will have to be redone.
Is that possible? What code do I have to use to enable these links?
Or should I keep the static link for SEO purposes?
Wow - So much to learn!