Save Hyperlink in HTML
Posted: Mon Jul 09, 2012 9:35 am
Hello,
how can i save a hyperlink from richviewedit in a html file?
my code is:
if i load the html the string tag isn't a hyperlink.
what is the problem?
how can i save a hyperlink from richviewedit in a html file?
my code is:
Code: Select all
RichViewEdit1.InsertStringTag('New link', 'www.google.de');
RichViewEdit1.SaveHTMLEx('index.html', HTMLTitle,'img', '', '', '', [rvsoImageSizes,rvsoUseCheckpointsNames]);
what is the problem?