|
Customizing TheHorse.com Feed Appearance
|
|
Styling with Cascading Style Sheets
The script that TheHorse.com provides for syndication is marked up with id and class
attributes, providing you with plenty of options for styling your syndicated feed
using Cascading Style Sheets.
Below you will find an example of how the TheHorse.com News feed is marked up.
<div class="feedburnerFeedBlock" id="TheHorse/News548024">
<p class="feedTitle">TheHorse.com RSS Feed Title</p>
<ul>
<li>
<span class="headline"><a href="#">First item headline
here</a></span>
<p class="date">Dec 31, 2006</p>
<div>TheHorse.com Article Summary goes here. Aliquam delenit enim nostrud
autem velit eum aliquip lobortis consectetuer eum volutpat vero autem et. Tincidunt
consequat illum quis suscipit dolor nonummy in dolore.</div>
</li>
</ul>
<div id="creditfooter"><a href="http://www.feedburner.com"
target="_blank">
<img src="http://www.feedburner.com/fb/images/buzzboost-pwrd.gif" alt="Headlines
by FeedBurner" /></a>
</div>
</div>
Questions? Comments? Contact us at
RSS@TheHorse.com.
Overriding TheHorse.com Feed Settings
It’s possible to override the settings of the script to display or disable
certain features. Simply take the snippet provided for the feature you wish to modify
and place it at the end of the "src" attribute in the <script> tag
(make sure you leave the quotations, though). If you want to make multiple overrides,
just keep adding the snippets to the end of the "src" attribute. If you
are confused about where to put the snippets, an example of the <script> tag
is provided for each override.
Questions? Comments? Contact us at
RSS@TheHorse.com.
|