D
D
Hi
Seem to have a wierd problem I'm hoping some one will be able to
awnser. I have the following css:
<style type="text/css">
table.info {
color:#00FF00;
font-family: arial;
font-size: 14px;
border-width: 4px;
border-spacing: ;
border-style: Solid;
border-color:#004400;
border-collapse: collapse;
}
table.info td {
border-width: 0px;
padding: 2px;
}
</style>
It all works fine, how ever if I use <link rel="stylesheet"
type="text/css" href="style.css" /> then the text colour, font and size
works but none of the table border effects take effect. Any one know
why this would be? I'm useing IE6 SP2 to view the page.
Thanks
Seem to have a wierd problem I'm hoping some one will be able to
awnser. I have the following css:
<style type="text/css">
table.info {
color:#00FF00;
font-family: arial;
font-size: 14px;
border-width: 4px;
border-spacing: ;
border-style: Solid;
border-color:#004400;
border-collapse: collapse;
}
table.info td {
border-width: 0px;
padding: 2px;
}
</style>
It all works fine, how ever if I use <link rel="stylesheet"
type="text/css" href="style.css" /> then the text colour, font and size
works but none of the table border effects take effect. Any one know
why this would be? I'm useing IE6 SP2 to view the page.
Thanks