Disappearing spaces when copy reference
From SuperMemopedia
[edit] Question
On my desktop I use very convenient method of coping reference to next element. Recently I moved into laptop computer. After that something strange occurred. When I copy reference to the next element the leading spaces are lost. How to make SuperMemo not to delete this spaces?
[edit] Hint
- Those do not look like actual references (at least not in SM15). If so, you could have a peek at the HTML code to see how those elements differ. Probably all copy&paste is handled by Internet Explorer, not SuperMemo.
- adding or not adding NBSP might be the difference in Internet Explorer HTML processing at copy&paste
[edit] HTML
<HR SuperMemo> <FONT class=reference>nbsp;Developing SSIS Packages <BR>nbsp;Training Kit Exam 70-448 </FONT>
<HR SuperMemo> <FONT class=reference>Developing SSIS Packages <BR>Training Kit Exam 70-448 </FONT>
On the first original example there is nbsp (of course   – I delete ampersand to make   visible). On the second there isn't. SuperMemo or IE delete   on my notebook, but not on my desktop. What should be done to make this spaces always be in right place?