Re: [appengine-java] can i use css in my app ?

2011-02-14 Thread Vishnupradeep
Thanks for your replies.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] can i use css in my app ?

2011-01-25 Thread Ben
Hi Vishnupradeep,

Absolutely! In my gaelyk app, I place the static content (images,
javascript and css) in the /war/ directory. So, you'd
have /project/war/images/img.png or /project/war/css/style.css

As for referencing them, you would just use the absolute path of:
/css/style.css or /images/img.png

I hope that helps!

-Ben

http://www.liink.it
http://about.me/benjaminc




On Tue, Jan 25, 2011 at 7:47 AM, Vishnupradeep
 wrote:
>  is it possible to use css in my app. if yes show me how to do ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] can i use css in my app ?

2011-01-25 Thread Khor Yong Hao
I think HTML development in appengine is same as what you do in the other
type of site either local or own server.
Therefore, Sure, CSS is possible.
You may found CSS tutorial from: http://www.w3schools.com/css/default.asp

On Tue, Jan 25, 2011 at 9:47 PM, Vishnupradeep
wrote:

>  is it possible to use css in my app. if yes show me how to do ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] can i use css in my app ?

2011-01-25 Thread Vishnupradeep
 is it possible to use css in my app. if yes show me how to do ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.