Closed (fixed)
Project:
CSS Injector
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2008 at 09:58 UTC
Updated:
13 Apr 2009 at 23:09 UTC
Nice module! Any example of using it? For intance, how to use Drupal's standard drupal_add_css() function with CSS Injector, or any else?
Comments
Comment #1
charlieman commentedYou just write css like any css file, css injector uses drupal_add_css internally.
Comment #2
MitchMiller-1 commentedHi,
I am new to Drupal and nodes.
I tried adding CSS to one page
/node/9and to URL path and it did not work.What is the correct way to specify location?
Thanks, Mitch
Comment #3
ponsich commentedDo you simply try node/9 ? (without the first slash)
Comment #4
MitchMiller-1 commentedthank you.