• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Need HTML Help Simple

308holes

New Member
Can anyone tell me why im getting this Spaces in my Table ??

Code:
<head>
<title>hw_041</title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1" />
<!-- ImageReady Preload Script (hw_041.psd) -->
<script LANGUAGE="JavaScript">
<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		hw_041_04_hw_041_02_over = newImage("images/hw_041_04-hw_041_02_over.gif");
		hw_041_05_hw_041_02_over = newImage("images/hw_041_05-hw_041_02_over.gif");
		hw_041_06_hw_041_02_over = newImage("images/hw_041_06-hw_041_02_over.gif");
		hw_041_07_hw_041_02_over = newImage("images/hw_041_07-hw_041_02_over.gif");
		hw_041_08_hw_041_02_over = newImage("images/hw_041_08-hw_041_02_over.gif");
		preloadFlag = true;
	}
}

// -->
</script>
<!-- End Preload Script -->
</head>

<body BGCOLOR="#FFFFFF" ONLOAD="preloadImages();">

<table BORDER="0" CELLPADDING="0" CELLSPACING="0">
  <tr>
    <td ROWSPAN="3">
    <A>
    <img SRC="images/hw_041_01.gif" WIDTH="19" HEIGHT="33" BORDER="0"/>
    </A>
    </td>
    <td COLSPAN="8">
    <A>
    <img SRC="images/hw_041_02.gif" WIDTH="740" HEIGHT="9" BORDER="0"/>
    </A>
    </td>
    <td ROWSPAN="3">
    <A>
    <img SRC="images/hw_041_03.gif" WIDTH="21" HEIGHT="33" BORDER="0"/>
    </A>
    </td>
  </tr>
  <tr>
    <td>
    <a href="#" onmouseover="changeImages('hw_041_04', 'images/hw_041_04-hw_041_02_over.gif'); window.status='Home'; return true;" onmouseout="changeImages('hw_041_04', 'images/hw_041_04.gif'); window.status=''; return true;">
    <img NAME="hw_041_04" SRC="images/hw_041_04.gif" WIDTH="100" HEIGHT="18" BORDER="0"/>
    </a></td>
    <td>
    <a href="#" onmouseover="changeImages('hw_041_05', 'images/hw_041_05-hw_041_02_over.gif'); window.status='Software'; return true;" onmouseout="changeImages('hw_041_05', 'images/hw_041_05.gif'); window.status=''; return true;">
    <img NAME="hw_041_05" SRC="images/hw_041_05.gif" WIDTH="100" HEIGHT="18" BORDER="0"/>
    </a></td>
    <td>
    <a href="#" onmouseover="changeImages('hw_041_06', 'images/hw_041_06-hw_041_02_over.gif'); window.status='Software'; return true;" onmouseout="changeImages('hw_041_06', 'images/hw_041_06.gif'); window.status=''; return true;">
    <img NAME="hw_041_06" SRC="images/hw_041_06.gif" WIDTH="100" HEIGHT="18" BORDER="0"/>
    </a></td>
    <td>
    <a href="#" onmouseover="changeImages('hw_041_07', 'images/hw_041_07-hw_041_02_over.gif'); window.status='Software'; return true;" onmouseout="changeImages('hw_041_07', 'images/hw_041_07.gif'); window.status=''; return true;">
    <img NAME="hw_041_07" SRC="images/hw_041_07.gif" WIDTH="100" HEIGHT="18" BORDER="0"/>
    </a></td>
    <td>
    <a href="#" onmouseover="changeImages('hw_041_08', 'images/hw_041_08-hw_041_02_over.gif'); window.status='Software'; return true;" onmouseout="changeImages('hw_041_08', 'images/hw_041_08.gif'); window.status=''; return true;">
    <img NAME="hw_041_08" SRC="images/hw_041_08.gif" WIDTH="100" HEIGHT="18" BORDER="0"/>
    </a></td>
    <td>
    <A>
    <img SRC="images/hw_041_09.gif" WIDTH="100" HEIGHT="18" BORDER="0"/>
    </A></td>
    <td>
    <A>
    <img SRC="images/hw_041_10.gif" WIDTH="100" HEIGHT="18" BORDER="0"/>
    </A>
    </td>
    <td>
    <A>
    <img SRC="images/hw_041_11.gif" WIDTH="40" HEIGHT="18" BORDER="0"/>
    </A>
    </td>
  </tr>
  <tr>
    <td COLSPAN="8">
    <img SRC="images/hw_041_12.gif" WIDTH="740" HEIGHT="6" BORDER="0"/>
    </td>
  </tr>
</table>

</body>

</html>
 

Attachments

  • space.gif
    space.gif
    11.5 KB · Views: 40
Try adding align="center" valign="top" to all your td elements.

HArd to gues though without seeing the images myself.
 
I don't have ICQ on this machine, so just zip the page concerned along with the images to

peorth AT ahmygoddess.net
 
Back
Top