| View previous topic :: View next topic |
| Author |
Message |
aydeniz
Joined: 08 Jul 2009 Posts: 3 Location: England
|
Posted: Thu Jul 30, 2009 12:07 am Post subject: CSS Problem |
|
|
Hello;
I am using NetBeans 6.7 , trying to get my css work. I created my css under
"resources" folder and I add my css in my jsp files as follows:
<link href="/resources/MyCss.css" rel="stylesheet" type="text/css" />
But when I run my jsp files, everything comes up plain. I don't know where I am wrong..
For instance in my "MyCss.css" I have
.column
{
background-color: #B9DCDD;
border: #D5EAEA;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
and I use add this style as :
<table width="791" border="0" align="center" class="column">
any idea? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|