Thread: CSS questions
View Single Post
  #6 (permalink)  
Old 05-15-2008, 02:50 PM
jasonw jasonw is offline
Junior Member
 
Join Date: May 2008
Posts: 10
Default

Quote:
Originally Posted by Davidoff View Post
If your question is asking whether ZF should be doing something to generate your CSS or provide the CSS file, the answer is no.

Put it in your public docroot as normal and just link to it in your phtml file
Well, try your best not to link to it through a view script.
It's just best practice to keep them in the <head>, which is in your layout.
Reply With Quote