On 13.01.2008, at 19:54, 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="thejobstyle.css"   rel="stylesheet"
type="text/css" />

Make it

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

and put it in "/Library/WebServer/Documents/projectname" (or create a symlink, see below). That's how I do it. If you put everything in the WebServer-Root to have shorter URLs (I don't care about that) you might get in trouble with more than one project.

You could have a "Web" folder in your project and a symbolic link in "/ Library/WebServer/Documents/". If you use Webserver connect, make sure, that apache is allowed to access the whole (!) path.

cug

--
Real-World WebObjects class at the Big Nerd Ranch
March 2008, Frankfurt, Germany
http://www.bignerdranch.com/classes/webobjects.shtml



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
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