Quote:
Originally Posted by whaase
What was it  I'm trying the same thing
|
In the
vbimghost_imgbits_popmain template...
Change:
Code:
result = '[ url='+ dispath + ']
[/url ]';
To:
Code:
result = '
';
omit the space at the beginning of the url tag and at the end of the close url tag. I had to put those in to get them to show even with the code tags wrapped around them.