Where to add a new stylesheet?

Hi there,



I was wondering if anyone could help me.



What steps should I take to add an additional stylesheet to my skin? I want to add another stylesheet, e.g. /skins/basic/customer/stylesheet2.css



I can’t find which file to add the code into



Many thanks in advance for your help!

/skins/yourtheme/customer/index.tpl after the {include file=“meta.tpl”} line.



Actually I guess you could even add it to meta.tpl as long as it’s between the tags.

I think I tried that but it didn’t work. I’ll try again and get back to you…

Okay just tried again - won’t work!






[CODE=Lines 17 & 18 of index.tpl:]{include file=“meta.tpl”}

```

I have a file, V2-IE7.css which is in the folder /skins/basic/customer

My website does not pick up the changes in this CSS file. I even tried setting body { background-color: #000; } just to test an obvious example and it didn't respond to that either

Any ideas?

Sorry to waste your time - I don’t need to know this anymore!



thanks