Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search
4 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies
How come sometimes when you copy and paste from the Internet, you see little yellow boxes with a (Original Post) raccoon Jan 2014 OP
Need more info. ManiacJoe Jan 2014 #1
Copies from a webpage into a Word document. raccoon Jan 2014 #4
Surprised nobody has taken a bite yet PrestonLocke Jan 2014 #2
This would be my guess, too. ManiacJoe Jan 2014 #3

PrestonLocke

(217 posts)
2. Surprised nobody has taken a bite yet
Mon Jan 6, 2014, 06:01 PM
Jan 2014

EDIT: I see ManiacJoe got a response in while I was writing this.

What program are you pasting into?

What's happening, is when you're copying from the internet, you're getting a lot more than just the visible text. You're getting all the related HTML markup.

You can see the HTML yourself by right-clicking on a webpage and selecting "View Source" or "View Page Source" or something near that. If you're using Google Chrome or Firefox you can just press Ctrl+U.

So, when you copy from a webpage, you get all that added markup. This may include or not include styling and images among other bits of code. When you paste all that data into a text editor, it doesn't always know what to do with it. Depending on the editor you're using it may try to decode some of that HTML. Even if the text editor can parse the HTML, there are still bits of code requesting data from the server where the page you copied from was hosted. Obviously this can lead to funky results since the HTML is no longer on the server.

Depending on what text editor you're using, your mileage my vary, but this is the general idea behind what you're seeing.

Latest Discussions»Help & Search»Computer Help and Support»How come sometimes when y...