I open a html file and make some changes then save it and when i open it in notepad++ it looks fine but in notepad its all saved on 1 line and the formatting is messed up. How can i resolve this issue? thx.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What kind of newlines does the file use? Try View/Show End Of Line so you can see them. I think Notepad requires lines to end in CR LF, not just CR or LF. If it's using one of those, try Format/Convert To Windows Format.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I open a html file and make some changes then save it and when i open it in notepad++ it looks fine but in notepad its all saved on 1 line and the formatting is messed up. How can i resolve this issue? thx.
What kind of newlines does the file use? Try View/Show End Of Line so you can see them. I think Notepad requires lines to end in CR LF, not just CR or LF. If it's using one of those, try Format/Convert To Windows Format.