hoi.,
heb deze css rules :
[/code]
<style>
.admin {
font-family: verdana;
font-size: 8pt;
color: darkblue;
text-decoration: none;
}
a.admin {
font-family: verdana;
font-size: 8pt;
color: darkblue;
text-decoration: none;
}
a.admin:HOVER {
font-family: verdana;
font-size: 8pt;
color: darkblue;
text-decoration: underline;
}
</style>
[/code]
als ik nu dit doe:
iemand enig idee??
(vraag staat in de [.code.] quote
)
Alvast bedankt..
heb deze css rules :
[/code]
<style>
.admin {
font-family: verdana;
font-size: 8pt;
color: darkblue;
text-decoration: none;
}
a.admin {
font-family: verdana;
font-size: 8pt;
color: darkblue;
text-decoration: none;
}
a.admin:HOVER {
font-family: verdana;
font-size: 8pt;
color: darkblue;
text-decoration: underline;
}
</style>
[/code]
als ik nu dit doe:
code:
1
2
3
4
| <div class='admin'>hoi allemaal dit is in de admin css style maar <a href='http://got.tweakers.net'>dit niet</a> hoe kan dat, want ik wil er voor zorgen dat ik geen class='admin' in <a href moet zetten.. Hoe doe ik dat??</div> |
iemand enig idee??
(vraag staat in de [.code.] quote
Alvast bedankt..