View Full Version : < and > is there one for spaces?


Tynesha
09-05-2004, 07:18 PM
you can use &lt; and &gt; for the < and > but is there something like that for spaces? like putting multiple spaces somewhere? or one for putting in a 'tab' spacing?

beautifull
09-05-2004, 07:26 PM
whut?

Tynesha
09-05-2004, 07:31 PM
you use &lt; and &gt; on your site when you are giving HTML to someone or something like that. It's a code for < and >. I want to know if there is a code to make just a space... like when you press the space bar? When I put more then one space in my html, when I load it, it shows as only one, so I wanna know if there is a way to make all the spaces show.

bigolblob
09-05-2004, 07:41 PM
&nbsp; :)

Nicola
09-05-2004, 07:42 PM
You use &nbsp for spaces

Nic xXx

Nicola
09-05-2004, 07:53 PM
Ooops u got there 1st !!!

Nic xXx

Tynesha
09-05-2004, 09:06 PM
Thanks both of you :D