I have a graphic at the bottom of each page of my Godaddy web site (www.therergllc.com). When I attach a link to the graphic a blue border appears. I don't understand CSS or HTML. Can someone (for a fee) walk me through the process of removing the border? Thanks, Moe
That may not be sufficient. Most (all?) browsers apply the border to images descended from links, i.e. *:link | visited | focus | hover | active A more robust solution is "a img {border: none;}". cheers, gary