Posted by Mark Parnell on 12/08/05 01:40
Deciding to do something for the good of humanity, Jeff
<it_consultant1@hotmail.com.NOSPAM> spouted in alt.html:
> Hello
G'day.
> How shall an anchor be specified if this anchor shall have both a background
> image and Text.
In your CSS:
a:link.someclass { background-image: url('link/to/image.gif'); }
In your HTML:
<a href="page.html" class="someclass">Link text</a>
--
Mark Parnell
http://clarkecomputers.com.au
Navigation:
[Reply to this message]
|