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.
|
My Blog Title
|