Quote:
Originally Posted by Fluke667
the output is:
Postbit1
Postbit1 is the Image name defined in Profile Fields... Image is Postbit1.png
|
Then:
Code:
background: #212224 url(images/postbit/$post[field12].png);
becomes
Code:
background: #212224 url(images/postbit/Postbit1.png);
So there must be something wrong with the css because the correct image name is being generated... I thought the url is supposed to be in quotes?
Code:
background: #212224 url("images/postbit/Postbit1.png");