PDA

View Full Version : Annoying IE Border


Sunnah
01-31-2005, 08:57 AM
How do you get of the dotted border around links that IE has. This is the dynamic border not border="0". I have done this before but I forget it. I thikn it is done by setFocus in the <body>.

-=awpadmin=-

Sunnah
01-31-2005, 09:44 AM
Include the setFocus in the body.

[body] bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onclick="self.focus();"

-=sunnah=-