I want to remove these rectangles from this notepad file. They appear after i edited the document using notepad++. plzz help prob

The file was written on one operating system such as MS-Windows and you are trying to view it on another os such as *nix. The only way to remove those rectangles is to translate the file from MS-Windows to *nix. MS-Windows uses two bytes as a line terminator -- "\r\n" while *nix and MAC only use one byte. Many file transfer programs will make that translation for you, but you can also do it yourself by writing a program that reads the file then remove the \r and finally rewrite it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.