How to create a border image?
I am trying to create an image border with the following:
background-colo开发者_JAVA技巧r: #FFFFFF; border: 1px solid #CCCCCC; padding: 5px;
The image shows the border but takes up all the space to the right. So instead of the border enclosing the image, the border extends to the white space on the right... what can i do to fix it...
Apply the border to the image itself, rather than a container around the image.
精彩评论