• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how do u do spaces in html??

weezergirl

Diamond Member
I always forget this and I can never find it online. it's like <&nspb> or something like that? anyone know what i'm talking about??
 
&-nbsp: <---replace that colon with semicolon and remove the dash, fusetalk won't allow it. geez

non-breaking space.
 


<< Whoa, how come my & nbsp gets replaced?

Minus the space obviously...

???

Viper GTS
>>



because the browser treats a & nbsp as a space. I don't think Fusetalk changes the & nsbp into a non HTML code type version, so the browser sees what it thinks should be a space
 


<< what is the semicolon for? i just did it without and it works fine.... >>

Odd, I've always had to use <& nbsp ;> (without the spaces, obviously) to get a no break space. I'll have to try it without.

ZV
 


<<

<< what is the semicolon for? i just did it without and it works fine.... >>

Odd, I've always had to use <& nbsp ;> (without the spaces, obviously) to get a no break space. I'll have to try it without.

ZV
>>



It works fine in what? Internet Explorer? IE is *VERY* forgiving about missing tags and improper syntax. The semicolon afterward is proper HTML spec, and if you don't do it, Netscape (at least older versions) might not output what you'd expect. Or Opera. Or old IE.

W3C Entity List
 
Back
Top