[thelist] Re: cropping images or photography

Garth Hagerman hagerman at mcn.org
Fri May 28 15:44:45 CDT 2004


 >is it possible to easily place the image onto a
 >white background without distorting the white in the subject image

The easiest way to do this is with CSS. Something like:
img {
border: 5px solid white;
}

Or, you could add a thin black line around the outside:
img {
background-color: white;
padding: 5px;
border: 1px solid black;
}

You could do this in photoshop by using a white background layer, but 
I'm not sure why you'd want to.

        Hope this helps
        Garth


                            * * * * * * * * * * * * * * * *
                                my online portfolio

                           http://garthhagerman.com/



More information about the thelist mailing list