i was trying to make that:
for this html:
but it didn't work.... the "simple" links have shown up with the regular style...
what is the problem?
Code:
.simple a:link, a:visited {
color: #eeeeee;
background-color: #b23600;
border-radius: 1px;
text-decoration: none;
}
a:link, a:visited {
color: #eeeeee;
background-color: #b23600;
border-radius: 1px;
text-decoration: none;
padding: 4px;
margin: 4px;
line-height: 300%;
}
for this html:
Code:
שם גם שקיות שעוזרות קצת לקחת בשר בלי שיתקלקל כל כך מהר. יש
באתר ynet <a class="simple" href="http://www.ynet.co.il/articles/0,7340,L-4513428,00.html">רשימה</a>
של קצביות נוספות שהם ממליצים עליהן.</li>
but it didn't work.... the "simple" links have shown up with the regular style...
what is the problem?