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

[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

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

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 project-name/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