Here are some other code snippets for your site, from how to create email links to displaying the weather on your home page.
Display the weather with weatherforyou.com - Want to display the local weather 7 day forecast on your web site? Cut and paste the following code from weatherforyou.com below, or click on the link above to view alternative formats. (You'll need to change the location in the code to match where you want to display.)
Here's an example:
Today's weather forecast stickers from weather underground - If you don't want to take up the amount of room that a 7 day forecast takes up, but you still want to display the weather. Use this code snippet from http://www.wunderground.com. (You'll need to change the location to match the one you want.)
Creating an Email link - People often ask me how to create an email link. We know that creating a link to a website the address is: http://thewebsiteaddress.com.
To create an email link the address is: mailto:name@emailaddress.com (substituting the email you want to mail to for the email address above.) Use the code below, and substitute in the mail address and linked text that you would like to use.