Page 1 of 1

Card with Link

Posted: Tue May 26, 2020 7:21 pm
by atb
Hello
Is there a way to have a link cover the whole surface of a card?
At the moment I have an image in the card with a link which covers about 50% of it, but is there some way to have a link cover the whole surface of the card?

If its not possible with a card how else could it be done?

Cheers
atb

Re: Card with Link

Posted: Tue May 26, 2020 8:10 pm
by Pablo
There is currently no standard option for this. All elements of a cards are individual items. The card itself is just a container.

Re: Card with Link

Posted: Wed May 27, 2020 12:46 pm
by Fender
Insert in the html of your card in before tag <a href="https://www.example.com/"
style="text-decoration: none"> change example.com to your link!
Insert in after tag </a>
Now the entire card is a link.
Seen here;
www.css-tricks.com/snippets/jquery/make ... clickable/ past this in google search
and there you can read about it .
For some reason I could not insert the url in this post
When you don't insert style="text-decoration: none"> all your text will be underlined!