View Full Version : Border Problem


Shaneo
05-29-2003, 05:30 AM
Can someone please tell me how/if i can get a border around an image thats not black. Say i wasnt it blue or something could i do that without css?

Or with CSS how do i class or something? Cause i only want this border one one image not all of them and when i put border="1" on anything on the page it goes red.. Oh it's so confusing.. Plz help :D

<style type="text/css">
<!--
input, image
{
color: #000000;
border-color: red;
border-width: 1}

-->
</style>

Lemon Squash
05-29-2003, 06:00 AM
<img src="pictureyouwant" style="border-color: colourofborder; border-width: 1px; border-style: solid">

Shaneo
06-02-2003, 02:34 AM
Thanks for the tip.. It works fine now :D