Re: CSS Confusion
Re: CSS Confusion
- Subject: Re: CSS Confusion
- From: David LeBer <email@hidden>
- Date: Thu, 4 Mar 2004 14:44:07 -0500
This was discussed back in February, and with the risk of opening the
whole Application vs Webserver resource debate again:
I usually use WOResourceURL something like this in my component html
head:
<link rel="stylesheet" type="text/css" href="<WEBOBJECT
NAME=ResourceURL1></WEBOBJECT>">
and this in my wod:
ResourceURL1: WOResourceURL {
filename = "project.css";
framework = "app";
}
with "project.css" in my project's resources.
It fulfills all three of your points fine for me.
On 4-Mar-04, at 2:26 PM, James Cicenia wrote:
Greetings --
On wocode there are three methods of adding a CSS StyleSheet
to the application. What is the best method to:
1) Be able to easily call the stylesheet
2) Be able to deploy without editing any source
3) Be able to see it work during development
Thanks,
James Cicenia
_______________________________________________
WebObjects-dev mailing list
email@hidden
http://www.omnigroup.com/mailman/listinfo/webobjects-dev
;david
--
David LeBer
Codebase Software Systems
site: http://www.codebase.ca
blog: http://david.codebase.ca
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.