Vintage Dance and History in Southern California
line
line

Add Live Event Feeds to Your Website

To incorporate a current events feed into your website, paste the following code into the HTML at the spot on your website where you would like it to appear. The listing will update automatically as new events are added to the calendar, and obsolete events will disappear. No further maintenance is required on your part.

Victorian Dance

<script language="JavaScript" src="http://www.walternelson.com/feed2js/feed2js.php?src=http%3A%2F%2Fwww.eventkeeper.com%2Fekfeed%2FLAHACAL_Victorian.xml&amp;num=5&amp;desc=0" type="text/javascript"></script>

Art Deco, Ragtime & Swing

<script language="JavaScript" src="http://www.walternelson.com/feed2js/feed2js.php?src=http%3A%2F%2Fwww.eventkeeper.com%2Fekfeed%2FLAHACAL_Deco.xml&amp;num=5&amp;desc=0" type="text/javascript"></script>

English Country Dance

<script language="JavaScript" src="http://www.walternelson.com/feed2js/feed2js.php?src=http%3A%2F%2Fwww.eventkeeper.com%2Fekfeed%2FLAHACAL_ECD.xml&amp;num=5" type="text/javascript"></script>

Local Historic Sites

<script language="JavaScript" src="http://www.walternelson.com/feed2js/feed2js.php?src=http%3A%2F%2Fwww.eventkeeper.com%2Fekfeed%2FLAHACAL_parks.xml&amp;num=5" type="text/javascript"></script>

Technical notes:

To include fewer than 5 events, change the "num=5" to some lower number

If you are using Cascading Style Sheets, you can format these lists to look any way you like. If not, you can use this:

Paste this between the <head> and </head> tags in your HTML code

<style TYPE="text/css">
div.rss ul, div.rss li {
line-height: 15px;
margin-top: 2px;
margin-right: 8px;
margin-bottom: 4px;
margin-left: 10px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: normal;
font-color: Navy;
text-align:left
}

</style>

Then put the "div" tags (shown in bold) in the spots indicated below

<div class="rss">
<script language="JavaScript" src="http://www.walternelson.com/feed2js/feed2js.php?src=http%3A%2F%2Fwww.eventkeeper.com%2Fekfeed%2FLAHACAL_parks.xml&amp;num=5" type="text/javascript"></script>

</div>