|
Add the Stedman's Word of the Day to your web site: 
If you would like to add the Stedman's Word of the Day to your web site, you can automatically do so by including the following HTML code on you page:
<script src="http://www.stedmans.com/wotd.cfm" type="text/javascript"></script>
If you include the JavaScript code without defining a "wotd" class in a style sheet, you will get the following:
You can then use style sheets to format the Word of the Day to fit your web site by defining a class named "wotd". For example, using the following style sheet:
<style>
.wotd {font-family: Tahoma; font-size: 10pt; border: 1px solid green; width:165px; margin: 0; padding: 0;}
.wotd h1 {font-size:85%; color: fff; background-color: green; height: 25px; text-align: center; line-height: 25px; margin: 0; }
.wotd a {color: yellow;}
.wotd img {margin-left: 30px;}
.wotd h2 {font-size:85%; font-weight:bold; padding: 4px 3px 0 3px; margin: 0;}
.wotd p {font-size:85%; margin-top: 3px; padding: 0 3px 0 3px;}
</style>
You can create the following blog-friendly widget:
|