|
I wouldn't use align as an attribute: it's styling.
While others are far better than I at CSS, I usually surround the element to be centered by a div with style="text-align:center" and then make the element itself style="text-align:left;margin 0 auto;" -- it usually gives me the most cross-compatibility. (IE uses the text-align:center and others use the margins.)
__________________
Jeremy Miller
Please login or register to view this content. Registration is FREE
|