As it was my propsoal, I'll try to help:
In the html source every "img src"-tag has a border="0" option, but borders are still visible. I downloaded the forum source files, but I don't know which theme you are currently using. If you do not have a style_sphinx.css the following could help:
Insert into the styles.css of your theme (the one actually used by this forum) the following line:
img { border-style: none;}
This should remove the border of every picture, embedded with the img src tag.