View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JLatham JLatham is offline
external usenet poster
 
Posts: 2,203
Default I need to replace a non printable character, A small white square

What are you copying from and to? I mean what applications? Excel? Notepad?
into what? An .htm file page?

If it's being copied to an .htm file, try replacing the non-printables with
the <br html tag - which is the equivalent of linefeed w/carriage return.
<br = Break. If you'r unfamiliar with html, you need to type all of that,
including the leading and trailing < symbols.

"Melissa" wrote:

I have a discription for an item i'm uploading on to my website. But it won't
upload the small white square or rectangle. I need to replace that item with
a hard enter. Anyone have any suggestions?