I’ve got a paragraph with a link at the end of it like so:
<p>Some text, blah blah blah</p>
<a href="#">... read more</a>
This will end up rendering like this:
Some text, blah blah blah
… read more
Except I want it to render like so:
Some text, blah blah blah … read more
Is there any way of doing this without placing the link inside the paragraph? I’ve wracked my brains for a few minutes and tried a few things but I’m getting nowhere.
You could use a bit of css to say: