Brett Patterson wrote: > The question, better explained is, using the above code, why do you have > to apply the CSS attribute, border: none;, to the image tag within the > anchor tag? Rather than using text-decoration: none;, to the anchor tag, > like you would use it to apply to an anchor tag with text in it to > remove the underline.
Because it is a border not an underline, and it is drawn around the image not the entire link. -- David Dorward <http://dorward.me.uk/> ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
