Link = href

Claus

Member
is it possible to write html code iso that the html output can include a link to another page?

Tryed but cant get it to work, because QR converts some of the characters??

Claus
 
This is currently not possibe, because like you say, all HTML characters are replaced with the corresponding symbols (, &, and so on).

I have added this to the list of enhancement requests though. Maybe we can introduce an escape sequence or a format option so that the raw data is inserted in the report.

------------------
Marco Kalter
Allround Automations
 
It has been added for the upcoming 3.0 release. All relevant HTML code such as , , are supported. You can therefore create reports with links to other reports or pages, with images, or with specific font properties. It's a bit low-level, but it works.
 
Back
Top