HTML links to other web sites or internet partners can be added to any of your web pages or other design areas (header, sidebar, footer). Here's how to add links to a web page:
- Go to the "Design" tab and click on "Web Pages".
- On the "Optional Web Pages" screen , click "Edit" for web page you want to add the code to.
- On the "Edit Web Page" screen, switch the editor field from the "Design" view to the "Code" view by clicking "Code" on the bottom left of the editor field.
- Then, paste the HTML code directly into the editor field (see examples below).
- Finally, click "Save Changes" to save your code.
Here are some simple HTML links you can copy and paste into your web store:
To link DIRECTLY to another web site (or even within your web store), use the following HTML:
<a href="http://www.prestobiz.com">Go to PrestoBiz</a>
To link to another web site (or even within your web store) by opening a new browser window, use the following HTML:
<a href="http://www.prestobiz.com" target="_blank">Go to PrestoBiz</a>
To link to an e-mail address, use the following HTML:
<a href="mailto:you@yourdomain.com">E-Mail Me</a>
Important: when entering HTML code, please remember to remove all ''comment'' lines from the code. Comment lines will begin with a <!-- or / /
For example, lines one and five should be removed from this code:
<b><!-- Code Tracker -- ></b>
<script>
v_counter var
</script>
<b>// End of Link Tracker</b>