Forum
>
Add CSS and JS in Drupal 6
Welcome, Guest

Add CSS and JS in Drupal 6
Topic Normal Add CSS and JS in Drupal 6
by Subhash on 07/16/2009 14:27

You can do this through the theme.info file that all themes must have in Drupal 6.

like garland.info in theme/garland folder

Just write one line for css:

stylesheets[all][] = yourStyle.css

 for js:

scripts[] = myscript.js

also go through the url

  (http://drupal.org/node/171205)

try it n enjoy.