Have you tried using CSS to put a border directly around the image itself?

for example, if your html is like this:

<div class="photo"><img src="" alt="me at the beach"></div>

then your css could be as follows:

.photo img { border: 2px solid pink; }

Good luck!

On 11/16/05, csslist < [EMAIL PROTECTED]> wrote:
I have a div that shows phots dynamically that are different sizes and would like to throw a 1px border aound them, I can't seem to get them to hug the photo, anyone got any good tricks for this?

tia



Reply via email to