View Single Post
  #2 (permalink)  
Old 03-03-2008, 10:36 AM
mcleod@spaceweb.nl mcleod@spaceweb.nl is offline
Junior Member
 
Join Date: Mar 2008
Posts: 4
Default

You place your css and script folders inside the webroot of your app. If your webroot is called html, which it is if you use a default directory structure, then your css will be in html/css.

In your viewscript, you must specify /css/mystyles.css with the slash at the beginning of the file path. If you do not add the opening slash, you will get a problem like you describe.

Bart McLeod
Reply With Quote