is changed to space when open a program !
Posted: Sun Sep 11, 2016 2:47 pm
I'm using some commands to add spaces in the text to make a more precise positioning.
When I run, all is fine. Then I save the program, and if I open the program in the EDIT page, all my was changed to blank spaces, and the program don't works as expected.
This is the original code that I saved:
This is the code after I open again the file saved:
When I run, all is fine. Then I save the program, and if I open the program in the EDIT page, all my was changed to blank spaces, and the program don't works as expected.
This is the original code that I saved:
Code: Select all
wprint |<h3><font color="RED"> R<font color="GREEN"> G<font color="BLUE"> B</h3>|
This is the code after I open again the file saved:
Code: Select all
wprint |<h3><font color="RED"> R<font color="GREEN"> G<font color="BLUE"> B</h3>|