How do I insert a non breaking space character in JSF page like I can in HTML using
? Is there such a tag in JSF?
The character entity prevents this from happening. When you insert the character between such words, it will render a space and will never let any of the words break into a new line.
Select Ctrl + Shift + Space on your keyboard to insert the nonbreaking space.
HTML Non-Breaking Space ( ) The simplest way to add a space in HTML (besides hitting the spacebar) is with the non-breaking space entity, written as or  .
How to make a non-breaking (or fixed) space in PowerPoint? To insert a fixed space in MS PowerPoint, you need to insert the appropriate character. This is done simply using the abbreviation alt+0160.
this will work
<h:outputText value=" " />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With