Quote:
Originally Posted by Psionic Vision
You can fix that in vBulletin Options.
It's strict by default, for security purposes, but you can disable that.
|
I edited the options in admincp to allow url's in CSS, but so far I can still not seem to add images. This is the code I'm using:
Code:
{
background-image:url('http://www.my/image/file.jpg');
background-attachment:fixed;
background-repeat:repeat;
}
Any assistance, greatfully received.