• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: css and WOLips help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: css and WOLips help


  • Subject: Re: css and WOLips help
  • From: Pascal Robert <email@hidden>
  • Date: Mon, 14 Jan 2008 04:19:59 -0500


Le 08-01-14 à 04:01, Denis Frolov a écrit :


On Jan 14, 2008, at 5:54 AM, Theodore Petrosky wrote:

I am new to external css files... I am still testing,
or rather I am testing my patience to get this to
work... If I have this line in my <head> area:

<link href=""   rel="stylesheet"
type="text/css" />


Where does the file thejobstyle.css need to live.

One way is to put it along with all the images into WebServerResources folder inside your project and use ERXStyleSheet component to include it into the head. Inside the css you can use relative urls to images. This way you don't need the images in you webserver doc root and everything is stored in one place under version control.

+1.  An example:

.html:

<head>
  <webobject name = "AdminCSS"/>
</head>

.wod:

AdminCSS : ERXStyleSheet {
  filename = "css/admin.css";
  framework = "app";
}
 _______________________________________________
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 and WOLips help (From: Theodore Petrosky <email@hidden>)
 >Re: css and WOLips help (From: Denis Frolov <email@hidden>)

  • Prev by Date: Re: css and WOLips help
  • Next by Date: Re: Inline bindings
  • Previous by thread: Re: css and WOLips help
  • Next by thread: Re: css and WOLips help
  • Index(es):
    • Date
    • Thread