homer.j.simpson
02-23-2007, 04:53 PM
.para A {
color: rgb(0,255,0)
}
.
.
<body>
<p class="para">................</p>
<A href=".....">.....</A>
</body>
I have tried above syntax which i've seen in msn's css files but doesn't work. I'm quite new to css. Any idea why?
color: rgb(0,255,0)
}
.
.
<body>
<p class="para">................</p>
<A href=".....">.....</A>
</body>
I have tried above syntax which i've seen in msn's css files but doesn't work. I'm quite new to css. Any idea why?