Make a div linkable

is there a way within PG to make a div linkable. Using the visual tools?
Currently, I insert html

 <a href="http://example.com">
   <div>
      anything
   </div>
 </a>

Thanks

Using the library, I’d drag’n drop the link-element into the DOM first and then the DIV beyond. That’s how it would be the visual workflow in PG.

Cheers

Thomas

2 Likes

Let me check this.
Thank you very much Thomas.