Remove 'Dotted' lines around links when clicked

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
Post Reply
User avatar
BaconFries
 
 
Posts: 5364
Joined: Thu Aug 16, 2007 7:32 pm

Re: Remove 'Dotted' lines around links when clicked

Post by BaconFries »

The code is only for images...I did give a solution to me for buttons in forms but you need to add this manually by adding to the Button HTML inside tag*

Code: Select all

onfocus="this.blur();" 
focus.gif
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Remove 'Dotted' lines around links when clicked

Post by Patrik iden »

OK, Do i ptu this code in the Contact page or in masterpage. I dont know but i tryed bouth and it dont work for me, in IE8
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Remove 'Dotted' lines around links when clicked

Post by Patrik iden »

aah, i'v got iy in the the button code of course :oops:
User avatar
BaconFries
 
 
Posts: 5364
Joined: Thu Aug 16, 2007 7:32 pm

Re: Remove 'Dotted' lines around links when clicked

Post by BaconFries »

You do not place it on the page it needs to be inserted into the button itself like below in image
butfocus.gif
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Remove 'Dotted' lines around links when clicked

Post by Patrik iden »

Got it Thank you.
Post Reply