How to Link to Sterling HSA's Website

We appreciate your desire to use our logo or text to link your customers to the Sterling HSA website. The following directions provide the HTML code that you will need to paste into your files. For additional help, please contact us or email customer.service@sterlinghsa.com.

Adding Our Logo

Sterling HSA

Here is the HTML you should use to add our logo (shown above) to your Web page:

<p>
  <a href="http://www.sterlinghsa.com/"><img
     src="http://www.sterlinghsa.com/i/logo.gif"
     alt="Sterling HSA" width="182" height="35" />
</p>

Adding a Text Link

If you wish to add a simple text link to your web page, use the following HTML:

<a href="http://www.sterlinghsa.com/">Sterling HSA</a>