Re: Add Border to Images - Please
>I have searched all over and I CAN'T BELIEVE there isn't an easy way to add
>a
> simple border to pictures. Not a pattern, but a simple border like a 1
> pixel
> all around color that goes on the inside,
In a webpage, you can do this without Fireworks by adding "img { border: 1px
#000 solid; }" to your stylesheet.
That affects all images on the page.
Or you can target specific images via classes or ids.
--
Regards
John Waller
|