Something probably simple but I'm still grappling with CSS...
I'm trying to put a border along the bottom of a table and am using the
following as its class.
TABLE.jedheader {
width: 100%;
border-bottom-style: solid ;
border-bottom-color: black;
border-bottom-width: 2px;
}
An example is here - http://www.jedsite.info/content/test.html
What am I doing wrong?
TTFN
Whisper
I'm trying to put a border along the bottom of a table and am using the
following as its class.
TABLE.jedheader {
width: 100%;
border-bottom-style: solid ;
border-bottom-color: black;
border-bottom-width: 2px;
}
An example is here - http://www.jedsite.info/content/test.html
What am I doing wrong?
TTFN
Whisper
Comment