How do I place the HTML onto my web site?

  1. Select all of the HTML in the HTML Code box by clicking on the "Highlight Code" button.
  2. Copy the HTML to the clipboard by typing Ctrl-C or right-clicking on the highlighted text and choosing "Copy."
  3. Paste the HTML into your page by typing Ctrl-V or choosing Edit->Paste from within your editing application.

What if my web editor is altering my code?

WYSIWYG (What You See Is What You Get) web-editing programs will sometimes alter generated link code after you paste it into your page. This can lead to unexpected and sometimes negative results. Altering a generated link can cause tracking problems, and you may not receive proper credit for traffic and sales originating from your site.

You can use the following procedure to ensure link integrity no matter which web editor you use:

  1. Once you have finished designing/editing the page, close your web editor.
  2. Open the HTML source file of the associated page with a text-editor (e.g., Notepad).
  3. Add the generated link code.
  4. Upload/publish the page before opening it again in your web editor.

Close