I want to append a <br />
to a particular class. Using the :after pseudo class simply displays <br />
as text.
Is there a way to make this work?
Edit:
It's internal for IE8 so browser issues aren't a problem... if I do
<span class="linebreakclass">cats are</span> brilliant
I want brilliant to appear on a new line...