Be careful when inserting HTML code into your Merchant store. Stray
<body> tags, unclosed tables, or <font> tags can cause the rest of your page
to display incorrectly.Using html created in
The following steps can help you copy & paste from your html editor like FrontPage,
DreamWeaver, or other WYSIWYG editors.
1) In Merchant Admin, add the following to the box you want to insert html into:
<!-- html Start -->
html text- stuff I want people to see on my site
<!-- html End -->
2) Open the page in question in a web browser and copy and save the source
of the page.
3) In your visual editor (DreamWeaver, FP, etc.) open the saved file. You will see:
html text- stuff I want people to see on my site
4) Replace that with the Text and HTML you need to create
the appearance you want.
5) Save the edited page.
5) Open the source of the page and copy the contents between the
<!-- html Start --> and <!-- html End -->
6) Back in the Merchant Admin, paste these contents into the appropriate box.
Make sure if you used images to upload the image to your server and reference that file.
|