Hi,
I want to copy some text from a webpage by Ctrl-C, Ctrl-V and got a few lines from a single line in the page.
I tried to find out why by doing following steps:
1. View, Source, Ctrl-A, Ctrl-C, Open an empty text file by Notepad and Ctrl-V onto it. Save the text file as file1.htm (text Documents (*.txt))
I then simplified file1.htm, it became
<table>
<tr>
<td>
aaaaa
</td>
<td>
bbbbb
</td>
</tr>
</table>
2. I run file1.htm in IE and it displied
aaaa bbbb
3. I copy above text by Ctrl-C, then Ctrl-V onto a text file and got 3 lines
aaaa
(empty line)
bbbbb
4. I did Save As file1.htm to file2.htm (text Documents (*.txt)), run file2.htm in IE and it displied
aaaa bbbb
as the same as file1.htm. However when I copy above text by Ctrl-C and then Ctrl-V onto a text file, I got a single line
aaaa bbbb
I hope you can tell me why and tell me how to copy text from webpage one line to one line.
Thank you so much in advance!
I want to copy some text from a webpage by Ctrl-C, Ctrl-V and got a few lines from a single line in the page.
I tried to find out why by doing following steps:
1. View, Source, Ctrl-A, Ctrl-C, Open an empty text file by Notepad and Ctrl-V onto it. Save the text file as file1.htm (text Documents (*.txt))
I then simplified file1.htm, it became
<table>
<tr>
<td>
aaaaa
</td>
<td>
bbbbb
</td>
</tr>
</table>
2. I run file1.htm in IE and it displied
aaaa bbbb
3. I copy above text by Ctrl-C, then Ctrl-V onto a text file and got 3 lines
aaaa
(empty line)
bbbbb
4. I did Save As file1.htm to file2.htm (text Documents (*.txt)), run file2.htm in IE and it displied
aaaa bbbb
as the same as file1.htm. However when I copy above text by Ctrl-C and then Ctrl-V onto a text file, I got a single line
aaaa bbbb
I hope you can tell me why and tell me how to copy text from webpage one line to one line.
Thank you so much in advance!