Click to See Complete Forum and Search --> : Tables


bxgirl
03-19-2008, 07:57 PM
I have a table in my web page. I'm using css to apply borders. In IE the borders to the right of the table do not appear but they do in Firefox. How can I correct this? The following is the link to the html:

http://www.descargalatina.net/classBeta.html

Thanks!

KDLA
03-20-2008, 07:45 AM
You might fix some of these tags the validator found open:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.descargalatina.net%2FclassBeta.html

KDLA

bxgirl
03-20-2008, 07:38 PM
Thanks KDLA. I have made the necessary corrections. However, the borders to the right still do not appear in IE.

KDLA
03-21-2008, 06:58 AM
Try changing this:

#container {
width:760px;
margin:20px 5px 20px 5px;
background:#000000;
}