Tips --table td table content is centered vertically method

Tips -table td table content is centered vertically method

When writing the front page, when the table layout form most likely to encounter is the content within the cells can not centered, but can not write high line, you can use the following methods:

table td {
    vertical-align: middle!important;
}

vertical-align attribute of the element of the vertical alignment.
! important to enhance the application of the rules of priority specified style.
Is not compatible with the following browsers and IE6! Important, For compatible IE6 and below, we need to consider compatibility issues!

If different, welcome message corrections!

Published 18 original articles · won praise 4 · Views 571

Guess you like

Origin blog.csdn.net/weixin_45538576/article/details/103136569