Non breaking space does not render
Permalink
Hi,
Whenever I type '& n b s p ;' in the editor and submit - it is gone converted into regular blank space. What is the trick to preserve non-breaking-space entity in published pages?
Whenever I type '& n b s p ;' in the editor and submit - it is gone converted into regular blank space. What is the trick to preserve non-breaking-space entity in published pages?
If your talking about the content editor, you need to change the toolbar to 'Advanced' or 'Office' so that there is a button available to insert a non-breaking space. The button looks like an 'Enter' key with a diagonal line through it.
Well, actually I knew this feature already and the issue was not about C5 'scrapping off' NBSP but I forgot NBSP is becoming 'justified' in modern browsers. The solution was using (a bit risky) <nobr>& #x2005;</nobr> for non-breaking-non-adjustable space often necessary for appropriate visual effect.
Thank you anyway!
Thank you anyway!