Site News html or clickable links

For general discussion of the Poker Mavens software
Post Reply
tslaftw
Posts: 12
Joined: Fri May 01, 2020 12:21 pm

Site News html or clickable links

Post by tslaftw »

Is there a way to make text in the Site News clickable or even able to be copy-pasted?

Currently it loads almost like an image and has no interaction.

It would be nice so we can include links to FAQs, payments, Zoom info, etc.

Thanks
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Site News html or clickable links

Post by Kent Briggs »

Players can use the Save button to make the text copy/paste/save-able. You can use html markup like this:

Code: Select all

<a href="http://www.example.com" target="_blank"><u>Click here</u></a>
Always use that target attribute to open a new tab/window. Otherwise the client will be replaced by the new URL.
tslaftw
Posts: 12
Joined: Fri May 01, 2020 12:21 pm

Re: Site News html or clickable links

Post by tslaftw »

Perfect, the ability to do html markup was exactly what I was looking for.

Thanks!
Post Reply