What Function?

Solved
-Jeff- Posted messages 34 Status Member -  
 Helif -
Hello there!

Well, I would like to know what   means?

I saw it in an HTML code for creating a guestbook. I searched for what it meant but I couldn't find it. It would be nice if someone could clearly explain it to me. Thank you.

3 answers

  1. Gihef Posted messages 5165 Status Contributor 2 781
     
      is a non-breaking space, meaning it cannot be broken, keeping the surrounding text glued together.

    Therefore, if two words are separated by an   when they are at the end of a line and there isn't enough space for one to remain on that line, both words move to the next line.
    This is also useful for “:” for example. So that it doesn't end up alone on a line.

    For example, without  : here we are on a well-known forum, the forum of How it works in computing
    For example, with 3  : here we are on a well-known forum, the forum of How it works in computing

    322
    1. kyue
       
      Well, almost a year after the opening of this post, Gihef, your explanation helped me a lot :)
      16
    2. bridge
       
      thank you for your clarity!!!!!!!!!!!!
      7