anchor 태그에서 class가 안되는듯...
Posted: 2004 03 18 18:41 52
제가 제대로 몰라서 그러겠지만..
anchor 태그에서 class가 안되는듯합니다.
예를 들어
<head>
<style>
a.ex {
font-family:"굴림";
font-size:9pt;
color:"#000000";
text-decoration:none
}
</style>
</head>
<body>
<a href=# class=ex>example</a>
</body>
은 작동하질 않습니다.
하지만
<head>
<style>
a {
font-family:"굴림";
font-size:9pt;
color:"#000000";
text-decoration:none
}
</style>
</head>
<body>
<a href=#>example</a>
</body>
은 작동하더라구요..
class가 안되는거 아닌가해서요
anchor 태그에서 class가 안되는듯합니다.
예를 들어
<head>
<style>
a.ex {
font-family:"굴림";
font-size:9pt;
color:"#000000";
text-decoration:none
}
</style>
</head>
<body>
<a href=# class=ex>example</a>
</body>
은 작동하질 않습니다.
하지만
<head>
<style>
a {
font-family:"굴림";
font-size:9pt;
color:"#000000";
text-decoration:none
}
</style>
</head>
<body>
<a href=#>example</a>
</body>
은 작동하더라구요..
class가 안되는거 아닌가해서요