Hi,
<style type="text/css">
A:HOVER
{
text-decoration : underline;
color : red;
}
</style>
wie schreibe ich das ganze oben direkt in einer Zeile bei href=""? etwa so:
<a href="" style="------">Test</a>
Danke
Sohail
Hi,
<style type="text/css">
A:HOVER
{
text-decoration : underline;
color : red;
}
</style>
wie schreibe ich das ganze oben direkt in einer Zeile bei href=""? etwa so:
<a href="" style="------">Test</a>
Danke
Sohail