Card with Link

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
atb
 
 
Posts: 33
Joined: Tue Jan 19, 2010 10:18 pm

Card with Link

Post 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
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Card with Link

Post 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.
User avatar
Fender
 
 
Posts: 127
Joined: Sun Oct 16, 2011 11:01 am

Re: Card with Link

Post 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!
Post Reply