How to set the url in forum to do nothing?

Off-topic posts of interest to the "Everything" community.
Post Reply
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

How to set the url in forum to do nothing?

Post by Stamimail »

Do nothing

Code: Select all

[url]Do nothing[/url]
I want the click to do nothing. I want just the style of a hyperlink.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to set the url in forum to do nothing?

Post by void »

Code: Select all

[rurl=#donothing]do nothing[/rurl]
do nothing
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: How to set the url in forum to do nothing?

Post by Stamimail »

Thanks.
I'll note that works only for LeftClick, not for MiddleClick.
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: How to set the url in forum to do nothing?

Post by NotNull »

Code: Select all

[color=#0066cc][u]do nothing[/u][/color]

do nothing
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: How to set the url in forum to do nothing?

Post by Stamimail »

It is interesting to see that if you check by a screen color picker, you'll see there are 3 types of blue here:
#5D8FBD
#368AD2
#0066CC
Post Reply