HTML Feed Tutorial

To use an HTML feed, you need to insert iframe in your web page with one of the HTML links as a source. Click here for free HTML news feeds.

Horizontal with summary

Example HTML Code:

<table border="1" cellpadding="5" cellspacing="0" width="100%" height="350"><tbody><tr><td>
<iframe src="http://www.prlog.org/rss/top5hours24.html?summary" width="100%" height="100%" frameborder="no" scrollong="auto"></iframe>
</td></tr></tbody></table>

How it looks ...


Vertical without summary

Example HTML Code:

<table border="1" cellpadding="5" cellspacing="0" width="200" height="400" bgcolor="#e0e0e0"><tbody><tr><td>
<iframe src="http://www.prlog.org/rss/top5hours24.html" width="100%" height="100%" frameborder="no" scrollong="auto"></iframe>
</td></tr></tbody></table>

How it looks ...



Copyright 2006-07 PRLog.Org - HTML News Feed Tutorial