Sorry everyone, I am asking a step one question here, but I got the source code for the NYTimes gadget.
I just want to paste it into a simple web page, but not my iGoogle page Under About this Gadget and Webmaster Tools I chose: Embed this Code and then Get the Code for it to give me the embedded code I made an extremely simple HTML page. I just want to be able to display the CNN gadget. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>gadget test</title> </head> <body> <script src="// www.gmodules.com/ig/ifr?url=http://www.cnn.com/partners/google/cnn_topstories.rss&synd=open&w=320&h=200&title=CNN&border=%23ffffff%7C0px%2C1px+solid+%23998899%7C0px%2C1px+solid+%23aa99aa%7C0px%2C2px+solid+%23bbaabb%7C0px%2C2px+solid+%23ccbbcc&output=js "></script> </body> </html> Why is this not working? -- Wayne Hazle -- ----------------------------------------------------------------------------------------------------------------------- -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en.
