vess
(Vess Lazarov)
3 July 2019 07:59
1
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
Thank you,
Vess
NeilUK
(Neil)
3 July 2019 08:28
2
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
vess
(Vess Lazarov)
3 July 2019 10:00
3
Thank you, Neil , for the prompt reply!
It works perfectly, helped a lot!
Have a nice day
1 Like
vess
(Vess Lazarov)
5 July 2019 07:22
4
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
system
(system)
Closed
4 August 2019 20:18
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.