I know this is a
little off topic but I'm having problems trying to align images in columns in IE
6 and 7. Works great for Firfox, Opera etc. but I just can't get the
&$%#&# things to center in IE
td.center
{
text-align: center;
}
works for most
browsers
img.center
{
display:
block;
margin-left:
auto;
margin-right:
auto;
}
also works on
everything but IE
If anyone has
figured this out, please let me know....
Thanks

