-
From what I can tell there is an extra line break being inserted after the player code. This is a particular problem for people like myself who like to butt up a banner to the bottom of the player. Previously we solved this issue with some common CSS ( #content .flowplayer { margin: 0 auto; }) but that doesn’t work any longer and doesn’t eliminate the line break.
This seems to happen when you have auto buffering enabled. You don’t see the line break in the editor but you’ll see it in the source code.
I’ve turned auto buffering back off but is this something we can fix?