table align attribute is deprecated Web Standard

Description

The table align attribute is deprecated in HTML 4.01.

Help

Replace the align attribute with CSS. Use float: left or float: right to wrap text around the table, or margin-left: auto; margin-right: auto to center it.

Applicable standards

Change history

  • 4.0 Jun 2010 Priority lowered to 3.
  • 1.0 Feb 2007 Added.

This page describes a web site issue detected by SortSite Desktop and OnDemand Suite.

Rule ID: W3cDeprTableAlign