how can i get this kind of border :
with no border added to img , only with span or div
I don't know at all image width and I cannot know it (for a photo forum or members galleries with no size limit)
something like
Code:<div class="bord2"> <div class="bord1"> <img src="image.jpg" alt="" /> </div> </div> .bord1{ border:4px solid #ffffff;text-align:center; padding:30px;background-color:#dddddd;} .bord2{border:2px solid #000000;text-align:center;padding:0px;}
if you know how to do it ??
thank you




Reply With Quote
Adjust the border sizes and colors to suit your needs.

Bookmarks