Quote:
Originally Posted by JustinThought
Of course, if one of the more experienced and knowledgeable users here finds an issue with that, I'm always willing to re-think my solution.
|
I think adding the no-break space into the mix is just a safeguard against quirky renderers that ignore empty paragraphs. <p><br/></p> should suffice for the vast, vast majority of devices/apps out there, but there could be a handful that will ignore even that. Not sure. I gave up trying to keep track, quite honestly.
For the most part, I avoid using any of the various empty-ish paragraph strategies for creating vertical space altogether. I use css and css classes instead.