there is some strange behaviour with hotkey code insertation.

if i have 
        
<select name="user_id" multiple="true">
          <option value=""></option>
        </select>


And try to insert some code, for example shift+ctrl+space
inside the value="[here]".

the code then transformse to:

        <select name="user_id" multiple="true">
&nbsp;          <option value=""></option>
        </select>


as you can see the &nbsp; jums to the start line, and sometimes the </select>
tag is simply deleted.

-- 
<http://forum.pspad.com/read.php?6,44790,44932>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem