Help with huge gaps between the lines

Discussion in 'HTML & Website Design' started by chrisj, Oct 3, 2007.

  1. #1
    The text on this page has huge gaps between the lines.

    The gaps are between "Choose a Transaction", "Transaction Types" and the button "Next".

    I have included the page code and attached an image for reference.

    If you could help me close the gaps, I'd greatly appreciate it.

    Thanks.

    <table width='770' border='0' cellpadding='0' cellspacing='0' id='maintable' align='center' valign='top' align='left' margin=0 padding=0 width='770' height='500' table style='background-color:#ffffff; font-family:Arial, Helvetica, sans-serif; width:'770' height:'500'></td>
    <link href='custom.css' rel='stylesheet' type='text/css'>
    
    <td id='menu' align='left' valign='top' rowspan='500' width='164'>
    <br>&nbsp;&nbsp;&nbsp;&nbsp;<img src='images/bullet.gif' alt='' width='10' height='10'><a href='index.php'><font color='#DDCEA2'><font face='Arial' size='2'>Home</a></font><br></a>
    
    	<form method="POST" action="index.php">
    	<input class='field' type='hidden' name='command' value='account'>
    	<input class='field' type='hidden' name='param' value='renew'>
    	<input class='field' type='hidden' name='account_id' value='[account_id]'>
    
    <td colspan='2' class='pageTitle'><div class='hLine'><font face="Arial" color="#EE7600" size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Choose a Transaction</font></div></td>
    <tr><td class='fieldLabel' width="30%"><font face="Arial" color=#000000" size="3" Style="padding: 5px;">&nbsp;<font face="Arial" color="#000000" size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Transaction Type:</font><!--</td>-->
    <td align="left"><font face="Arial" color="#EE7600" size="2">[account_type_panel]</font></td>
    <tr><td align="center"></td>
    <td align="left"><input name="submit" type='submit' class='button' value='Next' /></td>
    </tr>
    </form>
    <tr height='30%' ><div class='hLine'></div></td></tr>
    </table>
    Code (markup):
     

    Attached Files:

    chrisj, Oct 3, 2007 IP
  2. Arnold9000

    Arnold9000 Peon

    Messages:
    241
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    At first glance, it's probably because you think you closed the column, but you didn't. The closing tag is commented out

    <!--</td>-->

    This is on the following line

    <td class='fieldLabel' width="30%"><font face="Arial" color=#000000" size="3" Style="padding: 5px;">&nbsp;<font face="Arial" color="#000000" size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Transaction Type:</font><!--</td>-->
     
    Arnold9000, Oct 3, 2007 IP