Hello,
Does anonone know how to place a border around an image or several imagaes of different sizes. I seem to get a border that expands beyond the images left and right sides until it reaches the table border that the images are contained in.
If the images (thumbnails) are of the same size, I can use margin and padding to get the border to fit snugly around the image. But if the images are of different sizes then either the border will dissapear behind an image or the border grows beyond the image boundary.
grateful for any help.
You can add the border to
You can add the border to your images in the stylesheet by adding the border property to the img tag.
See http://scrapsville.com/example.html
Here's the code for the page:
Another Layout
img {border: solid #CC6600 1px;}
To add space between the image and the border, adjust the padding in the img tag.
Thank you
Thank you for the tip:)
dahliorse