View Full Version : spaces?


tweezy
09-17-2003, 12:32 AM
ive been searching the site for about a half an hour now and i cant find out how to insert spaces into my html i cant figure out how but i know the spacebar doesnt work it just cancels out all but one space....so how do i do it? there has to be a way right?

Jared
09-17-2003, 12:40 AM
http://www.mcli.dist.maricopa.edu/tut/tut9.html

Go there a few lines down and look in the picture.

tweezy
09-17-2003, 12:47 AM
....hmm nice but is there by chance any other way of doing it? i dont mind using this and it would be great and all but i was just wondering if there was something like <br> for spaces

duckgirl
09-17-2003, 01:29 AM
Yeah. Just put &nbsp where you want spaces.... each &nbsp equals one space!

amicus
09-17-2003, 01:34 AM
don't forget to add the ';' after what duckgirl has. it'll look like this except without the space between the '&nbsp' and ';'.

&nbsp ;

tweezy
09-17-2003, 01:41 AM
THANKS GUYS THAT WAS WAT I WAS LOOKING FOR &nbsp ;