Huge spaces between tables

I cannot seem to eliminate the huge space between tables.  I have set the td to vertical align top but it seems to make no difference.  Example: http://blandheritage.org/GENEALOGY/numberingsystem.html

There are no tables on that page.  Everything is either an absolutely positioned div, or a paragraph contained within an absolutely positioned div.  The huge space is caused by your (INLINE) positioning of the apDiv12 -
<div id="apDiv12" style="position: absolute; left: 10px; top: 1016px; width: 994px; height: 1452px; z-index: 10">
I count 90 such absolutely positioned elements on your page, which could be the poster child for why one shouldn't use absolute positioning as a primary layout method (http://www.apptools.com/examples/pagelayout101.php).  Just use your browser text size controls to increase the browser's display of text a couple of ticks and see what happens to your layout (in Safari I just use Command-+).  Two ticks, and the contents have overlapped so much that the page becomes unreadable.  I recognize it my be too late to inform you of this fundamental mistake in your approach on this page, but if I were you, I'd fix it.  Who would ramp up the text size like this?  Anyone with vision problems who may have their browsers already set at a large text display for readability - you have no control over that....
The good news is that this is the only page I see on your site that is built this way - all other pages are table-based, and while that approach is also uber-retro, at least it doesn't suffer from this potential overlapping problem.

