I was trying to integrate the Adbrite BritePic into an Image4 script site. The page here http://www.britepic.com/ says: Change this: <img src="http://www.yoursite.com/yourpic.jpg"> Code (markup): to <script> britepic_src="http://www.yoursite.com/yourpic.jpg"; britepic_id="your_unique_britepic_id"; </script> <script src='http://www.britepic.com/britepic.js'> </script> Code (markup): But on the page I have only {image} so I tried: <script> britepic_src="{image}"; britepic_id="your_unique_britepic_id"; </script> <script src='http://www.britepic.com/britepic.js'> </script> Code (markup): but its not working as its reading it as: <script> britepic_src="<img src="http://www.yoursite.com/yourpic.jpg"> "; britepic_id="your_unique_britepic_id"; </script> <script src='http://www.britepic.com/britepic.js'> </script> Code (markup): So can anybody suggest a workaround technique to implement this ? Abhilash.
Where is {image} coming from? This is probably a template. You need to edit the coding so it doesn't include the <img src code. Peace,