Re : Style Sheets in WebObjects
Re : Style Sheets in WebObjects
- Subject: Re : Style Sheets in WebObjects
- From: Marc-Alexis Côté <email@hidden>
- Date: Fri, 13 May 2005 06:32:32 -0400
Another solution would be to have in the head of your html template file a
generic element:
<webobject name="Stylesheet"></webobject>
And in the WOD:
Stylesheet: WOGenericElement {
elementName="link";
rel="stylesheet";
type="text/css";
href=^stylesheet;
}
Hope this helps,
Marc-Alexis
Le 13/05/05 01:19, « Colin Shreffler » <email@hidden> a
écrit :
> Where to I place a style sheet in my project and how do I link to it from
> within my HTML?
>
> I just can¹t seem to get the right combination of path information.
>
> Thank you,
> Colin Shreffler
_______________________________________________
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