View Full Version : Very simple question...


halfblonde
05-23-2006, 06:34 PM
I need to know how to make a line break! I have looked everyone, but can't figure it out. Please help!

halfblonde

-_-
05-23-2006, 07:37 PM
You can use:

<br> = enter

<p> = new paragraph

and I think there's one more...

I always use <br> though.

Oh, and btw, the neopets HTML help is really helpful, it's what I used before I found this place. So if you've joined neopets, that's a good place to go.

Wermaus
05-24-2006, 12:34 PM
If you want to code XHTML valid, always close the <p>-tag at the end of your paragraph with </p>.
And you would have to use <br /> instead of <br>.

maco
05-24-2006, 07:20 PM
Don't type <p> to leave a blank space. <P> is a designator for a paragraph. The way that works is you put
<p>Blah blah blah my paragraph goes here lalalalala keep typing trying
to get a few lines in so it's an actual paragraph...dodododo what else can i
type here? i dont know....let's seee....
don't you just love stream-of-consciousness typing? it's so fun. it's like
Holden Caulfield in Catcher in the Rye...oooo Catcher in the Rye
is such an awesome book</p> <p> is not something to go at the end of a paragraph, it is something to start it. </p> is what ends the paragraph. If you want to leave a blank space, you do not use <p></p>, instead put <br> (or <br /> as Wermaus pointed out) twice.

spirited
05-25-2006, 12:52 AM
I often use <P>&nbsp;<P> to leave a large space, but yeah... <br> is best for just a regular old line break.

Way to confuse things, spirited! *shuffles away into silence*