2 messages in com.googlegroups.google-gadgets-apiRe: How to create Gadget like this?
FromSent OnAttachments
overcast06 Jun 2006 08:45 
DarkenProject06 Jun 2006 13:36 
Subject:Re: How to create Gadget like this?
From:DarkenProject (magi@hotmail.com)
Date:06/06/2006 01:36:42 PM
List:com.googlegroups.google-gadgets-api

If you just want static links (meaning links that don't change every time you visit your homepage), you can just use basic HTML.

For example, say you wanted to link to CBS's site to be able to check up on your favorite TV show. You can add a line like this: <a href="http://www.cbs.com/">CBS</a> now, you'll see the words "CBS" on your module, and when you click it, you'll get taken to http://www.cbs.com .

If you need help learning some code, I recommend http://www.w3schools.com/html/default.asp (for HTML) and http://www.w3schools.com/js/default.asp (for JavaScript). Then, if you enjoy it and realize you'd really like to do this as a hobby, go ahead and grab a good book on learning web programming. It'll help out tremendously.

Good luck with your module overcast!