それ以外の
<style> some css code</a>
そして使用する
<a href="mylink" class="some class">anchor</a>
私はこのようなものを使いたい:
<a href="mylink" style="something">anchor</a>
では、この css をそのような形式 (何か) に変換するにはどうすればよいでしょうか。
<style>
.twitterbird {
margin-bottom: 10px;
width: 160px;
height:160px;
display:block;
background:transparent url('twitterbird.png') center top no-repeat;
}
.twitterbird:hover {
background-image: url('twitterbird_hover.png');
}
</style>