Exactly right.. <div> works fine. Thanks again for your assistance.
Thanks also to Majid for a similar response. Really appreciate your
taking the time to help.
Peter
> Actually.. good thing you mentioned that, I wasn't thinking of it not
working in terms of HTML.
<span> is an inline element and not a block level element. hence I don't
think span will actually apply the text-align style just as <span> won't
apply margin styles.
You should probably set the style using a <div> or in the <td> element.
Chad