The OSC SciPortal
HTML Page Construction

For additional information see: http://www.w3.org/TR/html4/cover.html

Use of the ALIGN attribute within block-level HTML elements is DEPRECATED.

In styles/standard.css has three defined classes to handle align tag attributes:
Defined Classes

.left
.center
.right
usage:

<p class="...
<div class="...
<table class="....
It is still valid to use "align" and "valign" within table cell elements like
<td align="..." valign="...">
or within <th>, <thead>, etc...
In addition:
HTML 4 XHTML
<br> ---><<br />