Hyperlink to a local document

How do I link do a document saved locally?

I’ve tried https://help.plot.ly/adding-HTML-and-links-to-charts/ without any success…

Hi @fridz,

I would recommend trying a file URI in an HTML hyperlink tag. Something like <a href="file://...">Link text</a>.

-Jon