On Jul 22, 1:26 pm, Tim Gray <[email protected]> wrote: > On Jul 22, 2011 at 11:21 AM -0400, Steve Kalkwarf wrote: > > >As written, and tested during the beta cycle, dragging an image into an > >HTML document inserts complete and correct markup: > > ><img src="file://localhost/Users/kalkwarf/Pictures/Fabulous%20Dog.jpg" > >alt="Fabulous Dog.jpg" width="1280" height="960"> > > >If you are seeing different results, there is either a bug in the > >software, or a mis-aligned expectation. > > I don't have a dog in this fight, but for what it's worth, when I drag > an image file into an open html document in BBEdit 10, nothing happens.
It worked for me... I did the following: 1) Chose the menu option File->New->HTML Document... 2) Clicked OK 3) Typed the sentence "This is a document" with paragraph tags around it (I don't know if they get smushed in the Google Groups HTML interface, so I'm not including them here". 4) In the Finder, located a jpg file on my disk and dragged it to the point of the text after the preceding sentence. This appeared (I have deliberately omitted the angle brackets): img src="file://localhost/ Users/xxxxxxxxx/Documents/xxxxxxxx/sg-calltoaction-small.jpg" alt="sg- calltoaction-small.jpg" width="400" height="267" I'm running Lion and BBEdit 10. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
