I have a block with some fancy visual content that I don\'t want to change. I want to make it a clickable link. I\'m looking for something l
block with some fancy visual content that I don\'t want to change. I want to make it a clickable link. I\'m looking for something l
I\'m looking for something l
This is the simplest way.
Say, this is the div block I want to make clickable:
div
So put a href as follows:
href
Just consider the div block as a normal html element and enable the usual a href tag. It works on FF at least.