Newsletter Variable Reference

Table of contents definition. <!-- toc1start --> until <!-- toc1end --> will be repeated for each Table of Contents item.

<!--toc1start-->
<a href="%%toc1link%%">%%toc1%%</a><br />
<!--toc1end-->

%%TOC%% displays the table of contents as generated by the code above


Article definitions <!--articlestart--> until  <!--articleend--> will be repated for each Article.  Each field below must be included in this block.

Optional Section Name (must be contained within <!--articlestart-->):    <!--sectionstart--> to <!--sectionend--> will add the optional section block.
%%sectionname%% will add the section nam text

<!--sectionstart-->
 <p><span style="font-weight: bold; font-size: 11px; color: rgb(51, 153, 51); font-family: Arial;"><br />
 %%sectionname%%</span><br />
 <!--sectionend-->

Subject definitions (must be contained within <!--articlestart-->): <!--subjectstart--> until <!--subjectend--> will add the subject block
Newsletter Template Editor Variable Reference will add the subject text

<!--subjectstart--><strong style="font-size: 14px; font-family: Arial;">Newsletter Template Editor Variable Reference</strong><!--subjectend-->

Article Text (must be contained within <!--articlestart-->): to add the abstract text use %%abstract%%

Article "Read More" link (must be contained within <!--articlestart-->):  To add a read more link, place <!--abstractstart--> until <!--abstractend--> around the url, but AFTER %%abstract%%

%%abstract%%<!--abstractstart--><a class="link" href="%%articleurl%%">[FULL STORY] </a><!--abstractend-->


Example of full article definition block

 <!--articlestart-->
                                <table width="95%" cellspacing="0" cellpadding="5" border="0">
                                    <tbody>
                                        <tr>
                                            <td valign="top" style="font-size: 12px; color: rgb(34, 86, 117); line-height: 16px;">

<!--sectionstart-->
                                            <p><span style="font-weight: bold; font-size: 11px; color: rgb(51, 153, 51); font-family: Arial;"><br />
                                            %%sectionname%%</span><br />
<!--sectionend-->

<!--subjectstart--><strong style="font-size: 14px; font-family: Arial;">Newsletter Template Editor Variable Reference</strong>

<!--subjectend--></p>
%%abstract%%
<!--abstractstart--><a class="link" href="%%articleurl%%">[FULL STORY] </a>
<!--abstractend-->
                                            <p>&nbsp;</p>
                                            <br />
                                            <p align="right"><a style="color: rgb(34, 86, 116);" href="#top"><strong>top</strong></a></p>
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <table width="95%" cellspacing="0" cellpadding="5" border="0" style="border-bottom: 1px solid rgb(90, 127, 153);">
                                    <tbody>
                                        <tr>
                                        </tr>
                                    </tbody>
                               </table>
<!--articleend-->

 


Other Variables

%%date%% - displays the date entered on the newsletter date field

%%volume%% - displays the volume as entered on the newsletter volume field