At ‘Purchase Invoices’ there is a field ‘Reference’, where I can put some relevant info.
I would like to use this for referencing my scanned invoice, so when I click on it, it opens the file (a bitmap).
When I use the following syntax:
<A HREF="file:///c:/temp/after.png">After.png</A>
the program transforms the ‘<’ end ‘>’, thus it becomes:
<A HREF="file:///c:/temp/after.png">After.png</A>
which is correct, in a way. But now my clickable link is not a clickable link anymore!
When I edit the sourcecode of this page of Manager in a HTML-editor, and change back
< to < and > to >
and open this edited file in a webbrowser, the link is a clickable link again! How is this possible, and more over: how can I make a clickable link in the ‘Refenece’ field of an purchased invoice?
Thanks for your concern.