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?
Asked
Active
Viewed 488 times
1 Answers
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
-
Firebug is one of those tools that you use once and wonder how you ever got things done without it. – James McMahon May 02 '09 at 01:24