Hi Erel, it's because I am allready using HTMLeditor in my project to edit documentation of i.e.code snippets, so I added a textfield that allows the user to create a hyperlink in case it is useful to link to code online. This is a way to extend the default functionality of the HTLeditor control but now I realize that I did not plan for this and to implement a webview as you say might be an alternative. Documenation can be saved as clipboard strings, HTML format or code (text) through Steves05's excellent CustomView. I assume a webview overlay might be a way to create support for the HTMLeditor limited functionality.