Formatting a Hyperlink in your data

If you would like to include a hyperlink in your metadata, you will need to add target=_blank after the url and format it with an anchor tag <a>.

The link URL follows the href= and as shown below the bolded section represents what the user will see.

Adding target=_blank after the url will make the link open into a new browser tab.

<a href=https://archive.org/details/ScreenlandDec1923 target=_blank>Internet Archive</a>

In the LUNA Library


Result in the LUNA Viewer

For a longer phrase

If you want to a longer phrase that displays fully in the Viewer, you will need to add target=_blank after the url and format the hyperlink with and additional paragraph tag <p>.

The link URL follows the href= and as shown below the bolded section represents what the user will see.

Adding target=_blank after the url will make the link open into a new browser tab.

<a href=http://www.lunaimaging.com target=_blank><p>The quick brown fox jumps over the lazy dog</p></a>


In the LUNA Library

In the LUNA Viewer