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

charlieman’s picture

Status: Active » Closed (fixed)

You just write css like any css file, css injector uses drupal_add_css internally.

MitchMiller-1’s picture

Status: Closed (fixed) » Active

Hi,
I am new to Drupal and nodes.

I tried adding CSS to one page /node/9 and to URL path and it did not work.

What is the correct way to specify location?

Thanks, Mitch

ponsich’s picture

Do you simply try node/9 ? (without the first slash)

MitchMiller-1’s picture

Status: Active » Closed (fixed)

thank you.