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
Card with Link
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Card with Link
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
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!
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!