-1

I want to be able to open my website and use some kind of firefox plugin to re-arrange some Html on the site by drag-and-drop and be able to use that modified source. I used to use a css plug-in but do not remember it anymore. Are there any cool tools or plugins avaiable?

Srikar Doddi
  • 15,499
  • 15
  • 65
  • 106

1 Answers1

1

It's not drag-and-drop, but Firebug will let you modify any web page in Firefox. You'll have to edit the HTML/CSS source directly, though; once you're done, you should be able to copy and paste into a text editor.

David Z
  • 128,184
  • 27
  • 255
  • 279