7 messages in com.googlegroups.google-gadgets-apiRe: how to change background color of...
FromSent OnAttachments
java touch06 Dec 2006 22:41 
tono-bungay08 Dec 2006 07:49 
b....@joekaz.net25 Dec 2006 09:59 
joe k25 Dec 2006 16:48 
abow...@gmail.com26 Dec 2006 08:46 
joe k26 Dec 2006 15:59 
labtopia28 Dec 2006 09:00 
Subject:Re: how to change background color of my gadget are
From:joe k (b.@joekaz.net)
Date:12/26/2006 03:59:40 PM
List:com.googlegroups.google-gadgets-api

Thanks, ABowman, that works perfectly.

I think I was thrown off track by the documentation - http://www.google.com/apis/gadgets/fundamentals.html#Existing where it says: "You can turn an existing web page or application into a gadget by following these guidelines: * Strip the <html>, <head>, and <body> tags (in other words, just provide the HTML content itself). * For onload events, use _IG_RegisterOnloadHandler()..."

I didn't realize I could use the html and body tags.