different view in different browsers

liunx

Guest
I've noticed that in some browsers you can see &nbsp on the webpage. but I thought that was supposed to be invisible and I don't know any other way to put extra spaces between words.<br />
What is a better way to add extra space between words that will work for all browsers?<!--content-->Are you talking about non breaking spaces? I think you will find that you can see something like...<br />
<br />
nbsp;<br />
<br />
on some pages is because they usually haven't formed the tag correctly. The correct from is<br />
<br />
&nb sp;<br />
<br />
without the space between it. I think this is what you tried to show us, but typing it out you have created an extra space as this tag is legal to use in your posts. As far as I know there is no conflict with any browser except for human typo mistakes.<!--content-->You can use the pre tag to set any kind of spacing you want.<br />
<br />
Try: <br />
<br />
<pre> this can be formatted<br />
any way <br />
I <br />
want<br />
it<br />
</pre><!--content-->Well that sucks the spaces all got removed from my post.<br />
<br />
:O@ <br />
<br />
Cd&<!--content-->
 
Back
Top