Quote:
Originally Posted by Warlord
Sounds to me like you need to add border="0" to the Rich Text version html.
I'm assuming your Rich Text version is just the standard:
HTML Code:
<img src="/images/prefix.jpg">
Change it to this:
HTML Code:
<img src="/images/prefix.jpg" border="0">
When you link an image, there is a standard border associated with that image link for some reason. You have to specify that there should be no border if you don't want one.
|
Thanks - I fixed it via CSS, but same principle.
Anyone got any idea how you would change this to make it pull threads from all forums not just the current forum?