HTML Clickable Links
Updated over a week ago

You need to use html codes in order to add clickable links to Notes on the homeowner report.

This is the basic html:

<a href="Enter URL Here">Title of Link Here</a>

<a href="http://www.example.com">Title of Link</a>

Replace the "example url" with the actual full url (link) address, and replace “Title of Link” with the desired title for the link -

Example 1

Live Link: <a href="http://snuggpro.com/webinars/training">Snugg Pro Free Training</a>

Front end result:

Example 2

ORNL Technology Fact Sheet: AIR SEALING

Front end result:

Did this answer your question?