[orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Pyrocks
Can any one there to answer this? On Jul 15, 1:53 pm, Pyrocks kiranbe...@gmail.com wrote: HI Friends, I have a problem with Profile view  in New Orkut.. The following code is in my xml file and it's working fine with classic orkut.the same code is not working with New Orkut. Content

Re: [orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Robson Dantas
Hi, Looking on firebug, your gadget is not being rendered, also noticed you are using quot; to escape the quotes. Change the way you are applying the background. Instead of: div style=background: url(quot; http://1.latest.izo-propose-love.appspot.com/propose/images/propose_500X260.jpgquot;)

Re: [orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Prashant Patil
i am not sure this will help you but you may try simple html img tag method with 100% width and fixed height inside template! as e.g img src=image link width=100% height=x2px On Thu, Jul 15, 2010 at 6:47 PM, Robson Dantas biu.dan...@gmail.com wrote: Hi, Looking on firebug, your gadget is not

[orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Pyrocks
Thanks prashanth for your reply. The code given by Robson is working fine. Thanks and Regards. Py On Jul 15, 6:22 pm, Prashant Patil prashantpandurangpa...@gmail.com wrote: i am not sure this will help you but you may try simple html img tag method with 100% width and fixed height inside

[orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Pyrocks
Thank you very much Robson for your immediate reply. The code you have given is working fine in both versions of orkut. Thanks and Regards. Py On Jul 15, 6:17 pm, Robson Dantas biu.dan...@gmail.com wrote: Hi, Looking on firebug, your gadget is not being rendered, also noticed you are using