Error when changing the height of a row in a table
-
When I use a table and try to change the height of any row, the height of the tr tag is incorrect.
This is what I have before changing the height
<tr style="height: 1052px;"> <td style="height: 1053px;">
This is what I got after dragging the line with mouse
<tr style="height: 1052px;"> <td style="height: 850px;">
This is what I would expect
<tr style="height: 850px;"> <td style="height: 850px;">
I have to change it in text view to make the change visible in front end.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error when changing the height of a row in a table’ is closed to new replies.