How do you do this in HTML?

lee_lee07770

New member
I need to have a paragraph on my page that I can space different spaces between words and have it save. I know there is an HTML tag that allows you to do that and saves it. For example:

I need:
<p> I need this paragraph to lo ok like this.... </p>

but of course once you run it it looks normal:
I need this paragraph to lo ok like this...

I need it to output like this:
I need this paragraph to lo ok like this....



What is the tag that does that?
I did try google and they were all fixed formatted spacing. Thanks for the link anyway. Perhaps I entered the wrong key words.
I don't want fixed formatting...and I guess yahoo answers delets white spaces on its own because when I sent this question it looked totally different. I don't want fixed spacing...I want to be able to type a paragraph and be able to space between two words 5 spaces and the next word space 2 spaces away...and maybe after the next word space 10 spaces for example without the HTML code automatically fixing it back to one space. I know the ways to make it so all words are spaced 5 or 2 or 10 spaces apart...but I want to be able to type and display "as is".
 
Back
Top