Table Background Color In Internet Explorer

I am curious why the table in the middle of the page has a black background color in IE but has a white background color in Safari. Can someone tell me why and show me a quick fix?

Thanks in advance!

I mean, you could set the td{} to background:#FFF.

Your code is a bit outdated though. You have a lot of HTML that could easily be moved to your CSS.

I am showing that I already have the td set to bgcolor=#fff. This must be what is outdated, correct?

All of that is outdated, yes. Along with bordercolor. Along with manu of those table HTML attributes.

Remove all your table attributes, and use them in CSS. You shouldn’t even need that td{} code.

Should just be able to set table{} background and be good.

Thanks Ryan!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.