Opening a link in a separate tab/window
There are times when it is best to open a link in a separate tab/window so that the customer does not lose their place on the Fawkes website.
Examples when links should open in a separate tab/window:
- To allow the customer to see an image that they can zoom in on
- To take the customer to an external website, such as a size guide on the brand’s own website
Add this code snippet to the anchor (<a>) tag:
To indicate that the link will open in a new tab/window, include a new page icon immediately after the link text by adding this code snippet after the link text and before the closing anchor (</a>) tag:
Example 1
A link to a third party website page
Screen shot:

Code:
Example 2
A link to open an image with resize (zoom) capabilities
Screen shot:

Code:
