Skip to main content

HTML Guide

The “valign” attribute on the “td” element is obsolete. Use CSS instead.

<td> elements no longer accept a valign attribute. This can be achieved using CSS like this:

<td style="vertical-align:middle;">content</td>

Related W3C validator issues