View Single Post
Old 01-19-2014, 08:49 AM   #3
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,547
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
  is the same thing as  . If you delete them all, the vertical spacing they represent in your document will be lost (not that I recommend using them for vertical spacing).

It's not a question of "asking" for them. If you hit the return key in Book View to add vertical spacing, Sigil automatically generates the code:
Code:
<p>&#160;</p>
in code view.

Prior to v0.7.4 the same action would have created:
Code:
<p>&nbsp;</p>
There is no fundamental difference between the two when it comes to rendering.

Also: any unicode non-breaking space characters in your source document will be converted to &#160; when opened in Sigil. Any horizontal spacing that may have been achieved with consecutive non-breaking space characters will be lost if you delete all the &#160;s

Last edited by DiapDealer; 01-19-2014 at 09:03 AM.
DiapDealer is online now   Reply With Quote