Somehow on my site, which I've been editting with Dreamweaver, pressing enter to start a new paragraph jumps down to the next line like it does in Microsoft Word, instead of jumping down a little extra to start a new paragraph the way it's supposed to look. To get that break between paragraphs, I've just been pressing enter twice. It might look something like this:
HTML Code:
<p>Hello everyone!</p>
<p> </p>
<p>Next paragraph, blah blah blah</p>
What's going on here? I thought simply doing
HTML Code:
<p>Hello everyone!</p>
<p>Next paragraph, blah blah blah</p>
would give that horizontal space between paragraphs by default, when in reality it will just start on the very next line down when I do it that way.
__________________
My name is Webb. Oh, the irony.
Please login or register to view this content. Registration is FREE - (It's just a baby)
|