View Full Version : Lines between images?


gatiso
09-29-2004, 11:14 PM
I got the spaces out of between my images, but for some reason, there is a line between them?

<html>
<head>
<script language="JavaScript" type="text/javascript">

img0_on = new Image(130,37);
img0_on.src="http://img2.exs.cx/img2/6529/Contact_over.gif";
img0_off = new Image(130,37);
img0_off.src="http://img2.exs.cx/img2/6206/Contact_orig.gif";

img1_on = new Image(111,37);
img1_on.src="http://img2.exs.cx/img2/6909/Events_over.gif";
img1_off = new Image(111,37);
img1_off.src="http://img2.exs.cx/img2/5911/Events_orig.gif";

img2_on = new Image(136,37);
img2_on.src="http://img76.exs.cx/img76/585/Positions_over.gif";
img2_off = new Image(136,37);
img2_off.src="http://img2.exs.cx/img2/5426/Positions_orig.gif";

img3_on = new Image(96,37);
img3_on.src="http://img76.exs.cx/img76/6484/Voting_over.gif";
img3_off = new Image(96,37);
img3_off.src="http://img2.exs.cx/img2/8046/Voting_orig.gif";

img4_on = new Image(91,37);
img4_on.src="http://img2.exs.cx/img2/1557/Crew_over.gif";
img4_off = new Image(91,37);
img4_off.src="http://img2.exs.cx/img2/4379/Crew_orig.gif";

img5_on = new Image(121,37);
img5_on.src="http://img76.exs.cx/img76/6581/Forums_over.gif";
img5_off = new Image(121,37);
img5_off.src="http://img39.exs.cx/img39/5918/Forums_orig.gif";

img6_on = new Image(66,37);
img6_on.src="http://img76.exs.cx/img76/6666/TDK_over.gif";
img6_off = new Image(66,37);
img6_off.src="http://img2.exs.cx/img2/6836/TDk_orig.gif";

function over_image(parm_name)
{
document[parm_name].src = eval(parm_name + "_on.src");
}
function off_image(parm_name)
{
document[parm_name].src = eval(parm_name + "_off.src");
}

</script>
<title>Shawn Mayer - The Dark Knights</title>
</head>
<!--http://img73.exs.cx/img73/4934/TDK322.png-->
<body bgcolor="red" bgimage="http://img5.exs.cx/img5/3017/TDK_F_GIF_40.gif" link="#000000" vlink="#000000" text="#000000">
<table width=100% cellpadding="2" cellspacing="2" border="0">
<tr width=100%>
<td>
<div align=center>
<font face="Copperplate Gothic Bold">
<b><u><h1>The Dark Knights</u></b></h1><br>
</font>
<!--BEGIN NAVBAR-->
<a href="index.html" onmouseover="over_image('img6');" onmouseout="off_image('img6')"><img src="http://img2.exs.cx/img2/6836/TDk_orig.gif" border="0" name="img6" hpsace="0" vspace="0"></a><a href="crew.html" onmouseover="over_image('img4');" onmouseout="off_image('img4')"><img src="http://img2.exs.cx/img2/4379/Crew_orig.gif" border="0" name="img4" hpsace="0" vspace="0"></a><a href="Positions.html" onmouseover="over_image('img2');" onmouseout="off_image('img2')"><img src="http://img2.exs.cx/img2/5426/Positions_orig.gif" border="0" name="img2" hpsace="0" vspace="0"></a><a href="Events.html" onmouseover="over_image('img1');" onmouseout="off_image('img1')"><img src="http://img2.exs.cx/img2/5911/Events_orig.gif" border="0" name="img1" hpsace="0" vspace="0"></a><a href="http://p071.ezboard.com/btdkhalo" onmouseover="over_image('img5');" onmouseout="off_image('img5')"><img src="http://img39.exs.cx/img39/5918/Forums_orig.gif" border="0" name="img5" hpsace="0" vspace="0"></a><a href="Polls.html" onmouseover="over_image('img3');" onmouseout="off_image('img3')"><img src="http://img2.exs.cx/img2/8046/Voting_orig.gif" border="0" name="img3" hpsace="0" vspace="0"></a><a href="Contact.html" onmouseover="over_image('img0');" onmouseout="off_image('img0')"><img src="http://img2.exs.cx/img2/6206/Contact_orig.gif" border="0" name="img0" hpsace="0" vspace="0"></a>
<!--END NAVBAR-->
</td>
</tr>
<tr width=100%>
<td>
<font size="3" face="Verdana">
<hr width=80% size=2 color="black">
<br><br>
</div>
<div align="center">
<marquee behavior="alternate">New Site! Match on Thursday!</marquee>
<br><br>
<table width=50% border="1" cellpadding="2" cellspacing="2" align="center">
<tr width=100%>
<td bgcolor="black">
<font color="white">
<b>Subject:</b> Welcome to the new TDK Site
</font>
</td>
</tr>
<tr width=100%>
<td bgcolor="black">
<font color="red">
<b>Author:</b> Destroyeron
</td>
</tr>
<tr width=100%>
<td>
<p>
Welcome to the new site everybody, hopefully more updates will be coming along with more links and fun stuff. Lets kick some butt.
</p>
</td>
</tr>
</table>
</td>
</tr>
</div>
</td>
</tr>
</table>

</body>
</html>

Thanks.

pb&j
09-30-2004, 12:36 AM
the line is on your images.
use an image editor to cut it off.

gatiso
09-30-2004, 12:17 PM
the line is on your images.
use an image editor to cut it off.

no its not

pb&j
09-30-2004, 01:30 PM
again,
if you are referring to the grey line that appears between your images, then yes, it is on your images.
check it out... clickity click (http://www.htmlite.com/test/crew.html)

gatiso
10-01-2004, 01:05 AM
-_-, well thats super ^^^, they shouldn't be there.

Now I need to rehost all the images and retype it into the code.

Please remember this is a G-Rater forum.

pb&j
10-01-2004, 06:12 AM
you dont have to change the host. just edit the images and upload them again. the coding can stay the way it is.