Dynadot โ€” .com Transfer

Why is there so much white space on this page?

Spaceship Spaceship
Watch

Lyle Christine

Established Member
Impact
0
How do I get rid of all the space between the main image and contact details at the bottom of this site http://www.stigma.ezhoster.com/test.htm I can't see any obvious paragraphs or breaks in the html. I'm using Dreamweaver. Thanks.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Open it up in a Webediting program and put your cursor just above the contact details and click. Then hit the delete key untill all of the text from the bottom is close to the top.
 
0
•••
Yeah - Dreamweaver is strange about this. But were you also talking about white space to the side? If so, check your table alignment and size.
 
0
•••
Try this on for size

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Stigma Main Menu</title>
<HEAD>


<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=215,height=200');");
}
// End -->
</script>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<style>
#scroll {
width: 200;
height: 200;
overflow: auto;
}
</style>
</head>

<body>
<table width="871" height="490" border="0">
<tr>
<td width="554" height="486" valign="top"> <br>
<img src="Images/main-flat2.jpg" width="499" height="576" border="0" usemap="#Map">
</td>
<td width="307" valign="top" height="486">
<p>ย </p>
<p><strong><u><font face="Lucida Sans">NEWS<br>
</font></u></strong></p>
<div id="scroll">
<p><font face="Lucida Sans"><strong><font size="2">Sun 26th June</font><br>
</strong>New website! Oooooohhhh! You can also vote for 'Even Dead Cats
Bounce over on the <a href="http://www.radiomagnetic.com" target="_blank"><font color="#9900FF">Radio
Magnetic</font></a> new music chart. So please do!</font></p>
<p><font face="Lucida Sans">Also it has to be said that we're all very
upset about the departure of our long dear friend Mr Binky. He was a
total fruit loop and will be sorely missed.</font></p>
<p><font face="Lucida Sans">On a brighter note though it's not long until
we have landed on the moon so that's good isn't it choomps.</font></p>
<p><font face="Lucida Sans">Remember, what doesn't kill us only makes
us stronger. Take it easy and good bye for now!</font></p>
</div>
<div align="center" style="width: 307; height: 136">
<p></p><br>
<br>
<br>

<form action="http://pub1.bravenet.com/elist/add.php" method="post">
<input type="hidden" name="usernum" value="59641807" />
<input type="hidden" name="cpv" value="1" />
<strong><font face="Lucida Sans">Mailing List</font></strong>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="FFFFFF">
<tr>
<td> <div align="left">
<table width="275" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td width="273" bgcolor="#FFFFFF ">
<table width="305" border="0" bgcolor="#FFFFFF">
<tr>
<td width="58"><font face="Lucida Sans" size="2"><b>Name:</b>
</font></td>
<td width="237">
<input type="text" name="ename" size="25" maxlength="60" /></td>
</tr>
<tr>
<td><font face="Lucida Sans" size="2"><b>Email:</b>
</font></td>
<td><input type="text" name="emailaddress" size="25" maxlength="100" />
ย  <input type="submit" name="submit" value="Join" /></td>
</tr>
</table></td></tr>
</table>
</div></td>
</tr>
</table>
</form>
</div>
</td>
</tr>
</table>
<map name="Map">
<area shape="circle" coords="138,41,31" href="javascript:popUp('http://stigma.ezhoster.com/dates.htm')">
<area shape="circle" coords="130,428,30" href="http://com5.runboard.com/bstigmamessageboard" target="_blank" alt="The Grapevine">
<area shape="circle" coords="143,438,0" href="#">
<area shape="circle" coords="216,517,29" href="biography.htm" alt="Legend">
<area shape="circle" coords="79,541,0" href="#">
</map>
<table width="871" border="0">
<tr>
<td height="118" valign="top">
ย <div align="center">
<p><font face="Lucida Sans"><strong>Contact</strong></font><br>
<font size="2" face="Lucida Sans"><strong>Email <font color="#9900FF"><a href="mailto:[email protected]">[email protected]</a></font><br>
Tel 07921 191 411 / 01382 204 474<br>
Messenger [email protected]<br>
94 Dudhope St, Dundee, DD1 1JS</strong></font></p>
<p>ย </p>
<p><strong><font size="2" face="Lucida Sans">ยฉ2003-2005</font></strong></p>
</div></td>
</tr>
</table>
</body>
</html>

<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;

function SymOnUnload()
{
window.open = SymWinOpen;
if(SymRealOnUnload != null)
SymRealOnUnload();
}

function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->
</script>

the issue was with your table sizes
 
0
•••
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back