| These file feeds provide a
simple way for you, as a webmaster or blogger, to provide valuable
content to your visitors. There are two types: HTML and RSS. RSS
is a bit more advanced, and requires a feed reader - but it provides
functionality to format the output any way you'd like. If you
are using any popular blogging platforms, check for "widgets"
or "plugins" that provide feed reading capabilities.
Basic HTML simply requires placing the snippet of code highlighted
below in your page html. The Advanced HTML version allows basic
formatting, but does require some minor modification of the actual
HTML.
All versions will update periodically with new files. This requires
absolutely no action on your part. And of course, no files will
appear on your site that have not been invidually checked and
marked as "child friendly."
| Basic HTML Version
|
To add this version to your site, simply paste the highlighted
html into your page html wherever you want it to appear. Absolutely
no modification is necessary.
| <table
width="180px" height="115px" border="0"
cellspacing="0" cellpadding="0">
<tr>
<td><a href="http://www.hslaunch.com/mypage/index.php?action=files">HSLaunch.com
Free Files</a><br>
<iframe width="100%" height="100%"
frameborder="0" src="http://www.hslaunch.com/filefeed/filefeed1.php"></iframe>
</td>
</tr>
</table> |
|
|
Advanced HTML Version (with Formatting)
|
This version allows four parameters to be set:
ts is Text Size
tc is Text Color (6
digit hex code)
lc is Link Color (6
digit hex code)
bgc is Background Color (6
digit hex code)
If you use this snippet, be careful not to change anything
except the actual values, which have been bolded below.
| <table
width="180px" height="115px" border="0"
cellspacing="0" cellpadding="0">
<tr>
<td>
<a href="http://www.hslaunch.com/mypage/index.php?action=files">HSLaunch.com
Free Files</a>
<iframe width="100%" height="100%"
frameborder="0" src="http://www.hslaunch.com/filefeed/filefeed1.php?ts=10&tc=FFFFFF&lc=CCCCCC&bgc=222244"></iframe>
</td>
</tr>
</table> |
|
|
RSS Version |
Feed URL: http://www.hslaunch.com/filefeed/filefeed.xml
|
|