Similar Messages

  • Space between tables in dreamweaver

    Cellpad = 0, Cellspace = 0 and Border = 0 but there is still a space between tables. I checked in explorer and chrome, same thing. Suggestions?

    This is not a DW or even a table problem - it's a 'you' problem! ;-)
    What you are seeing is the space that is reserved below inline elements to accommodate text descenders. Make that image have the CSS style of "display:block" and you will see the gap vanish.

  • How do I remove a space between tables?

    In dreamweaver there appears to be no space and the page looks fine, however when I go into
    internet explorer there is a gap between the tables.  I want my image to be
    at the bottom of my table, resting on the footer.
    I have tried for hours to resolve this and I can't, there is still a space between my HR helpline image and my footer.
    I have set all the borders and cell spacing to 0 but nothing seems to work.
    I have not yet got my web site on line so can't tell you what the URL is, but when I go and view source from the internet explorer this is the code:
    <td bgcolor="#FFFFFF"> </td>
        <td width="430" height="200" align="center" valign="bottom" bgcolor="#FFFFFF"><!-- InstanceBeginEditable name="EditRegion2" -->
        <p><img src="../frustrated helpline.jpg" alt="HR helpline" width="331" height="282" border="0" longdesc="http://HR telephone helpline" /><!-- InstanceEndEditable --></td>
      </tr>
    </table>
    <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr bgcolor="#FFFFFF">
        <td valign="top"><img src="images/Core HR Web footer 900.jpg" width="900" height="81" alt="london surrey berkshire kingston" longdesc="http://footer" /></td>
      </tr>
    </table>
    Thanks if anyone can help, I am really new to this.
    Helen

    HI Again
    here is the code for my page
    <!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>
    <style type="text/css">
    <!--
    img {margin:0; padding:0;}
    -->
    </style>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <title>ELISABETH SLOAN, ARCHITECT</title>
    <style type="text/css">
    <!--
    body {
              background-color: #FFFFFF;
              padding: 0px;
              width: 1000px;
              clip: rect(0px,auto,0px,auto);
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
              border-top-color: #FFF;
              border-right-color: #FFF;
              border-bottom-color: #FFF;
              border-left-color: #FFF;
    body,td,th {
              color: #6A6A6A;
              font-size: 18px;
              font-family: Georgia, "Times New Roman", Times, serif;
    .FirstLetterBigger {
              font-size: 42px;
    .Pt17 {
              font-size: 17px;
              text-align: center;
    .Front18 {
              font-size: 19px;
    a:link {
              color: #385399;
    a:visited {
              color: #0000FF;
    .FourPTszbtwnchars {
              font-size: 4px;
    .FirstLetter36 {
              font-size: 36px;
    .CONTAINER {
              width: 1000px;
              margin-right: auto;
              margin-left: auto;
    /**border added to table cells to see them, you can remove this**/
    td {border: 0px solid #333}
    /**styles added to paragraphs**/
    p {
    margin:0;
    padding: 10px 12px 0 12px;
    line-height: 1.5;
    -->
    </style>
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body class="BOX" onload="MM_preloadImages('Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Laub_600W-roll.jpg','Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Grunlan-P4062238_600W-roll.jpg','Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Mahoney_600W-roll.jpg','Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Harckham-back_Snow 1075_600W-roll.jpg')">
    <span class="CONTAINER"></span>
    <table width="1000" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="22" height="20" bgcolor="#84949D"> </td>
        <td width="22" bgcolor="#84949D"> </td>
        <td height="20" bgcolor="#84949D"> </td>
        <td height="20" bgcolor="#84949D"> </td>
        <td width="200" height="20" bgcolor="#84949D"> </td>
        <td height="20" bgcolor="#84949D"> </td>
        <td width="200" height="20" bgcolor="#84949D"> </td>
        <td height="20" bgcolor="#84949D"> </td>
        <td width="200" height="20" bgcolor="#84949D"> </td>
        <td width="22" height="20" bgcolor="#84949D"> </td>
        <td width="22" bgcolor="#84949D"> </td>
      </tr>
      <tr>
        <td width="22" height="45" bgcolor="#84949D"> </td>
        <td width="22" height="45" bgcolor="#B1C7D3"> </td>
        <td width="200" height="45" bgcolor="#B1C7D3"><div align="center">Practice</div></td>
        <td width="36" height="45" bgcolor="#B1C7D3"> </td>
        <td width="200" height="45" bgcolor="#B1C7D3"><div align="center">Portfolio</div></td>
        <td width="36" height="45" bgcolor="#B1C7D3"> </td>
        <td width="200" height="45" bgcolor="#B1C7D3"><p align="center"><a href="Links.html">Links</a></p></td>
        <td width="36" height="45" bgcolor="#B1C7D3"> </td>
        <td width="200" height="45" bgcolor="#B1C7D3"><div align="center"><a href="http://www.lizsloan-architect.com/">Home</a></div></td>
        <td width="22" height="45" bgcolor="#B1C7D3"> </td>
        <td width="22" height="45" bgcolor="#84949D"> </td>
      </tr>
      <tr>
        <td width="22" height="150" bgcolor="#84949D"> </td>
        <td width="22" height="150" bgcolor="#B1C7D3"> </td>
        <td width="200" height="150" bgcolor="#B1C7D3"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Laub_600W-roll.jpg',1)"><img src="Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Laub_150-300W-BW.jpg" name="Laub Project" width="200" height="150" border="0" align="absmiddle" id="Image6" /></a></td>
        <td width="36" height="150" bgcolor="#B1C7D3"> </td>
        <td width="200" height="150" bgcolor="#B1C7D3"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Grunlund Project','','Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Grunlan-P4062238_600W-roll.jpg',1)"> <img src="Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Grunlan-P4062238_150-300W-BW.jpg" name="Grunlund Project" width="200" height="150" border="0" align="absmiddle" id="Grunlund Project" /></a></td>
        <td width="36" height="150" bgcolor="#B1C7D3"> </td>
        <td width="200" height="150" bgcolor="#B1C7D3"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Mahoney Project','','Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Mahoney_600W-roll.jpg',1)"><img src="Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Mahoney_150-300W-BW.jpg" name="Mahoney Project" width="200" height="150" border="0" id="Mahoney Project" /></a></td>
        <td width="36" height="150" bgcolor="#B1C7D3"> </td>
        <td width="200" height="150" bgcolor="#B1C7D3"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Harckham Project','','Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Harckham-back_Snow 1075_600W-roll.jpg',1)"><img src="Liz ARCHITECT Photos/1HomePageArchPics/FinalHomePageTopBanner-Pics/Harckham-back_Snow 1075_150-300W-BW.jpg" name="Harckham Project" width="200" height="150" border="0" id="Harckham Project" /></a></td>
        <td width="22" height="150" bgcolor="#B1C7D3"> </td>
        <td width="22" height="150" bgcolor="#84949D"> </td>
      </tr>
    </table>
    <table width="1000" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="21" bgcolor="#84949D"> </td>
        <td bgcolor="#B1C7D3"> </td>
        <td width="250" height="50" rowspan="6" bgcolor="#B1C7D3"><img src="Index-Extra_Files/ArtFROMflashLOGOgrab.jpg" width="235" height="217" alt="LOGO" /></td>
        <td height="21" valign="top" bgcolor="#B1C7D3"> </td>
        <td height="21" colspan="2" valign="bottom" bgcolor="#B1C7D3"> </td>
        <td height="21" valign="top" bgcolor="#B1C7D3"> </td>
        <td height="21" valign="top" bgcolor="#B1C7D3"> </td>
        <td height="21" valign="top" bgcolor="#84949D"> </td>
      </tr>
      <tr>
        <td height="42" bgcolor="#84949D"> </td>
        <td bgcolor="#B1C7D3"> </td>
        <td height="42" valign="top" bgcolor="#B1C7D3"> </td>
        <td height="42" colspan="2" valign="bottom" bgcolor="#B1C7D3"> </td>
        <td height="42" valign="top" bgcolor="#B1C7D3"> </td>
        <td height="42" valign="top" bgcolor="#B1C7D3"> </td>
        <td height="42" valign="top" bgcolor="#84949D"> </td>
      </tr>
      <tr>
        <td width="22" height="41" bgcolor="#84949D"> </td>
        <td width="22" bgcolor="#B1C7D3"> </td>
        <td height="41" valign="top" bgcolor="#B1C7D3"> </td>
        <td height="41" colspan="2" valign="bottom" bgcolor="#B1C7D3"><h2><span class="FirstLetter36">E</span><span class="Pt17"> </span>L<span class="Pt17"> </span>I<span class="Pt17"> </span>S<span class="Pt17"> </span>A<span class="Pt17"> </span>B<span class="Pt17"> </span>E<span class="Pt17"> </span>T<span class="Pt17"> </span>H<span class="Pt17"> </span> <span class="FirstLetter36">S</span><span class="Pt17"> </span>L<span class="Pt17"> </span>O<span class="Pt17"> </span>A<span class="Pt17"> </span>N,<span class="Pt17"> </span> <span class="FirstLetter36">A</span><span class="Pt17"> </span>R<span class="Pt17"> </span>C<span class="Pt17"> </span>H<span class="Pt17"> </span>I<span class="Pt17"> </span>T<span class="Pt17"> </span>E<span class="Pt17"> </span>C<span class="Pt17"> </span>T</h2></td>
        <td height="41" valign="top" bgcolor="#B1C7D3"> </td>
        <td width="22" height="41" valign="top" bgcolor="#B1C7D3"> </td>
        <td width="23" height="41" valign="top" bgcolor="#84949D"> </td>
      </tr>
      <tr>
        <td width="22" height="40" bgcolor="#84949D"> </td>
        <td width="22" height="40" bgcolor="#B1C7D3"> </td>
        <td height="40" bgcolor="#B1C7D3"> </td>
        <td width="356" height="40" bgcolor="#B1C7D3">Tel:  434.928.8288    <a href="http://www.LIZSLOAN-ARCHITECT.COM">lizsloan-architect.com</a></td>
        <td width="218" height="40" colspan="-1" bgcolor="#B1C7D3"><a href="mailto:[email protected]">[email protected]</a></td>
        <td height="40" bgcolor="#B1C7D3"> </td>
        <td width="22" height="40" bgcolor="#B1C7D3"> </td>
        <td width="23" height="40" bgcolor="#84949D"> </td>
      </tr>
      <tr>
        <td width="22" height="40" bgcolor="#84949D"> </td>
        <td width="22" height="40" bgcolor="#B1C7D3"> </td>
        <td height="40" bgcolor="#B1C7D3"> </td>
        <td height="40" colspan="2" bgcolor="#B1C7D3"><div align="center" class="Pt17">
          <div align="center"><span class="Front18">2</span>024  <span class="Front18">M</span>INOR ROAD  |  <span class="Front18">C</span>HARLOTTESVILLE, <span class="Front18"> V</span>IRGINIA  22903</div>
        </div></td>
        <td height="40" bgcolor="#B1C7D3"> </td>
        <td width="22" height="40" bgcolor="#B1C7D3"> </td>
        <td width="23" height="40" bgcolor="#84949D"> </td>
      </tr>
      <tr>
        <td width="22" height="30" bgcolor="#84949D"> </td>
        <td width="22" bgcolor="#B1C7D3"> </td>
        <td width="29" bgcolor="#B1C7D3"> </td>
        <td colspan="2" bgcolor="#B1C7D3"><h2> </h2></td>
        <td width="58" bgcolor="#B1C7D3"> </td>
        <td width="22" bgcolor="#B1C7D3"> </td>
        <td width="23" bgcolor="#84949D"> </td>
      </tr>
    </table>
    <table width="1000" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="23" height="500" bgcolor="#84949D"> </td>
        <td width="68" bgcolor="#B1C7D3"> </td>
        <td width="816" height="500" bgcolor="#B1C7D3"><div align="center">
    <!-- Begin DWUser_EasyRotator -->
          <script type="text/javascript" src="http://c520866.r66.cf2.rackcdn.com/1/js/easy_rotator.min.js"></script>
          <div class="dwuserEasyRotator" style="width: 800px; height: 600px; position:relative; text-align: left;" data-erconfig="{autoplayEnabled:true, autoplayDelay:6100, lpp:'102-105-108-101-58-47-47-47-85-115-101-114-115-47-97-114-116-104-117-114-108-105-99- 104-116-101-110-98-101-114-103-101-114-47-68-111-99-117-109-101-110-116-115-47-69-97-115-1 21-82-111-116-97-116-111-114-80-114-101-118-105-101-119-47-112-114-101-118-105-101-119-95- 115-119-102-115-47', wv:1, audio_showController:false, pro_infiniteLoop:true}" data-ername="BottomRotatorSloan">
            <div data-ertype="content" style="display: none;"><ul data-erlabel="Main Category">
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Graves057_BackView.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Graves057_BackView.jpg" />
              </li>
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Grunlan-P4062238_800.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Grunlan-P4062238_800.jpg" />
              </li>
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/GrunlundBack.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/GrunlundBack.jpg" />
              </li>
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Harckham-back_Snow 1075_800.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Harckham-back_Snow 1075_800.jpg" />
              </li>
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Harckham-front-snow_1092.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Harckham-front-snow_1092.jpg" />
              </li>
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Laub_800.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Laub_800.jpg" />
              </li>
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Mahoney_800.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Mahoney_800.jpg" />
              </li>
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Payne_450.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Payne_450.jpg" />
              </li>
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Scott ElevP3312150_800.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Scott ElevP3312150_800.jpg" />
              </li>
              <li>
                        <img class="main" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Studio Quandt P3312137_800.jpg" /> <img class="thumb" src="Liz ARCHITECT Photos/1HomePageArchPics/SlideShow_HomePage/Studio Quandt P3312137_800.jpg" />
              </li>
    </ul>
    </div>
            <div data-ertype="layout" data-ertemplatename="NONE" style="">
              <div class="erimgMain" style="position: absolute; left:0;right:0;top:0;bottom:70px;" data-erconfig="{___numTiles:3, scaleMode:'fillArea', imgType:'main', __loopNextButton:false, arrowButtonMode:'rollover'}">
                <div class="erimgMain_slides" style="position: absolute; left:0px; top:0; bottom:0; right:0px;">
                  <div class="erimgMain_slide">
                    <div class="erimgMain_img" style="position: absolute; left: 0; right: 0; top: 0; bottom: 0;"></div>
                    <div class="erhideWhenNoText" style="background: #000; background: rgba(0,0,0,0.85); position: absolute; left: 0; right: 0; bottom: 0; padding: 5px; color: #FFF; font-family: Arial; font-size: 12px;">
                      <p class="erimgMain_title" style="padding: 0; margin: 0 0 3px 0; font-weight: bold;"></p>
                      <p class="erimgMain_desc" style="padding: 0 0 10px 0; margin: 0;"></p>
                    </div>
                  </div>
                </div>
                <div class="erimgMain_arrowLeft" style="position:absolute; left: 10px; top: 50%; margin-top: -15px;" data-erconfig="{image:'circleSmall', image2:'circleSmall'}"></div>
                <div class="erimgMain_arrowRight" style="position:absolute; right: 10px; top: 50%; margin-top: -15px;"></div>
              </div>
              <div class="erimgMain rotatorTileNav" style="position: absolute; left:0;right:0;bottom:0;height:80px;" data-erconfig="{numTiles:-1, scaleMode:'fillArea', imgType:'thumb', loopNextButton:false, arrowButtonMode:'rollover', __slideLinkEvent:'rollover'}">
                <div style="position: absolute; left: 0; top: 10px; right: 0; bottom: 0; background: #FFF;"></div>
                <div class="erimgMain_slides" style="position: absolute; left:0px; top:0; bottom:0; right:0px;">
                  <div class="erimgMain_slide">
                    <div class="erimgMain_img" style="position: absolute; left: 0; right: 0; top: 10px; bottom: 0; margin: 2px 1px;"></div>
                    <!-- <div class="" style="background: #555; position: absolute; left: 1px; right: 1px; top: 10px; bottom: 0; padding: 5px; color: #FFF; font-family: Arial; font-size: 12px; text-align: center;">
                                                                <p class="erimgMain_title" style="padding: 5px; margin: 0 0 3px 0; font-weight: bold;"></p>
                                                      </div> -->
                    <div class="selectionArrow visibleWhenSelected" style="position: absolute; top: 0; left: 50%; margin-left: -10px; width: 20px; height: 10px; background-image: url('http://easyrotator.s3.amazonaws.com/1/i/rotator/FFF_arrow10_export.png');"></div>
                  </div>
                </div>
                <div class="erimgMain_arrowLeft" style="position:absolute; left: 60px; top: 50%; margin-top: -10px;" data-erconfig="{image:'circleSmall', image2:'circleSmall'}"></div>
                <div class="erimgMain_arrowRight" style="position:absolute; right: 60px; top: 50%; margin-top: -10px;"></div>
              </div>
              <div class="erabout erFixCSS3" style="color: #FFF; text-align: left; background: #000; background:rgba(0,0,0,0.93); border: 2px solid #FFF; padding: 20px; font: normal 11px/14px Verdana,_sans; width: 300px; border-radius: 10px; display:none;"> This <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/" target="_blank">jQuery slider</a> was created with the free <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/" target="_blank">EasyRotator</a> software from DWUser.com. <br />
                <br />
                Use WordPress? The free <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/wordpress/" target="_blank">EasyRotator for WordPress</a> plugin lets you create beautiful <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/wordpress/" target="_blank">WordPress sliders</a> in seconds. <br />
                <br />
                <a style="color:#FFF;" href="#" class="erabout_ok">OK</a></div>
              <noscript>
                Rotator powered by <a href="http://www.dwuser.com/easyrotator/">EasyRotator</a>, a free and easy jQuery slider builder from DWUser.com.  Please enable JavaScript to view.
              </noscript>
              <script type="text/javascript">/*Avoid IE gzip bug*/(function(b,c,d){try{if(!b[d]){b[d]="temp";var a=c.createElement("script");a.type="text/javascript";a.src="http://easyrotator.s3.amazonaws.com/1/js/nozip/easy_rotator.min.js";c.getElementsByTagName("head")[0].appendChild(a)}}catch(e){alert("EasyRotator fail; contact support.")}})(window,document,"er_$144");</script>
            </div>
          </div>
        <!-- End DWUser_EasyRotator -->
        </div></td>
        <td width="74" height="500" bgcolor="#B1C7D3"> </td>
        <td width="23" bgcolor="#84949D"> </td>
      </tr>
    </table>
    <table width="1000" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="22" bgcolor="#84949D"> </td>
      </tr>
    </table>
    <p> </p>
    </body>
    </html>

  • Space Between Tables For No Good Reason

    Hey everyone.
    I sliced up my web design in Photoshop and imported it into DW.  So far, so good.  Everything looks perfect.  Then I inserted a .swf into one of the tables and started to see a little bit of space between my tables.  Since the .swf was the same size or slightly smaller than the space it occupied, I have no idea why this happened.
    To make matters worse, when I made my navigation text into links, I got ugly blue outlines around them and even MORE empty space between my tables!  I didn't move anything, but the space just keeps getting worse!  Does anyone have any thoughts?
    Screenshot below and code here:
    <html>
    <head>
    <title>osvlayoutaltmain</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <div align=center>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- Save for Web Slices (osvlayoutaltmain.psd) -->
    <table id="Table_01" width="1000" height="1101" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td colspan="24">
                <img src="images/osvmain_01.jpg" width="1000" height="101" alt=""></td>
        </tr>
        <tr>
            <td width="34" rowspan="6">
                <img src="images/osvmain_02.jpg" width="34" height="999" alt=""></td>
            <td colspan="21"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="936" height="258" align="absmiddle" id="FlashID" title="osvbannermain">
              <param name="movie" value="osvflashbanner.swf">
              <param name="quality" value="high">
              <param name="wmode" value="opaque">
              <param name="swfversion" value="6.0.65.0">
              <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don&rsquo;t want users to see the prompt. -->
              <param name="expressinstall" value="Scripts/expressInstall.swf">
              <param name="SCALE" value="noborder">
              <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
              <!--[if !IE]>-->
              <object data="osvflashbanner.swf" type="application/x-shockwave-flash" width="936" height="258" align="absmiddle">
                <!--<![endif]-->
                <param name="quality" value="high">
                <param name="wmode" value="opaque">
                <param name="swfversion" value="6.0.65.0">
                <param name="expressinstall" value="Scripts/expressInstall.swf">
                <param name="SCALE" value="noborder">
                <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                <div>
                  <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                  <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                </div>
                <!--[if !IE]>-->
              </object>
              <!--<![endif]-->
        </object></td>
            <td colspan="2" rowspan="4">
                <img src="images/osvmain_04.jpg" width="32" height="902" alt=""></td>
        </tr>
        <tr>
            <td colspan="2" rowspan="2">
                <img src="images/osvmain_05.jpg" width="26" height="80" alt=""></td>
            <td colspan="4"><a href="http://www.on-sitevisualizers.com/"><img src="images/osvmain_06.jpg" width="104" height="58" alt=""></a></td>
            <td colspan="5"><a href="http://www.on-sitevisualizers.com/SERVICES.html"><img src="images/osvmain_07.jpg" width="161" height="58" alt=""></a></td>
            <td colspan="5"><a href="http://www.on-sitevisualizers.com/PROCESS.html"><img src="images/osvmain_08.jpg" width="155" height="58" alt=""></a></td>
            <td width="140"><a href="http://www.on-sitevisualizers.com/PRICING.html"><img src="images/osvmain_09.jpg" width="140" height="58" alt=""></a></td>
            <td colspan="2"><a href="http://www.on-sitevisualizers.com/PROJECTS.html"><img src="images/osvmain_10.jpg" width="167" height="58" alt=""></a></td>
            <td width="156"><a href="http://www.on-sitevisualizers.com/CONTACT.html"><img src="images/osvmain_11.jpg" width="156" height="58" alt=""></a></td>
            <td width="25" rowspan="2">
                <img src="images/osvmain_12.jpg" width="25" height="80" alt=""></td>
        </tr>
        <tr>
            <td colspan="18">
                <img src="images/osvmain_13.jpg" width="883" height="22" alt=""></td>
        </tr>
        <tr>
            <td width="1" rowspan="3">
                <img src="images/osvmain_14.jpg" width="1" height="653" alt=""></td>
            <td colspan="17">
                <img src="images/osvmain_15.jpg" width="651" height="556" alt=""></td>
            <td colspan="3">
                <img src="images/osvmain_16.jpg" width="282" height="556" alt=""></td>
        </tr>
        <tr>
            <td colspan="2" rowspan="2">
                <img src="images/osvmain_17.jpg" width="40" height="97" alt=""></td>
            <td colspan="19">
                <img src="images/osvmain_18.jpg" width="894" height="59" alt=""></td>
            <td width="31" rowspan="2">
                <img src="images/osvmain_19.jpg" width="31" height="97" alt=""></td>
        </tr>
        <tr>
            <td width="47">
                <img src="images/osvmain_20.jpg" width="47" height="38" alt=""></td>
            <td width="5">
                <img src="images/osvmain_21.jpg" width="5" height="38" alt=""></td>
            <td colspan="2">
                <img src="images/osvmain_22.jpg" width="66" height="38" alt=""></td>
            <td width="5">
                <img src="images/osvmain_23.jpg" width="5" height="38" alt=""></td>
            <td width="61">
                <img src="images/osvmain_24.jpg" width="61" height="38" alt=""></td>
            <td width="5">
                <img src="images/osvmain_25.jpg" width="5" height="38" alt=""></td>
            <td width="61">
                <img src="images/osvmain_26.jpg" width="61" height="38" alt=""></td>
            <td width="5">
                <img src="images/osvmain_27.jpg" width="5" height="38" alt=""></td>
            <td width="65">
                <img src="images/osvmain_28.jpg" width="65" height="38" alt=""></td>
            <td width="5">
                <img src="images/osvmain_29.jpg" width="5" height="38" alt=""></td>
            <td width="59">
                <img src="images/osvmain_30.jpg" width="59" height="38" alt=""></td>
            <td colspan="6">
                <img src="images/osvmain_31.jpg" width="509" height="38" alt=""></td>
            <td width="3">
                <img src="images/osvmain_32.jpg" width="1" height="38" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="images/spacer.gif" width="34" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="1" alt=""></td>
            <td width="25">
                <img src="images/spacer.gif" width="25" height="1" alt=""></td>
            <td width="15">
                <img src="images/spacer.gif" width="15" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="47" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="5" height="1" alt=""></td>
            <td width="37">
                <img src="images/spacer.gif" width="37" height="1" alt=""></td>
            <td width="29">
                <img src="images/spacer.gif" width="29" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="5" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="61" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="5" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="61" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="5" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="65" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="5" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="59" height="1" alt=""></td>
            <td width="21">
                <img src="images/spacer.gif" width="21" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="140" height="1" alt=""></td>
            <td width="66">
                <img src="images/spacer.gif" width="66" height="1" alt=""></td>
            <td width="101">
                <img src="images/spacer.gif" width="101" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="156" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="25" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="1" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="31" height="1" alt=""></td>
        </tr>
    </table>
    <!-- End Save for Web Slices -->
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>
    </div>

    They're not showing up because they're all pointing to your hard drive on your local computer (which no-one can see but you).
    e.g.
    <img src="file:///C|/Documents and Settings/Brian  Haynes/Desktop/Amber's Folder/SiteForPhuong/SiteForPhuong/images/osvmain_02.jpg" width="34" height="999" alt="">
    This is often because a site has not been defined in Dreamweaver so DW does not know where the web site is in relation to the images on the hard drive so it has little choice but to directly link (locally) to the image on the hard drive.
    Have you defined the site in DW?

  • How Can I Tighten the Space Between Table Rows?

    I am trying to reproduce the resume I created in a different word processing application several years ago. I have created a table that lists all the work for a given employer with each row representing a different employer. I do want a little more space between text rows when I jump from one employer to the next (one row in the table to the next), but not as much as it is creating. Is there a way to tighten this?
    I like the amount of space between lines within a row just as it is.
    Martin
    OS 10.9.5
    Pages v. 5.2 (1860)

    That looks to be the idea, but adjusting the Text Inset is giving me inconsistent results from row to row. The first attached image shows the table (I've included grid lines here to help illustrate) with the default Text Inset of 4 for all cells.
    Note the consistent spacing before and after each row. Here is the same document with a Text Inset of 0 on all cells:
    Note the large gap between the first and second rows (OWN and Investigative etc.) and the extremely tight gap between the second row and third (Investigative etc. and CNBC). Then a big gap, a tight gap, two big gaps, a tight gap and a big in subsequent rows.
    I keep looking to see if I have some sort of other inconsistent formatting going on, but I can't find one. All cells have the Text set (in the style tab) to "Align text to the top of a table cell."
    Martin

  • How to adjust space between table lines in smartform

    Hi experts,
    I created a smartform and use table to display content. But I find the space between 2 table lines is always wider than the space between to text lines. I'm using font 10, 6 lines per inch in the style. Is there any way to adjust the height of table line and make it the same as normal text line? Thanks in advance.
    Best Regards,
    Wu Xue

    Hi,
    we have the option of the adjusting the space between lines in the style.
    Select the style that is applied to Form. Once u double click the paragraph that is assigned. You will be able to tab for Spacing ..
    Change  the Line Spacing ..
    Please close the thread, if solved
    Regards,
    Aditya

  • White space between tables

    Hi,
    I am doing an Annual Report and there is a lot of financial tables. I have 60 tables and I need to align the tables vertically so that the white space between each table is exactly the same. Until now I have done this manually. I am sure that there is a better way to do this but I just haven't found the way yet. My first thought was to make a "parent" table with X rows and one column. Then I could put my child tables into the parent table and use a "spacer row" of exactly X mm. I tried this but it really complicates things
    Then I tried the "space after" in the table properties but I cant figure out what this attribute does.
    In other words I would like to force that the vertical space between tabel 1 and table 2 always is exactly 5mm. How can this be done?
    I would appreciate some input/best practice.
    /Regards
    Thomas Lund

    Your table is placed into a paragraph.  Create a paragragh style that contains the space after that you want between the tables and then apply that style to all the paragraphs that contain tables.  That should give you exact spacing between your tables in the text flow.
    This will only work if you are flowing the tables together in one story (which I recommend).

  • Adjusting Space between table - cell border and cell content ?

    Hi all,
    Need a quick help.
    I am using a static table. By default, I have some space between the cell content and the text (yes, the cell margins).
    I wanted to reduce this space to '0'.
    Is there any option to adjust the cell margins? Thanks in advance !!
    1 more Q:-
    There are no options to merge 2 cells, are there ?
    Thanks,
    Navin.
    Edited by: 890074 on Mar 4, 2012 10:17 PM

    Hi Naveen,
    Until Documaker 11.5, there are no options to reduce the cell margin and no options to merge cells as well.
    Thanks.

  • Space between table cells

    I created a form based on the reports region. Is there any way that I can make the space between form fields on different lines to close to each other - i.e. 0 width between form fields "vertically". I tried to put valign="top" in either reports region template and region html table cell attributes but nothing works. Any working solution?
    Thanks.
    Andy

    Andy,
    Are you using Firefox with the web developer toolbar? If so, there's a nifty feature that allows you to view the CSS that controls any part of the page by simply clicking on it. A new page will open in Firefox that shows you the CSS selectors/definitions that are relevant to the area you clicked. Most forms/report in ApEx are laid out with tables so it's likely to have something to do with padding or margins between rows.
    Earl

  • How to maintain space between table and header in ssrs

    Hi Everyone, 
      I have created a report. In page header of this report, On First Page space between header and
    body is good , but from next page, space is not maintain. 
    Please suggest me how to maintain space at every page of report.
    Thanks. 

    Can you post a screenshot?
    This can be achieved if you are repeating column headers on each page. Just change row height of header and align text to bottom, and make sure there is no space between Page Header and Tablix.
    - Vishal
    SqlAndMe.com

  • My layout wont listen to size I set and creates huge spaces between element

    I am having a small issue:
    Here is an image with the issue:
    http://i877.photobucket.com/albums/ab335/darksniperx2/asg2_prob.jpg
    Is there anyway to remove all of the extra spaces and that the program would follow with the size I specify?
    code:
       public void initialiseComponents(final Container pane){
            //initialise panels
             mainPanel.setLayout(new GridLayout(2,1));
             topSection.setLayout(new GridLayout(1,3));
             mainGrid.setLayout(new GridLayout(21, 6));
            //initialise components text
             nameLbl.setText("Enter you name:");
             timeSchLbl.setText("Time scheduler");
             chkBoxNotificationLbl.setText("Check on the check boxes");
             timeLabel.setText("Time");
             modayLabel.setText("Monday");
             tuesdayLabel.setText("Tuesday");
             wednesdayLabel.setText("Wednesday");
             thursdayLabel.setText("Thursday");
             fridayLabel.setText("Friday");
            //add compenents to topSecion
             topSection.add(nameLbl);
             topSection.add(timeSchLbl);
             topSection.add(chkBoxNotificationLbl);
             //add components to mainGrid
             mainGrid.add(timeLabel);
             mainGrid.add(modayLabel);
             mainGrid.add(tuesdayLabel);
             mainGrid.add(wednesdayLabel);
             mainGrid.add(thursdayLabel);
             mainGrid.add(fridayLabel);
             setCheckboxes();
             //add layouts
             mainPanel.add(topSection);
             mainPanel.add(mainGrid);
             pane.add(mainPanel);
        private static void createAndShowGUI() {
            //Create and set up the window.
            asg2 frame = new asg2();
            frame.setSize(1000,900);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            //Set up the content pane.
            frame.initialiseComponents(frame.getContentPane());
            //Display the window.
            frame.pack();
            frame.setVisible(true);
        public static void main(String[] args) {
            javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    createAndShowGUI();
        }

    Hold it right there, I did not say that GridLayout was no good. It is perfect for your other two panels, but not for mainPanel.
    ... which one do you think would be better or serve this situation?First, check out the link Mr Burke gave you from the previous post -- you're going to need to know all those Layouts presented that tutorial anyway. I try to use the default Layout on a Container if possible. I personally like the GridBagLayout, but it is much more difficult to use and understand than the other Layouts in the tutorial.
    OP, don't think that any of these solutions come easy or fast -- there is a lot of studying and practicing to do. Try all the Layouts and see what happens, until you have no doubts about which one to use for your app.

  • Safari (and Firefox) rendering huge spaces between lines of text.

    I have a Mac user (a designer, a PC guy outside of work) who has somehow managed to screw up the rendering of text in Safari.
    On his Mac in both Safari and Firefox when a couple of lines of text from a website should render as:
    1st line of text.
    2nd line of text.
    Instead render as:
    1st line of text.
    2nd line of text.
    Has anyone else seen this? Considering he also gets to mess around with his fonts since he a) uses suitcase, and b) is a designer, I am thinking he has either messed up his browser fonts, or possibly corrupted some of his system fonts by importing some of the very broken font/type sets which Windows allows to be used.
    Once he takes off for the day I'll be able to figure out for sure what he's done, but in the mean time while he's trying to customize his Porche with a Lada engine I'm searching for similar experiences and solutions.
    Thanks.

    I'm having the same problem with the main apple home page with Safari --extra returns--and it's also happening with Complex HTML message in Entourage (Office 2004)--not all, just messages with tables. The html rendering engine for Entourage, I believe, is Safari. I've updated to the latest versions of Panther and Office and even changed fonts, thrown away preferences. I still have the extra returns.
    Does anyone know if Safari is the html rendering engine for Entourage 2004? I know that Internet Explorer was the engine for Office X.
    Does anyone have a suggestion to fix this?
    Thanks,

  • Having issues with unwanted spaces between sentences

    I update our website for work and I am trying to add some more information to one page. Everytime
    I hit enter after an entry it adds a huge space between each sentence as linked below:
    Lee County
    Population 2000 - 115,092
    Population 2010 - 140,247
    1990-2000 Change - 21.9% increase
    I do not want the space between the two Populations, but no matter what I do, it adds one there. Any advice? Thank you!

    The enter key is treated as a paragraph break.  So if you look at your code you will see:
    <p>Lee County<br>
    Population 2000 - 115,092</p>
    <p>Population 2010 - 140,247<br>
    1990-2000 Change - 21.9% increase</p>
    If you want just a line break going down one line you will need to hit CMD/CTRL+Enter which enters the <br> break into your code so it ends up with:
    <p>Lee County<br>
    Population 2000 - 115,092<br>
    Population 2010 - 140,247<br>
    1990-2000 Change - 21.9% increase</p>
    Or alternatively you can put the information into a 4-row 1-column table then every table cell will give you spacing.

  • What is difference between table space and shchema

    what is difference between table space and shchema ?

    784633 wrote:
    so each user has it own space of tables - schema ?yes, but let's clarify a bit ....
    The "schema" is the collection of all objects owned by a particular user. So if user SCOTT creates two tables, EMP and DEPT, and a view EMP_RPT, and a procedure GET_MY_EMP, those objects (tables, views, procedures) collectively make up the SCOTT schema.
    Those objects will be physically stored in a tablespace.
    A tablespace is a named collection of data files. So tablespace USERS will be made up of one or more data files. A specific datafile can belong to one and only one tablespace. If a tablespace has more than one data file, oracle will manage those files as a collection invisible to the application - much like the OS or disk subsystem handles striping across multiple physical disks.
    A specific object in the SCOTT schema can exist in only one tablespace, but not all objects of the schema have to be in the same tablespace. Likewise a tablespace can contain objects from multiple schemas.
    and can one user to access tables of other users?As others have said - FRED can access tables belonging to SCOTT as long has SCOTT has granted that access to FRED.

  • How to create a table with the spaces between the row..

    Hello,
    I am using jdev 11.1.1.6 and I need to insert the spaces between the rows. How this can be done?
    Thanks and Regards,
    Tarun Agrawal

    Hi Tarun,
    This css rule is useful to set the padding on each cell:
    .AFTableCellPadding:alias {
      padding: 10px 0px 10px 0px;
    }But if you want to insert a real space between the rows (property "cellspacing") you can do something like this:
    af|table > div + div > table {
      border-collapse: separate;
      border-spacing: 0px 5px;
    }AP

Maybe you are looking for

  • How to print Jtable values in one A4 size paper

    Hi, i am having JPanel , this panel have Jtbale, Jtextfield, Jlable, i search the code for Printing Jpanel, its work fine and print whole JPanel including, jtable, textbox, everything. my Jtable have Scroll bar to see all the values in the table,my p

  • Reg:JCO_COMMUNICATION_FAILURE

    Hi all, I am getting this error while trying to excecute one IDOC to Proxy interface.Can anyone please let me know the solution? <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Request Message Mapping   --> - <SAP:Error xmlns:SAP="ht

  • Credit management - overdue bills in sales order

    Hi SAP SD GURU's I have a ticket, while creating a sales order how to get a alert of overdue bills of the customer, to whom we are creating a sales order. Please help me, points will be rewarded for the solution. thanks adi

  • RMI-server works on Windows and Linux but not on Solaris

    I wrote an application which uses RMI. The server is successfully tested on Windows and Linux. However it doesn't work on Solaris. Naming.lookup works, I can find the server. But calling a method on my remote interface causes a ConnectionException: j

  • T.code to access table T030K

    Hi Gurus, Good day. Please kindly help advice the t.code to access table T030K. Also, spro path will be very helpful. Thanks in advance! Rellie