Welcome to the Unofficial Help Forum
Quote from: Am' on May 05, 2010, 01:56:24 PMhow remove greu border from image in messages ? O:)You will need to edit the highslide.css file in the Themes/default/hs4smf directory. In that file, near the top, you will see:Code: [Select].highslide img { border: 2px solid silver;}change the 2px to 0px and save the file.
how remove greu border from image in messages ? O:)
.highslide img { border: 2px solid silver;}
<img src="imagepathhere" alt=""ns"" class="bbc_img resized" style="cursor: pointer"/>
You will need to edit the highslide.css file in the Themes/default/hs4smf directory.
That middle part should be alt="ns" not alt=""ns"" but otherwise it should work.