<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><SPAN><DIV>I figured out how to all-purpose-ify the image drag command.  Now with one command, it can handle multiple situations.  If you drag it:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Outside a selector/property (source.css): nothing happens</DIV><DIV>After a property (meta.property-value.css): inserts url('path/image.jpg')</DIV><DIV>Inside of empty parentheses in a property value: inserts 'path/image.jpg'</DIV><DIV>Inside of single quotes in a property value: inserts path/image.jpg</DIV><DIV>Inside a property list, outside a value: inserts a full background: shortcut tag.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Suggestions welcome.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Brett</DIV><DIV><BR class="khtml-block-placeholder"></DIV></SPAN></BODY></HTML>