IsabelaFernandez Posted December 19, 2018 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Share Posted December 19, 2018 Hello community, I would like to know what code I use to post a link in the patch, for example: "google.com" file notice.html https://pastebin.com/B7dTq20f Quote Link to comment Share on other sites More sharing options...
1 iwillnot Posted December 19, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 51 Reputation: 23 Joined: 04/28/12 Last Seen: April 22, 2022 Share Posted December 19, 2018 (edited) You're talking about hyperlinks in the programming language HTML. <a href="https://www.google.com">Click me to go to Google</a> Good luck! Note: Also, this thread should be under Third Party Programs Support, not Client Support. Edited December 19, 2018 by iwillnot 1 Quote Link to comment Share on other sites More sharing options...
1 Chaos92 Posted December 20, 2018 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1827 Reputation: 288 Joined: 08/03/12 Last Seen: 2 hours ago Share Posted December 20, 2018 for open in new tab hyperlink : <a href="https://www.google.com" target="_blank">Click me to go to Google</a> Quote Link to comment Share on other sites More sharing options...
0 IsabelaFernandez Posted December 19, 2018 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Author Share Posted December 19, 2018 2 hours ago, iwillnot said: You're talking about hyperlinks in the programming language HTML. <a href="https://www.google.com">Click me to go to Google</a> Good luck! Note: Also, this thread should be under Third Party Programs Support, not Client Support. Thank you, it was helpful sorry for posting in wrong area Quote Link to comment Share on other sites More sharing options...
Question
IsabelaFernandez
Hello community, I would like to know what code I use to post a link in the patch, for example: "google.com"
file notice.html
https://pastebin.com/B7dTq20f
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.