Forum Moderators: open
Here's a small example:
original text:
TABLE border=0 class=tab cellspacing=0 cellpadding=5 align=center>
<TR bgcolor="#dddddd">
<TD nowrap>Edit Material</TD>
<TD nowrap>ID</TD>
<TD nowrap>Number</TD>
<TD nowrap>Name</TD>
<TD nowrap>Unit</TD>
<TD nowrap>Length</TD>
<TD nowrap>Width</TD>
<TD nowrap>Height</TD>
<TD nowrap>Price</TD>
<TD nowrap>Comments</TD>
<TD nowrap>Delete</TD>
After paste:
TABLE border=0 class=tab cellspacing=0 cellpadding=5 align=center>
<TR bgcolor="#dddddd">
<TD nowrap>Edit Material</TD>
<TD nowrap>ID</TD>
<TD nowrap>Number</TD>
<TD nowrap>Name</TD>
<TD nowrap>Unit</TD>
<TD nowrap>Length</TD>
<TD nowrap>Width</TD>
<TD nowrap>Height</TD>
<TD nowrap>Price</TD>
<TD nowrap>Comments</TD>
<TD nowrap>Delete</TD>
Any help for this moron?
(me)
Then when you paste, dreamweaver is also putting those on the end too, so you end up with 2.
How you would solve that I'm not sure, may be play around with the settings in notepad wrap/nowrap or something?
The original text was created using Edit Plus.
I thought Notepad always stripped CR's.