Username:
Password:
Stay logged in

Making space between paragraphs

ForumsHelp Me → Making space between paragraphs

Making space between paragraphs

#253020 Posted on 2022-02-18 13:23:03

So with my new HTML, I can't have automatic lines on, so how can I make spaces between paragraphs? if I just use enter it doesn't work lol

This may be really simple and im just missing something, thanks in advance!

Last edited on 2022-02-18 at 13:30:09 by marlu


0 members like this post.

Posted By

Virtigoe
#132094


Member is Offline
147 forum posts
Send A Message

#253041 Posted on 2022-02-18 15:14:06

in HTML you use < p > to make a paragraph, like this:

< p >This is a paragraph.< p >
< p >This is a 2nd paragraph.< p >
without spaces

you don't have to write them on separate lines, you can just type it all in one paragraph and use

to separate words however you want. i just like keeping my paragraphs on different lines so i can see them better lol.

Last edited on 2022-02-18 at 15:27:13 by Forgotten Land (Bubbles)


0 members like this post.

member signature

Posted By

forgottenland
#121399


Member is Offline
1616 forum posts
Send A Message

#253042 Posted on 2022-02-18 15:15:19

Yeah like thisĀ 


But if I do that in the boxes it makes it all one jumble of words :(

So

Instead

Of

This

It's
This
Instead
:)


0 members like this post.

Posted By

Virtigoe
#132094


Member is Offline
147 forum posts
Send A Message

#253043 Posted on 2022-02-18 15:24:34

you can do either < p > for a paragraph or < br > for a break

if you want it to break big like that every single line you'll have to add < p > in every single line. html doesnt break big like how it does when making posts in the forums

Last edited on 2022-02-18 at 15:26:01 by wey


0 members like this post.

member signature

Posted By

wey
#94343


Member is Offline
3498 forum posts
Send A Message

#253044 Posted on 2022-02-18 15:43:41

Ah, thanks wey!


0 members like this post.

Posted By

Virtigoe
#132094


Member is Offline
147 forum posts
Send A Message