Click to Share
 

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:

<div style="border:1px solid #808080;padding:5px;height:350px">
<iframe src="http://www.prlog.org/rss/top5hours24.html?summary" width="100%" height="100%" frameborder="no" scrollong="auto">
</iframe>
</div>

How it looks ...


Vertical without summary

Example HTML Code:

<div style="border:1px solid #808080;padding:5px;width:200px;height:400px;background:#e0e0e0">
<iframe src="http://www.prlog.org/rss/top5hours24.html" width="100%" height="100%" frameborder="no" scrollong="auto">
</iframe>
</div>

How it looks ...




Like PRLog?
9K2K1K
Click to Share