CSS again...
CSS again...
- Subject: CSS again...
- From: Erwin <email@hidden>
- Date: Tue, 22 Feb 2005 10:25:03 +0100
writing CSS STYLE in my HTML code works fine...but
I searched among all posts dedicated to CSS to find a way using an external CSS file
should I insert manually a <LINK REL="stylesheet' TYPE="text/css" HREF="style1.css">
between <HEAD> and </HEAD> ?
if I have a non-synch component returning the css path (thanks Steve... with the necessary API bindings)
...
public String pathForCSS() {
WOResourceManager rm = application().resourceManager();
return rm.urlForResourceNamed(stylesheetFilename(), stylesheetFramework(), null, context().request());
}
where should I insert this component ? how can I get back the path into my <LINK HREF=...
I am quite a little bit confused about binding outside the <BODY.....>
Erwin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden