I don’t understand why it happens, but after uploading and downloading files, via ftp, occasionally blank lines appear every other line in my code. I do however understand how to get rid of them with Dreamweaver.
Using the Find and Replace function (Ctrl+F)
Making sure that ‘use regular expression’ is checked
Find
[\r\n]{2,}Replace
\n
Then select ‘replace all’.


