What are custom tags and how do I use them?
We have created a library of dynamic tags for your custom HTML. Paste the tags into your HTML to call the current values for all your settings: product prices, your contact information, and so on. By using these tags, the marketing text in your web site keeps up with any changes you make to your settings.
You configure your settings throughout the storefront manager and in your pricing pages.
To find a list of tags, log in and click "My Account". In the "Reseller Quick Links" tab click "Manage My Portal Express". In the "Quick Links" section click "Advanced Content Options". Click "Show Advanced Options". In the "Navigation" menu, select any of the items except "Basic Editor". In the HTML Editor section, click "Tag Guide".
As an example, if you have set your Company Name as "Acme Domains" in the Portal Express manager "Settings" tab, and you create an HTML paragraph as follows …
<p>Welcome to ###Company_Name###!</p>
… when you publish your storefront, it will render as …
Welcome to Acme Domains!
In the Tag Guide, each tag expands to show examples. Be aware that we have written the samples for illustration only; they will not show your own settings.

