Non-threaded

Forums » Newbie Central » Read Thread

Introduce yourself and get to know the community.

Few Questions

9 years ago

Read that you are supposed to type something instead of pressing enter (because of the code) but couldn't remember what!

So was wondering what code to put in instead of:
- Pressing Shift + Enter.
- Pressing Enter.
- Other useful things.

Thanks a heap!

Few Questions

9 years ago

I just use shift + enter, assuming I know what you mean.

Few Questions

9 years ago

Manage to figure it out, I meant if I just go shift enter
I would get a gap. (When I was writing a story anyways).

Just had to get rid of the gap in the break (in source).
Just enter works normally.

Few Questions

9 years ago

Oh, so you're trying not to separate your paragraphs at all? 

Few Questions

9 years ago

If you mean how to make paragraphs with scripting I'm sure it's '<p>' when you begin a paragraph and '</p>' when you end it.

Few Questions

9 years ago
<pre> and </pre> tags work, too, if you want to use preformatted text.

Few Questions

9 years ago

Thanks everyone!