My sympathies with going nuts :) - I had this same problem before. Here's the solution:

Thanks, just when one thinks *maybe* you're making some progress - then Bam! its good to have empathy and sympathy. I can't imagine saying to my client, well, i just spent three hours (not much exaggeration) trying to figure out how to make a link from that button! - and, obviously, i don't feel like this is the sort of thing that is chargeable. just gotta try to keep one's sense of humor - that's about all one can do. :)

You could change

a img,:link img,:visited img { border:1px solid black;  }
to
a img { border: none; }

which would remove the border from all images within links.

This is what I did, i wrote the list as fast as i could to say I'd figured it out but the mail crossed, i think.

Alternatively, you could assign that particular image/button an id or class:

<a class="imagebutton" href="decorating.htm"><img src="images/decorating-button.jpg" width="86" height="51" alt=""></a>

and use this css:

a#imagebutton img { border: none;}

this is what i was trying to do and couldn't get it right somehow! I'm going to re-visit it with your code just as a learning bit.

Thanks Anathema for seeing I had undohtml twice!  Geez - good eyes!

thanks again everyone.

Donna

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to