Vertical align lost in table cells when publishing to responsive HTML5
Hi there
I'm working on a very simple project with FM 2019: 1 page with 1 table using the default style "Format A".
The paratag "Cellbody" has "Cell vertical Aligment" set to "middle" and it works in Framemaker.

But when I export to responsive HTML5, FM sets the css vertical-align property to "top".

.td3 {
width:72.000pt;
border-top-style:solid;
border-top-width:1px;
border-top-color:#000000;
border-right-style:solid;
border-right-width:1px;
border-right-color:#000000;
border-bottom-style:double;
border-bottom-width:3px;
border-bottom-color:#000000;
vertical-align:top;
padding-left:6.00pt;
padding-top:3.00pt;
padding-right:6.00pt;
padding-bottom:3.00pt;
}
Am I missing some point? Is this a bug?
Thaks a lot for your time
