well you could.. but you will be subject to errors... AND it would depend of your installation.. AND you could not use some addons..
it works this way.. because some people have different istallation types... some have gallery inside the forum directory.. others outside the forum directory..
I myself use gallery outside my forum directory..
Most common installation:
example:
gallery url:
http://www.myforums.com/gallery
forum url:
http://www.myforums.com/forums
the stylesheet used will be in both cases:
http://www.myforums.com/forums/clien...31f4-00029.css
It seems by your example that u are using gallery inside your forums directory..
gallery url:
http://www.myforums.com/gallery
forum url:
http://www.myforums.com/
gallery works as it does.. so people can setup gallery both ways as they wish.. (I would never want gallery inside my forums)
so for your forums the relative path would be:
clientscript/vbulletin_css/style-030231f4-00029.css
for your gallery it would be something like:
../clientscript/vbulletin_css/style-030231f4-00029.css
but you could modify the replacement somewhere in gallery_global.php (search for "clientscript" in your gallery_global.php)
but I only see drawbacks doing that..
1. you would have to apply the change of phpcode at every gallery update..
2. your gallery will not work if you use
vbseo or any other url replacement software as
vbseo requires full path for doing replacements outside the forum directory..
3. and depending on your server configuration you would have to use full urls for all the imageurls INSIDE your stylesheet.. (as a difference to what chuck wrote.. I personally use relative urls INSIDE my stylesheet and it works.. but i had to play around a little with ../../../images directory AND - but that is my choice - my installation will not work anymore without saving the stylesheet as file)
luc