peachie-sakura
10-17-2006, 03:37 AM
what code would i use to put a border around my images in the CSS CODE? My site is http://rangercookies.puredev.ca/movies.php and i want to put a border around images like that:lolo: thank you
|
View Full Version : add a border for images in CSS code peachie-sakura 10-17-2006, 03:37 AM what code would i use to put a border around my images in the CSS CODE? My site is http://rangercookies.puredev.ca/movies.php and i want to put a border around images like that:lolo: thank you pb&j 10-17-2006, 04:29 AM you want to put a border around each individual image? or a group of them as seen on your sample? or other? peachie-sakura 10-17-2006, 02:18 PM i would like it so a border will apear around any image i post on my site:) Arwen 10-17-2006, 02:26 PM img { border: 1px solid #ffffff;} |