Quote:
Originally Posted by AliMadkour
{vb:raw post.field17}
it should be
{vb:raw bbuserinfo.field17}
nice Idea hope its work!
|
Thanks, but it still doesnt work. When I look at the page source, the css appears with nothing in the url box:
This is in the css template:
Code:
background:rgb(0, 0, 0) url({vb:raw bbuserinfo.field17}) no-repeat fixed center top;
This is what appears in page source:
Code:
background:rgb(0, 0, 0) url() no-repeat fixed center top;