I have the following sample code:
<a href="http://example.com">
<p>...</p>
<img src="" />
</a>
Need to be able to copy text from p
tag. The problem that p
and img
inside a
and I can't select it.
I need exactly this HTML structure, as user should be able to copy link from that block. How can I do that?