Re: CSS file
Re: CSS file
- Subject: Re: CSS file
- From: Klaus Berkling <email@hidden>
- Date: Wed, 4 Oct 2017 06:29:42 -0700
> On Oct 4, 2017, at 06:13, André Rothe <email@hidden> wrote:
>
> Hi,
>
> I have created a CSS file within the WebServerResources folder of my
> project. How I can add it as a static link to the <head> tag of my
> component page? How is the relative path, or should I use the
> WOResourceManager to set the path for a WOxyz component?
>
> <head>
> <link rel="stylesheet" type="text/css" href="messages.css">
> </head>
>
ERXStyleSheet component will do what you want.
<wo:ERXStyleSheet file name=“path...”>
Where path is relative to the web resources directory.
Viel Spaß. Hoffe es hilft.
_______________________________________________
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
References: | |
| >CSS file (From: André Rothe <email@hidden>) |