Hey,
I'm adding wallpapers to my downloads, within the description box I'm simple just putting a thumbnail of the wallpaper.
Code<img src='http://www.gersfans.co.uk/rangers/downloads/gerswalls/003.jpg' width="150" height="113" style='margin:5px' align='left' />
when I save the download it works but the description code changes to this
Code<img src=\'http://www.gersfans.co.uk/rangers/downloads/gerswalls/003.jpg\' width=\"150\" height=\"113\" style=\'margin:5px\' align=\'left\' />
If I use this code for another download and save it it keeps adding more forward slashes, more and more every time you save the download, heres an example of one thats been edited and saved a few times. Where the below code does not work ofcourse and the thumbnail which i wanted is not there.
Code<img src=\\\\\\\'http://www.gersfans.co.uk/rangers/downloads/gerswalls/003.jpg\\\\\\\' width=\\\\\\\"150\\\\\\\" height=\\\\\\\"113\\\\\\\" style=\\\\\\\'margin:5px\\\\\\\' align=\\\\\\\'left\\\\\\\' />
Any help folks,
Thanks, |