> Message: 20 > > I was thinking of using javascript to eliminate the dotted > > line around my links and images when they gain focus. > > onFocus=this.blur(); <snip> > A better way would be onClick instead of onFocus. > The people can still navigate around using [Tab] etc and you are happy > because the dotted lines don't appear when you click them. > > R.Livsey I appreciate the insight Thank You Kevin