Feb. 2, 2009
10:41 a.m.
Thanks, the simple way worked great.
On Feb 1, 2009 10:29 PM, "Ben Klein" <shacklein(a)gmail.com> wrote:
2009/2/2 Dan Kegel <dank(a)kegel.com>:
> On Sun, Feb 1, 2009 at 9:48 AM, Dan Kegel <dank(a)kegel.com> wrote: >> I'm
going to be giving a Wine...
1) Most simple way:
img { border: none }
2) More advanced:
img:link, img:visited { border: none }
Method 1 removes borders on all images as the default. Method 2
restricts removing the borders to hyperlinks.
> Thanks for the suggestions, I'll try the apps everybody > suggested (and
the autohotkey script) s...