A little less than a year ago I had to replace my main "workhorse" computer. Which was basic, XP, but I did all my typing letters, posting, emails, etc. at it. I got a nice refurb Lenovo with Win 7 HP x64. Been real happy with that. But I have one glitch that I have not been able to find an answer for. Often, when I copy and then paste into a form in IE (11), I get random extra spaces at the front of the line. For example, the ad I put on Craigslist is just 3 lines of text, with a blank line in between each of the 3. The first line pastes fine. But the 2nd & 3rd line each have an extra space at the front of the lines. When originally typed, each line of text had a hard return at the end of the line. This anomaly pops up in other places, but always when I paste text into a form.
If anyone knows the cause and a fix, it would be greatly appreciated.
IE 11, Windows 7, Copy/Paste
-
Qui-Gon John
- Advanced Member
- Posts: 695
- Joined: Sat Nov 04, 2000 12:00 am
- Location: Spring Hill, FL
What is the source of the text ? Notepad usually clears up all extra formatting that could be the culprit, try pasting in Notepad, then copy from there into the form and see if it works.
If not, note that there is a difference between the way DOS/Windows and Linux/Unix terminate lines. Windows uses carriage return and line feed "\r\n", while Linux uses just line feed "\n". This may cause some differences, i.e. extra line or space depending on the processing at the destination. This is a less likely scenario though, it's probably just some extra formatting of your source text left from your text editor.
If not, note that there is a difference between the way DOS/Windows and Linux/Unix terminate lines. Windows uses carriage return and line feed "\r\n", while Linux uses just line feed "\n". This may cause some differences, i.e. extra line or space depending on the processing at the destination. This is a less likely scenario though, it's probably just some extra formatting of your source text left from your text editor.
-
Qui-Gon John
- Advanced Member
- Posts: 695
- Joined: Sat Nov 04, 2000 12:00 am
- Location: Spring Hill, FL