Quote:
Originally Posted by Digital Jedi
That won't work either, because, as I just mentioned, $postrank turns into IMG code, not the image URL. You'll get broken HTML if you try that.
|
werd!
You can always ditch the idea of it being a background, and just having it serve up the image inside the floating div other wise you'll have to edit the file
You'll probably need to modify the includes/functions_ranks.php file
Code:
$userrank .= "<img src=\"$rank[i]\" alt=\"\" border=\"\" />";
maybe the part your looking for
Code:
$userrank .= "$rank[i]";
May work, or it maybe need to be slightly different.