You need to manipulate the DOM when the WebView is in editing mode to append an img-tag where it finds anchor-tags. Probably the easiest way to do this is to use Jquery to append/replace anchor-tags. You can call the Jquery functions in Gambas with WebView's .Eval() method. The .Eval() practically takes anything you can put in the webconsole of your favourite browser (in Firefox and Chrom{e,ium} you hit F12 to bring it up).
------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user