Quote:
Originally Posted by Rene Kriest
No, have a closer look at the source that vb produces not the debugger to make it clear:
HTML Code:
<a href="http://forum.depressionsblog.com/picture.php?albumid=1&pictureid=3" target="_blank"><img src="http://forum.depressionsblog.com/picture.php?albumid=1&pictureid=3&thumb=1" border="0" alt="" class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /><img src="http://forum.depressionsblog.com/picture.php?albumid=34&pictureid=308" border="0" alt="" class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);" /> </a>
There is a </a> missing, isn't it? 
|
Quote:
Originally Posted by wottech
The </a> appears to be at the end of your quote, so it doesn't appear to be missing to me.
|
Quote:
Originally Posted by Rene Kriest
Well then have a look at the 2 (!) img tags then.
|
Let's see.
First: Where exactly does that code come from? Is this from your html source code in the browser? This is different from what you posted in your earlier post: There you posted from the debug informations of my mod. I could not find an issue there.
What I see here is html source code. While my mod indeed inserts html code into the wysiwyg-editor, you normally do not get to see it - the editor immediately transforms it to the image. If you change to standard mode, you'll see bbcode.
Now: To get things straight, you are trying to insert two images. The first one, so I gather from the code, is a thumb linked to original image. The second one is a original image. Whether this was linked originally, I don't know.
What I do see is that some other mod has tampered with the links
HTML Code:
(onload="NcodeImageResizer.createOn(this);)
is definitely nothing my mod does to a link. As stated before: My mod does nothing but to insert straightforward bbcode. I just checked once again, the code inserted is proper. All opening and closing tags are where they are supposed to be. As long as they are not missing in the code you see in the debug section, they are there upon insertion. Whatever this other mod does, I do not know. I gather that the other problem you described with the link not closed after insertion on your other post is the same issue.
To make sure: Please deactivate the other mod and try then.