Jump to content

How to start a new Paragraph


GPS-Hermit

Recommended Posts

12 minutes ago, GPS-Hermit said:

In my cache page, When i hit enter to start a new paragraph it looks right then when I save it - the new paragraph get tacked onto the Previous one with no indention or line spacing. I am not HTML literate. Can this be done without HTML! If so how do I do it!

On each paragraph, just put <p> at the start of it and </p> at the end of it.

Link to comment

You can also do two <br/> tags.

Or you could confuse developers like me and use <span> tags and use CSS to make them block-level elements for no apparent reason.  Or you could put each paragraph in a <div>, though that's not the use for them.  Or just stick everything in a <pre> if you're not using HTML and make people wonder.  This entire paragraph contains bad ideas, added moreso for my enjoyment of making a joke.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...