Hey, I often use the "Copy HTML" function from the DOM inspector. But it doesn't copy the exact HTML used in the source. For example empty DIV's lik :
<div class="a"></div> get copied into the clipboard as: <div class="a"/> An if you paste such HTML into your sorce it won't work properly. So I have to manually fix those /> on div's. And I can't do it by find&replace, becouse there are tags that have /> (img for example). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. 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/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
