Link to home
Start Free TrialLog in
Avatar of tru504187211
tru504187211

asked on

Spaces Between Images

Hi everyone,

I'm trying to eliminate the spaces that happen in between the different images.  They are in different cells of a table.

Can anyone help me eliminate these???
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title></title>
<link rel=StyleSheet href="style.css" />
</head>

<body>
<center>
<table bgcolor="#6592FA" align="center" width="800" border="0" cellpadding="0" cellspacing="0">
<tr><td>

<center>
<table bgcolor="#6592FA" width="700" border="0">
  <tr>
    <td><img src="images/logo.jpg" border="0" />
		<table width="700" border="0">
		  <tr>
			<td><img src="images/700blue.jpg" border="0"  /></td>
		  </tr>
		</table>
		<table width="700" border="0">
		  <tr>
			<td><img src="images/slideshow1.jpg" border="0" /></td>
			<td><a href="home.php" onmouseover="document.NAME1.src='images/homebutton_selected.jpg'" onmouseout ="document.NAME1.src='images/homebutton.jpg'"><img name=NAME1 src='images/homebutton.jpg' border='none'></a>
				<a href="services.php" onmouseover="document.NAME2.src='images/servicesbutton_selected.jpg'" onmouseout ="document.NAME2.src='images/servicesbutton.jpg'"><img name=NAME2 src='images/servicesbutton.jpg' border='none'></a>
				<a href="resources.php" onmouseover="document.NAME3.src='images/resourcesbutton_selected.jpg'" onmouseout ="document.NAME3.src='images/resourcesbutton.jpg'"><img name=NAME3 src='images/resourcesbutton.jpg' border='none'></a>
				<a href="contact.php" onmouseover="document.NAME4.src='images/contactbutton_selected.jpg'" onmouseout ="document.NAME4.src='images/contactbutton.jpg'"><img name=NAME4 src='images/contactbutton.jpg' border='none'></a>
			</td>
		  </tr>
		</table>
	</td>
  </tr>
</table>






<br />

<table width="700" border="0">
  <tr>
    <td><br /><div class="maintext_midsize"><br /><br /></div>
	</td>
  </tr>
</table>





<br /><br />

</center>
</td></tr></table>
</center>
</body>
</html>

Open in new window

spacing.JPG
ASKER CERTIFIED SOLUTION
Avatar of jessc7
jessc7
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tru504187211
tru504187211

ASKER

EXCELLENT!  Always the simple fix :)