i don't mean line breaks like that.. .
what i mean is if i cut'n'paste code out of dreamweaver for instance with line feeds in the code. so its formatted source code. then i save that code in html editor all the line breaks disappear ..
eg
<td width="173" bgcolor="#c1cd1e">
<img src="i/p.jpg"/>
<img src="i/.jpg" />
becomes
<td width="173" bgcolor="#c1cd1e"><img src="i/p.jpg"/><img src="i/.jpg" />
as in the all the source code becomes 1 long line


