[Solved] It seems impossible to have 2 blank lines between p tags Without modification of the original elements
Ok, let’s get back to html basics, probably it’ll help! First of all, a p tag is a block element that contains inline elements. Short tutorial here: http://www.webdesignfromscratch.com/html-css/css-block-and-inline/ So p is a paragraph, and br means a line breaks. In fact, you divides your content in paragraph, and sometimes your need to change line with … Read more