Hi,

I am writing a fairly simple gadget - it is a url type that puts up a  
php page. The gadget is working fine but I would optimally like the  
gadget to resize itself every time there is new content, and my second  
choice would be to have the size of the gadget be smaller. It seems no  
matter what height I use in ModulePrefs, the gadget comes out too  
long, and I can't seem to change the height.

I have read everything I can find about resizing gadgets but it looks  
like there are several methods to use, some only work in sandbox, etc  
etc. Is there something I can do to have the gadget resize that will  
work in sandbox and in the regular google homepage?

Here is my xml. Perhaps there is something I need to add to my php code?

Thanks very much!

Joy

<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="xxx" directory_title="xxx"
        title_url="http://xxx.org"; category="funandgames"
        category2="lifestyle"  scaling="true" scrolling="false" description=""
        author="xxx.org" author_email="[EMAIL PROTECTED]"
        author_affiliation="rxx.org" height="100"
        author_link="http://xxx.org"; screenshot="" thumbnail=""
        >
</ModulePrefs>
        
<Content type="url" href="http://xxx.php"; />
</Module>



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to