Hi,
1) when the formatting is applied to a style like:
tr.bigrow{
height:20px;
}
it changes to
tr .bigrow{
height:20px;
}
which often will not work.
2) the Key (Ctrl+Shift+F) for formatting the entire document isn’t chosen wisely, because this key normally in Eclipse is used to format a selection.
3) funny: this posting wasn’t possible without “Disable HTML in this post” – because otherwise the “height:20px” inside the style definition vanished while typing it.
regards. Jürgen