Linking to Your PastPerfect Online Site
Concept
Linking your organization's website to your new PastPerfect Online site
is a great way to encourage web visitors to explore the collection. You'll
need access to the content on your website in order to add a link. This
can be a simple text link or custom stylized button or image. Below are
the basic formats for creating a link with text and a link with an image.
- To create a link using text use the format below. Replace the italicized
section with your PPO Site Address as listed on your Welcome Letter
and the bold section with what you want your link to say.
<a href="https://demo.pastperfectonline.com/">Explore
our Collections</a>
- To create a link using an image use the format below. Replace the
italicized section with your PPO Site Address as listed on your Welcome
Letter, the underlined section with your image file location, and
the bold section with what you want your image's alternate text to
say.
<a href="https://demo.pastperfectonline.com/"><img
src="MuseumImages/MuseumLogo.jpg" alt="Explore
our Collections"></a>
If you do not have a working knowledge of HTML and CSS, we suggest
you speak with your organization's website manager about adding this link
to your homepage.
References