> Just add a class attribute to the <img> tag : <img class="this_image"
> src="abc.gif" />
=============
Alternatively,
div.testme img
{
border: 1px solid red;
}
The above class will give all images in a div of class "testme" a solid red
1px border.
HTH,
Dan