Hi. I'm not sure if I completely understand your question. Where is
the CSS file in question? Are you already using a <link> or <style>
tag to reference it from within your gadget? If so, you should be able
to return HTML-based responses from your servlet and see them
displayed properly. For example, say your CSS file includes the
following definition for level-1 headers:

h1 {
  color: blue;
}

If your servlet returns a response like '<h1>TEST</h1>' and you assign
this as the innerHTML property of a div (for example), "TEST" should
appear as a blue header. Does this answer your question or do you have
something else in mind altogether?

- Jason

On Feb 11, 4:11 am, anupama <[EMAIL PROTECTED]> wrote:
> i have model window code in .css file can i call .css from
> servlet,please give the code for me,immediate require
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition" 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/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to