Forum Moderators: not2easy
#sidebar nostyle li a {
display:block;
line-height:160%;
padding:0px 0 0px 0;
color:#222;
background:#C0C0C0;
border-bottom:1px solid #464646;
But now I don't know how to call this, I tried this but didn't see any difference:
<span class="nostyle">#*$!xx </span>
Any advice is appreciated.
<... class="nostyle">...</...>
.nostyle {
...
}
note the dot.
Read more about it here:
[w3.org...]