Help, Im really sick of using this lots of nbsps in my results page. Im just a beginner. Can you recommend me some techniques so that I will not be copy pasting this lots of nbsp just to get the space and line breaks I need.
while($row = mysql_fetch_array($result))
{
echo "Patient #:". " ". " ". " ". "&n...
Hi, when I make in my site, it displays a tiny line, which can be hidden on some elements because I'm usually using them on CSS buttons, but I have an if statement that says if this show the result if not show a non breaking space.
How do you reset the to display nothing?
Thanks.
...
May I know why my webpage have a blank like <br />
but after i add a the blank was lost.
...
I have an CSV export from an application, where the number values are formatted:
123[]456,78 where [] is a non-breaking space ( , ALT-0160, etc)
Excel is not accepting this as a valid thousands separator.
It will accept 123_456,78 where _ is a space, but not the non-breaking space character.
Short of changing the Regional Settin...
I have a java string with " " from a text file the program accesses with a Buffered Reader object. I have tried string.replaceAll(" ","") and it doesn't seem to work.
Any ideas?
cleaned = cleaned.replace(" "," ");
...
How can I use jquery to remove non-breaking spaces (nbsp) which appear between html elements?
So, for example, the following code is generated by a cms:
<div><span>content</span> <span>content</span></div>
I am able to target the elements using slectors.
The following page suggests an answer to remove normal whitespace, but no...