I'm trying to find a way to allow really long text in an HTML link to wrap while containing the link in a compact rectangle.
Essentially, I want this:
with a really, really Here is some text long link that wraps and here is some more text. around in a rectangle
Instead of:
Here is some text with a really, really long link that wraps around in a rectangle and here is some more text.
How can I do this?