twoColElsLt_css :ERXStyleSheet{
        filename = "twoColElsLt.css";
        href = "/ControlHorarios/WebServerResources/CSS/twoColElsLt.css";
}

nono .. don't do this ... You don't want full paths in here, because it will break on DirectConnect. It should be:

twoColElsLt_css : ERXStyleSheet {
        filename = "CSS/twoColElsLt.css";
        framework = "YourFrameworkName";
}

if this is in your app, then you can leave off framework or set framework = "app"

ms
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to