D
|
dpdevil16 author 9/5/2011 |
Ok, I think have more information on this that might have answered my own question. When I analyze the HTML email source code, it appears as if a carriage return is being added after 1024 characters, so the space I'm seeing is actually a line break. I'm hoping that formatting the code by adding vbclrf's to each line will fix this problem for me. |
D
|
dpdevil16 author 9/5/2011 |
Ok, I think have more information on this that might have answered my own question. When I analyze the HTML email source code, it appears as if a carriage return is being added after 1024 characters, so the space I'm seeing is actually a line break. I'm hoping that formatting the code by adding vbclrf's to each line will fix this problem for me.
|