How to add short text line including linked external web address inside the footer in RW?

Hi RW fellows,

A question from a non-coder:

How to add short text line including linked external web address inside the footer - along with my client’s info (in my case: © 2019 Client / All rights reserved …)?
I’ve already added my client’s short text line in the “Project settings > General panel > Footer “ but don’t know how to insert a link inside the same text box.

This text line has to include both short text and an external link to my personal freelancer’s web site.

As far as I know, it is possible through “Project settings > Code panel “ or in “General pannel > Footer“ but would need some help with the appropriate code/syntaxis in order to insert it site-wide.
Any help would be appreciated :slight_smile:

Thank you,
Vess

You can just use HTML in the Footer settings.

© 2019 Client / All rights reserved / <a href="https://example.com">My freelance website</a>

3 Likes

Thank you, Neil, for the prompt reply!
It works perfectly, helped a lot!

Have a nice day :slight_smile:

1 Like

Hi Neil,

Is there any simple solution to open the linked external page in a “new window”.

In my case, after clicking the link I’m closing the main site.

Here is the case with the linked designer’s page in the footer:

http://test.lead.bio/

Thank you again,
Vess

You can use this: <a href="https://example.com/" target="_blank">Example</a>

You could also get your 2019 / year to update automatically by replacing with this:

<script>document.write(new Date().getFullYear());</script>

2 Likes

<script>document.write(new Date().getFullYear());</script>

Cool !.. Merci pour le code !.. @habitualshaker :wink:

Thank you, Stuart :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.