use & n b s p; to include a space character.
(remove the spaces between the characters.)
2007-11-04 16:37:09
·
answer #1
·
answered by BigRez 6
·
2⤊
1⤋
This Site Might Help You.
RE:
Does anyone know how to put a space in html code?
2015-08-06 20:19:19
·
answer #2
·
answered by Ashien 1
·
0⤊
0⤋
What if you want to put a return character in the HTML code that you don t want to show up as a space on the web page, say, for formatting purposes of your HTML code?
2016-03-24 13:53:16
·
answer #3
·
answered by Bill 1
·
0⤊
0⤋
Sure: the code is an ampersand followed by nbsp;
(that is, an & followed the letters "nbsp" followed by a semicolon). This is a non-breaking space.
2007-11-04 16:38:49
·
answer #4
·
answered by jgoulden 7
·
1⤊
2⤋
Put this on the code.
"& nbsp; " for a single space or
"& nbsp;& nbsp;" for 2 spaces
"& nbsp;& nbsp;& nbsp;" for 3 spaces
and so on and so fort. *** NOTE: Please delete the quotation marks and the space between "&" and "n" ("& nbsp;") It won't let me type the code only. Cause the yahoo recognize it as a code. hope this helps.
2007-11-04 16:44:18
·
answer #5
·
answered by Jay M 3
·
3⤊
1⤋
"& # 3 2 ;" without the quotes or the spaces, tried just typing it in, and it left a space.
2007-11-04 16:40:37
·
answer #6
·
answered by Mike W 7
·
0⤊
1⤋
just use
& nbsp;
all together without the space i used here between & and n, that's it.
2007-11-04 16:43:51
·
answer #7
·
answered by Dude 3
·
0⤊
1⤋
type
& nbsp;
entity for non breaking space
no space between the ampersand and the nbsp;
2007-11-04 16:36:44
·
answer #8
·
answered by Anonymous
·
1⤊
1⤋
simply type (& n b s p ; ) with out space... between any tow words . and you get a space between them.
2007-11-04 16:43:57
·
answer #9
·
answered by sonogoodluck 1
·
0⤊
1⤋