RSS2HTML HTML Templates
The PHP scripts use templates to generate its
output. The templates allow you to easily control what the
resulting webpage will look like. A template can be used to
generate a complete webpage, or a portion of a webpage like a
table (which can then be included inside an existing webpage).
Templates are simply standard HTML documents, with special
variables inserted where the RSS feed's data will appear.
We have setup the following template file for use with our Link.
You may download this template and edit it to match your website
design at
http://arizonalinkexchange.org/bannerad.html
|
₪
Sponsored Link
₪
|
|
~~~BeginItemsRecord~~~ |
|
~~~ItemDescription~~~
|
|
~~~EndItemsRecord~~~ |
|
~~~FeedTitle~~~
Updated
~~~FeedPubLongDate~~~
~~~FeedDescription~~~
Disclaimer notice
Please
CLICK HERE to include your Link on the website or
for more information.
Subscribe
to ~~~FeedTitle~~~ |
|
~~~FeedTitle~~~
~~~BeginItemsRecord~~~
|
|
~~~ItemDescription~~~ |
|
~~~EndItemsRecord~~~
Updated ~~~FeedPubLongDate~~~
~~~FeedDescription~~~ |
HTML Code
<html><head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>~~~FeedTitle~~~</title>
</head>
<body><table border="0" id="table1" cellspacing="0"
cellpadding="0"><tr><td>
<p style="margin-top: 0; margin-bottom: 0"
align="center"><font color="#999999">
<a href="#credits" style="text-decoration: none">
<font color="#999999" size="2"
face="Tahoma">₪</font><font size="2"
color="#999999"> Sponsored
Link </font>
<font color="#999999" size="2"
face="Tahoma">₪</font></a></font><br>
<br></td></tr><tr><td>
<p style="margin-top: 0; margin-bottom: 0"
align="center">~~~BeginItemsRecord~~~
</td></tr><tr><td>
<div style="border-left: 1px dotted #008000">
<p style="margin-top: 0; margin-bottom: 0"
align="center">~~~ItemDescription~~~<br><img border="0"
src="~~~FeedImageUrl~~~"></a></div>
</td></tr><tr><td>
<p style="margin-top: 0; margin-bottom: 0"
align="center">~~~EndItemsRecord~~~</td>
</tr><tr><td>
<p style="margin-top: 0; margin-bottom: 0"
align="center"> </p>
<p style="margin-top: 0; margin-bottom: 0"
align="center"><a name="Top">
<font size="1" color="#999999"><a
name="credits">~~~FeedTitle~~~</a></font></a></p>
<p style="margin-top: 0; margin-bottom: 0"
align="center">
<font size="1" color="#999999"> Updated
~~~FeedPubLongDate~~~</font></p>
<p style="margin-top: 0; margin-bottom: 0"
align="center">
<font size="1" color="#999999">~~~FeedDescription~~~<br>
<a
href="http://arizonalinkexchange.org/banneradisclaimer.html"><font
size="1">Disclaimer notice</font></a></font></p>
<p style="margin-top: 0; margin-bottom: 0"
align="center">
<font size="1" color="#999999">Please
<a target="_blank"
href="http://arizonalinkexchange.org/">CLICK HERE</a> to
include your
Link on the website or for more information.<br>
<a target="_blank" title="Click to Subscribe to
~~~FeedTitle~~~"
href="http://arizonalinkexchange.org/ww2g/~~~FeedXMLFilename~~~">
<img
src="http://arizonalinkexchange.org/images/RSSgr.gif"
width="25" height="10" border="0" /></a>Subscribe to
~~~FeedTitle~~~</font></p>
</td></tr></table>
</body></html> |
|