This sketch represents the CSS classes created.
thyme_title a:link, thyme_title a:hover
<ul>...</ul>
<li>...</li>
Copy and paste the JavaScript code above into one or more HTML pages exactly where you would like the event list to be displayed.
You will need to incorporate the CSS code or linkage in your own HTML files; there are two ways you can do this:
<HEAD>...</HEAD>
<style>...</style>
<style type="text/css" media="all"> <!-- this is where you paste the CSS provided --> </style>
style
<link rel="stylesheet" href="style/elist.css" media="all">
href=