Quote:
Originally Posted by Jellby
Hackish, ugly solution that you should never use is creating "pseudo-paragraphs" with <span> and display:block, which you would use inside your framed <p> to simulate paragraphs.
Even if you don't use it, it's good to know it 
|
Honestly, I always found <p> hackish. <br> was a little simpler and got the job done better, especially if your rendering engine ignores CSS.