Viki
10-02-2004, 04:13 AM
Hi,
I have given link to an image [pic2.bmp]. Link is working fine, but the image boundry is coming in purple color? Whereas I do notw ant any color to omage boundy. Here is code:
<html>
<head>
<style type="text/css">
-->
#table1{
background-color: white;
position: absolute;
left: 0px;
top: 0px;
width: 1210;
height: 110px;
}
#pic1 img{
position: absolute;
width: 400;
left: 700px;
top:5px;
height: 79px;
}
#pic2 {
position: absolute;
left:5px;
top:89px;
}
-->
</style>
</head>
<body>
<div id="table1">
<table>
<td>
<div id ="pic1">
<img src="pic1.bmp">
</div>
</td>
<td>
<div id = "pic2">
<a href="http://www.yahoo.com" target ="main"><img src="pic2.bmp" height="45px" width="100px"></a>
</div>
</td>
</table>
</div>
</body>
</html>
I have given link to an image [pic2.bmp]. Link is working fine, but the image boundry is coming in purple color? Whereas I do notw ant any color to omage boundy. Here is code:
<html>
<head>
<style type="text/css">
-->
#table1{
background-color: white;
position: absolute;
left: 0px;
top: 0px;
width: 1210;
height: 110px;
}
#pic1 img{
position: absolute;
width: 400;
left: 700px;
top:5px;
height: 79px;
}
#pic2 {
position: absolute;
left:5px;
top:89px;
}
-->
</style>
</head>
<body>
<div id="table1">
<table>
<td>
<div id ="pic1">
<img src="pic1.bmp">
</div>
</td>
<td>
<div id = "pic2">
<a href="http://www.yahoo.com" target ="main"><img src="pic2.bmp" height="45px" width="100px"></a>
</div>
</td>
</table>
</div>
</body>
</html>