Ferdinand Soethe wrote:
> Sorry for the wild goose chase. What I still don't know is why this
> doesn't work with my existing site (set up just a few weeks ago).
> Since stuff like this has happened a few times I almost feel like I
> should do all development on freshly seeded installations.
Found at least one culprit. At some point in my dispair I had
introduced an attribute border="none" in my table (which of course
does not exist in html) and that apparently gets transformed to
border="1" which ever way.
Silly me ...
Ferdinand Soethe