How do I insert non breaking space character   in a JSF page?

前端 未结 11 1957
南旧
南旧 2020-12-12 20:44

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?

11条回答
  •  不思量自难忘°
    2020-12-12 21:27

    If your using the RichFaces library you can also use the tag rich:spacer which will add an "invisible" image with a given length and height. Usually much easier and prettier than to add tons of nbsp;.

    Where you want your space to show you simply add:

    
    

提交回复
热议问题