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

Similar Messages

  • 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 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.

  • 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.

  • 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>

  • 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

  • Eliminate extra space in table cell

    I cannot figure out what is causing the appearance of extra
    space beneath the thumbnail images on the following webpage (this
    space is in between the image and the cellborder):
    http://www.canchair.com/new_web_product_detail.asp?ProductID=499&ProductFamily=5&ProductFa milySub=
    OR THE RELEVANT CODE CAN BE VIEWED AS FOLLOWS:
    HTML CODE FOR THE TABLE CELL CONTAINING THE EXTRA SPACE:
    <a href= "javascript:;" class="small_img" >
    <td class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=<%= images("url_img")
    %>&width=250','<%= images("url_img") %>','<%=
    images("alt_img") %>' )"> <img
    src="imagescript.asp?path=<%= images("url_img")
    %>&amp;width=36" border="0" /> </td>
    </a>
    small_img STYLE SHEET CODE:
    .small_img {
    margin: 0;
    border: 1px solid #A5ACB2;
    cursor: hand;
    padding: 0;
    .small_img:hover td{
    margin: 0;
    border: 1px solid #000000;
    cursor: hand
    .small_img:hover{
    color: red; /* Dummy definition to overcome IE bug */
    }

    View the page in Firefox, view source, and Go To Line will do
    the trick (in
    Firefox).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "aonefun" <[email protected]> wrote in
    message
    news:gbp286$5vg$[email protected]..
    >I was asking how to know which line of my code the errors
    specified on
    >
    http://validator.w3.org/ are
    referring to. I assume the line numbering on
    > dw
    > would not correspond as a webpage strips the server side
    code.
    >

  • Space in table cell content

    Hi,
    I want to add some space before and after the table cell content. I am using setIntercellSpacing() method to achieve that and I could get the required functionality. But its adding space in the Table Header also which looks odd. Is there any way to set the spacing only for the cell and not for the table header.
    Let me know if anyone has solution for this.
    Thanks and Regards,
    R.Vishnu Varadhan.

    I find this behaviour of setIntercellSpacing() very annoying, too. Why the hell did the Swing developers implement it that way?
    Nevertheless, you can create the desired effect by writing a custom cell renderer, but that is if course more work than that single method call.

  • 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 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).

  • 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

  • Grep style to remove space in table cells?

    CS5.5
    I am working on an annual report - lots of tables, and for some reason a space appears before the content of everty text cell. (Left-over from Excel).
    I have tried to define a Grep style to remove the space at first in every cell.
    Can you help me define a Grep style to prevent I am having pains in my arm?
    BR Nina Storm

    You can't use a GREP style to remove anything, but you could do this with a GREP search.
    If it's just one space, use this:
    Find ^
    (in the formula above, type a space after the ^)
    replace with nothing
    This will find any single space at the beginning of a paragraph and remove it.

  • How to reduce space between cell border and text ?

    I want to make a very small print of my class timetable. But I can't reduce the table size after a certain size. The major portion is taken up due to space between the cell borders and the text in them. Is there anyway I can reduce that space so that I can make the font size a little more and still keep the table size small.

    Assuming your are using Pages '09 (4.0.3) ..
    First select all the cells which you wish to change.
    Go to Inspector - Text Inspector, and reduce the Inset Margin

  • Images as table cell content

    Hi,
    we are using thumbnail images for representing some employee status in a table. Images are displayed successfully.
    Problem is the white space between two cells, we want to eliminate the space between two cells. I have tried cell width property but it doesn't help.
    Any other suggestions to achieve this.
    Thanks a lot.
    Rgds

    Hi Sharanya,
    I could not find property cell spacing and cell padding property for cell.
    I am on Nw04.
    Is there other way we can achieve this.
    Rgds

Maybe you are looking for

  • About using categories and perspectives for new user

    We are just beginning a conversion and upgrade project to convert our Web site to Oracle Portal. I'm trying to get a good handle on some different things we need to resolve as part of the project. One of the first decisions is using Categories and Pe

  • "xlsx" files opens in read only mode

    Hi, I'm not able to edit .xlsx file when I try to do so from the followedcontent.aspx page. Whereas, I can follow the .xls document. Has anyone encountered this problem before. Is this the expected SharePoint 2013 behavior with .xlsx documents. To re

  • ERP;-QM- automatic coa generation triggered after ud

    Hi Gyes, I am seraching for automatic generation of Certificate of analysis when the UD is created for inspcetion lot. can any one help me ? i seen from se37 function module list. i am not getting the function module which could trigger once the ud i

  • Save for Web- 6000 Images

    I use Photoshop Elements 12.  We need to run save for web on 6000 images.  I am assuming an action file is the fastest way of doing this.  Can we create an action file on a MAC and run it on PE 12 on a windows PC?  I am thinking no because the direct

  • Problems with ALV - 2

    Hi All The flow of my program is as follows First one interactive report is shown to the user. When he triggers the At line selection, I am creating editable ALV (using object methods i.e. using set_table_for_first_display) and the user can make chan