Quote:
Originally Posted by Onkel_Tom
This version works better for me and doesn't have problem with the WYSIWYG Editor.
Is there a chance to add a link in the resized picture to open the original version and size in a new window?
|
Yup, that's not too hard... but you know what would happen
You either:
1) Add javascript onclick to each image... which breaks the WYSIWYG again.
or
2) You wrap an A element around the image, but it's messy and might not work cross browser.
I can look into it though, I have some old DOM tree javascript lying around and I might already have a method to convert a child element to a grandchild by creating a new parent.
If I do have that and it doesn't affect image placement in the post I'll show an example of that too.