How do I add 2(or more) tickers to signature to my Mozilla based email program?

To create a signature with multiple tickers, you would add your first ticker as per the instructions for Mozilla, then use Notepad to edit the html file to include the HTML for more tickers. Please note: It is important that you use Notepad to edit the files not a rich text editor like Wordpad.

To add additional tickers:
  1. Open your ticker file in Notepad. Notepad comes standard with all installations of Windows, you will find it in your Start menu under Accessories or just click on Run in your Start menu and type in notepad. Then click on OK and it will start up.
  2. For each additional ticker, get the HTML code snippet by clicking on the HTML link to the right of Email signature when you have created your ticker.
  3. Paste the new HTML code snippet into your Mozilla signature above the </body> tag with a line break <br /> tag between each ticker. The <br /> tag is so that each ticker starts on a new line. You will also need to add a moz-do-not-send="true" tag to each image.
The HTML with one ticker will look something like this:

With two tickers it will look something like the following. NB. I have highlighted the additional tags to make it easier to see.