the curious incident of the copying conundrum
October 6, 2005 7:29 AM
Subscribe
is there a reason why effing windows copies text formatting when i simply Ctrl+C?
I'm trying to do some web design on somebody else's computer (on microsoft script editor), and when i copy something from firefox to paste in ms7, it adds tag information. when i copy from word, it adds a whole shitload of information like font formatting, etc; i just want to copy the text -- is that too much to ask?
posted by yonation to computers & internet (20 comments total)
Windows stores multiple copies of the data on the clipboard in difrent formats, and programs can specify what data they want to recive. So if a program asks for text, it gets text. If it says it can handle HTML, it gets HTML.
if you use notepad, you'll get only the text. Open up a copy of notepad (Start | Run... | type 'notepad' | hit OK), or go to (Start | Programs | Accessories | Notepad ).
Copy from the web page, paste into Notepad, and then copy the text back out of notepad and into script editor, or just write your web pages in notepad.
posted by delmoi at 7:34 AM on October 6, 2005