Toll-free
number banner
Download
our two banner images shown at right and add them
to your website with your toll-free
number for your customers.
Directions
are provided below to add the toll-free number
banner to your website. If you
are not familiar with WYSIWYG website editors or
HTML,
please refer this to your webmaster.
Right-click
on each of the files below, click "Save Target
As..." and save the files to your website "images" folder.
banner-top.gif
banner-bottom.gif
Directions
for a WYSIWYG editor:
1) Place the two images (banner-top.gif and
banner-bottom.gif) into the "images" folder
of your website.
2) Insert the image "banner-top.gif" in
your desired location.
3) Push shift+enter once.
4) Type your new toll-free number and format font,
size and color to your preference (you may also want
to center the text).
5) Push shift+enter once again.
6) Insert the image "banner-bottom.gif.
HTML
Insertion (Advanced):
Below
is html which you can insert in your website html
which will create a table with the two image files
and a toll-free number in the middle. Place the
two images (banner-top.gif and banner-bottom.gif)
into the "images" folder of your website. Insert
the following html in the desired location. After
the html has been inserted, change the toll-free
number to the one you have just activated:
< div
align="center">
<table width="125" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"><img src="/images/banner-top.gif" width="125" height="57"><br>
<strong><font color="#FF0000" size="2" face="Verdana,
Arial, Helvetica, sans-serif">(888)
876-2255</font><br>
<img src="/images/banner-bottom.gif" width="125" height="55"></strong> </div>
</td>
</tr>
</table>
< /div>
|