Page 1 of 1

Extra Lines in my PHP code

Posted: Fri Jan 02, 2009 11:42 am
by SheDesigns
I'm having an issue, where everytime I save my files, extra lines are added. At this point, there's about 20 blank lines between each line of code. It's driving me insane. The code is probably 800 or 900 lines, so to go through and delete each line one by one is just not doable.

If I replace blank spaces, it takes out all blank spaces. Any solutions??
I just want everything to be right underneath the line before, no lines in between.

Here's an example:

echo "</b></td></tr>";































































}

Re: Extra Lines in my PHP code

Posted: Fri Jan 02, 2009 12:02 pm
by Eran
Did you try to check your text editor configuration? or changing editors?

Re: Extra Lines in my PHP code

Posted: Fri Jan 02, 2009 2:27 pm
by Syntac
Looks to me like you have a sucky editor. Say, what OS are you using?