Hi,Another use case where prettyprinting means trouble:if you have a <td><img ... /></td> it get's pretty printed as:<td><img .. /></td>The extra line + space should'nt make a difference but a IE render bug will show extra space around the image (as if a <br> was added after the image).Ugly if you have sliced and image and 'stich' it back together inside a table in order to make 'rollovers'
In Kid if you don't put in the newline it won't appear. See http://lesscode.org/projects/kid/ticket/121
-- David

