2015-11-13, 02:33:27
(2015-11-12, 18:21:25)asemion Wrote:(2015-11-11, 07:43:35)Frens Wrote: Thanks ,that works fine.
One thing, i wil change the code from the thumb
Code:<img alt ...
for some reason i wil put a div arount the image tag
... , but cant find the code.Code:<div> <img alt ...
If I understood you correctly - You want that Thumbs IMG tag would be inserted between DIV tags?
If I am right - than you can modify admin\template\js\ckeditor\plugins\thumb\dialogs\thumb.js file's line #112 as follow:
Code:reff.setHtml( '<div class="thumb-image"><img alt="'+data.txtAlt+'" src="'+data.file_url+'" style="'+styles+'" /></div>' );
Good luck. Andrejus.
Hi Andrejus,
Thanks its Ok now, Big Hug for you.