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>
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>