Kemal
Newbie
Posts: 1
Registered: 1/19/2004
Member Is Offline
|
| posted on 1/26/2004 at 01:25 PM |
|
|
CSS issue
in HTML file I write the following and it works fine:
<TABLE style="WIDTH: 500px; HEIGHT: 800px" borderColor="navy" borderColorDark="navy" align="center"
borderColorLight="white" border="1" frame="void">
However in CSS file to achieve the same result I write the following and call it from HTML file by class="table" but it does not work like
the one in HTML file:
.table {
WIDTH: 500px; HEIGHT: 800px;
borderColor: navy;
borderColorDark: navy;
align: center;
borderColorLight: white;
border:1;
frame:void
}
Where do I go wrong??? I use IE 6.0
Thanx
Kemal
|
|
|
axew3
Junior Member
Posts: 6
Registered: 10/28/2004
Member Is Offline
|
| posted on 11/10/2004 at 02:04 PM |
|
|
i really hope you at this time have solve the problem ... 10 month later ... if not, i can give you the very easy solution .... :)
|
|
|