HTML code used to add space between lines of text
-
I am trying to format the front page of this blog and I want to add additional space between blocks of text…….
I thought the HTML code for this was
but this code is not being translated when i update the information…… is there a different code that i can use?
any and all help greatly appreciated!
The blog I need help with is: (visible only to logged in users)
-
-
-
if i leave my edit page in HTML and not in visual the spacing i type is translated as i wrote it……. any reason for this?
-
-
a) To display code here, you need to enclose it in backticks (see below reply field).
b) I guess the code you were trying to show us is the br tag:
<br />
This is used for a line break, not for additional space.c) For extra space above or below a paragraph, you need to add top or bottom padding or margin; see here:
Formatting text pt. 1: blank lines, alignment, wrap-around, two columns
- The topic ‘HTML code used to add space between lines of text’ is closed to new replies.