How to make a border for a image using HTML

2008-04-30


in CSS file:

_** img { border:none; }

.photo-border { border:1px solid #cecece; padding:4px; background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x; margin-bottom:5px; display:block; } **_

in Code file:

**<asp:Image ID="Image1" runat="server" CssClass="photo-float-left photo-border"  Height="124px" ImageUrl="~/images/homeStaff.JPG"   Width="154px" /> **