We're trying to get some simple text to center inside of a table. The text is viewed through a simple javascipt scroller. Both Firefox and Safari work perfectly, but IE is right aligning when any centering tags are used
The table uses CSS so I have tried "
Text-align: center;" but that doesn't work either in IE. I have also tried "
Text-align: justify; " and simple
<center> tags and "
align="center" with no joy. Why does IE do this? More importantly, how should we correct it?