Publish TAR News On Your Site

Please be patient... This page takes a little time to load.
You can now publish the latest TAR newsletters on your web site. TAR newsletters include the TAR Digest, TAR Forms Update, GetActive, and Governmental Affaris & RPAC newsletters.

Provided are two NEWS BOX samples for your site. Just copy and paste the code onto one of your pages in your website. The NEWS BOX will always contain 10 of the most current newsletters published. When your agents or members click on the link in the news box, it will take them back to the TAR Blog - a member only service requiring a "log in".

Samples

SAMPLE 1: NICE FORMATTED TRIMMED BOX with TAR HEADER
 
COPY and PASTE

<TABLE cellSpacing=0 cellPadding=0 width=355 bgColor=#efefef border=0>
<TBODY>
<TR>
<TD><IMG height=36
src="/images/news_top_tar.jpg"
width=355></TD></TR>
<TR vAlign=top>
<TD bgColor=#efefef class=newsCell>
<script language="JavaScript"
src="http://convert.rss-to-javascript.com/?chan=1&simple_chan=1&desc=1&date=1
&src=http%3A%2F%2Ftarnet.com%2Fblog%2Ftarfeed.php">
</script>
</TD></TR>
<TR>
<TD><IMG height=5
src="http://www.rss-to-javascript.com/images/news_bottom_brown.jpg"
width=355></TD></TR></TBODY></TABLE>

   
SAMPLE 2: COMPLEX INLINE FORMATTING
 
COPY and PASTE

<table width="350" border="1">
<tr>
<td>

<style>
<!--
.channel { font-family: arial; font-weight: 400; font-size: 90%; margin-bottom: 0px; }
.channelDescription { font-size: 95%; margin-bottom: 0px;}
.channelPublisher { font-size: 95%; margin-bottom: 0px;}
.news { background-color: #eaeaea; display: block; font-size: 95%; width: 250px; margin-bottom: -15px;}
.newsAlt { background-color: #ffffff; display: block; font-size: 95%; width: 250px; margin-bottom: -15px;}
-->
</style>
<script language="JavaScript"
src="http://convert.rss-to-javascript.com/?chan=1&simple_chan=1&desc=1&date=1
&src=http%3A%2F%2Ftarnet.com%2Fblog%2Ftarfeed.php">
</script>

</td>
</tr>
</table>