<style>
.whatever {
background-color: transparent;
background-image: url(imgfilename);
background-attachment: scroll;
background-repeat: no-repeat;
/* Change following to 'right' instead of 'left' if you need it right aligned.
*/
background-position: left;
/* Change following to 'right' instead of 'left' if you need it right aligned.
*/
padding-left: 18px;
}
</style>
<body>
... Testing <a class="whatever" href="...">links</a>
</body>
I'll probably separate out the HTML stuff from this blog if there are too many of these HTML tips.