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.

Similar Messages

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

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

  • Gaps and spaces between slices in Dreamweaver

    I'm running OS X 10.5.8 on a MacBook Pro, using Photoshop I created my webpage ( with the predefined html specs) and sliced up the areas I wanted to make links. Once I stated to make links it showed gaps and spaces between the slices. After I uploaded my site the page is fine in Safari and Chrome, but when firefox is used the spaces show up again. What should I do?
    Here is my code:
    <html>
    <head>
    <title>Brad Hager's Book</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <style type="text/css">
    <!--
    @import url("/site_layout.css");
    a:link {
    text-decoration: none;
    a:visited {
    text-decoration: none;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    -->
    </style>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- Save for Web Slices (mybookonline.psd) -->
    <table width="1025" height="769" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
      <tr>
        <td colspan="5"><img src="images/mybookonline_01.jpg" width="1024" height="20" alt=""></td>
        <td><img src="images/spacer.gif" width="1" height="20" alt=""></td>
      </tr>
      <tr>
        <td rowspan="6"><img src="images/mybookonline_02.jpg" width="3" height="748" alt=""></td>
        <td><a href="/jpegs/Brad Hager's Portfolio /index.html"><img src="images/advertisingportfolio.jpg" width="201" height="16" alt=""></a></td>
        <td colspan="3"><img src="images/mybookonline_04.jpg" width="820" height="16" alt=""></td>
        <td><img src="images/spacer.gif" width="1" height="16" alt=""></td>
      </tr>
      <tr>
        <td colspan="3"><a href="/stamp_resume.html"><img src="images/resume.jpg" width="216" height="15" alt=""></a></td>
        <td rowspan="5"><img src="images/mybookonline_06.jpg" width="805" height="732" alt=""></td>
        <td><img src="images/spacer.gif" width="1" height="15" alt=""></td>
      </tr>
      <tr>
        <td colspan="2" rowspan="2"><a href="/video.html"><img src="images/creations.jpg" width="203" height="15" alt=""></a></td>
        <td><img src="images/resume-09.jpg" width="13" height="2" alt=""></td>
        <td><img src="images/spacer.gif" width="1" height="2" alt=""></td>
      </tr>
      <tr>
        <td rowspan="3"><img src="images/mybookonline_09.jpg" width="13" height="715" alt=""></td>
        <td><img src="images/spacer.gif" width="1" height="13" alt=""></td>
      </tr>
      <tr>
        <td colspan="2"><a href="/creations.html"><img src="images/email.jpg" width="203" height="17" alt=""></a></td>
        <td><img src="images/spacer.gif" width="1" height="17" alt=""></td>
      </tr>
      <tr>
        <td colspan="2"><img src="images/mybookonline_11.jpg" width="203" height="685" alt=""></td>
        <td><img src="images/spacer.gif" width="1" height="685" alt=""></td>
      </tr>
      <tr>
        <td><img src="images/spacer.gif" width="3" height="1" alt=""></td>
        <td><img src="images/spacer.gif" width="201" height="1" alt=""></td>
        <td><img src="images/spacer.gif" width="2" height="1" alt=""></td>
        <td><img src="images/spacer.gif" width="13" height="1" alt=""></td>
        <td><img src="images/spacer.gif" width="805" height="1" alt=""></td>
        <td></td>
      </tr>
    </table>
    <!-- End Save for Web Slices -->
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try{
    var pageTracker = _gat._getTracker("UA-xxxxxx-x");
    pageTracker._trackPageview();
    } catch(err) {}</script>
    </body>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-10172368-3']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </html>

    using Photoshop I created my webpage ( with the predefined html specs) and sliced up the areas I wanted to make links.
    This is OK for quick mock-ups but it doesn't work in the wild because graphics apps produce terribly rigid code that falls apart when you try to edit it later.
    For best results, use Photoshop for images only.  Save for web to your DW Local Site folder.  Use DW to build your HTML and CSS code.
    Taking  a Fireworks (or Photoshop) comp to a CSS based layout in DW
    Part 1 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Part 2 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt2.html
    Adobe Developer's Center - Getting Started tutorials
    http://www.adobe.com/devnet/dreamweaver/?view=gettingstarted
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • 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

  • Remove gaps between tables in dreamweaver CC

    I'm new to Dreamweaver so please be patient with me. I have created 2 stacked tables and for some reason there is a slight gap between them even though padding and spacing is set at 0. Can anyone let me know how to remove this gap.
    Thanks in advance

    I had never noticed it in the past until I started using the html5 doctype, hmm...
    One sec...
    I just tested a simple 2 column 2 row default table and tossed in an image with text and an image without text into two separate rows. The padding is not there in HTML4 Trans or XHTML Trans (which is what I used in the past most often). It only shows up on the image that is added with text for those two doctypes. When I convert it to html5, it shows up for both, here test this code and see if I'm crazy (preview the below, then change the doctype to html5 and preview again, the descender padding on the bottom image is not present in XHTML or html4 and pops up in html5)...
    <!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" xml:lang="en-us" lang="en-us">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style>
    table {
        border:none;
        margin:0px;
        padding:0px;
        border-collapse:collapse;
    </style>
    </head>
    <body>
    <table width="200" border="1">
      <tbody>
        <tr>
          <td> </td>
          <td> </td>
        </tr>
        <tr>
          <td> </td>
          <td>hi<img src="images/dots-anim.gif" width="62" height="32" alt="" />there</td>
        </tr>
        <tr>
          <td><img src="images/dots-anim.gif" width="62" height="32" alt="" /></td>
          <td> </td>
        </tr>
      </tbody>
    </table>
    </body>
    </html>

  • 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

  • Include space between two variables from internal table

    Hi Experts,
    I have an internal table with 4 fields with values for a b c d , i have to arrange them in the specific order so that i can download all the data in a text file.
    the first 3 variables are already arranged , the format is a bc, but the var d should be put in a specific positon after predefined spaces from var c.
    Please refer below for the sample of of the output text file. In this example:
    a = A20N
    b = 7227802
    c = 0300207
    d = 010109
    Space between c & d is determined by a POS variable in internal table
    a        b         c                                          d                       
    A20N 72278020300207                               010109     
    A20A 72278020300207        21     
    A20N 72278020300207          2511100     
    A21F 72278020300207        Van Capellen     
    A21G 72278020300207        Tim     
    A20E 72278020300207                    1     
    A20T 72278020300207        2     
    A20T 72278020300207                                                   1     
    A20E 72278020300207                    01     
    A20E 72278020300207                        Vilvoorde     
    plz help me out as i have to resolve this as soon as possible.

    Hi,
    Check this sample code using offsets, and modify as per ur requirement.
    DATA : L1 TYPE I.
    DATA : L2 TYPE I.
    DATA : L3 TYPE I.
    DATA : BEGIN OF ITAB OCCURS 0,
           A(30) TYPE C,
           B(30) TYPE C,
           C(30) TYPE C,
           D(30) TYPE C,
           POS(2) TYPE C,
           END OF ITAB.
    DATA : TEXT(120) TYPE C.
    START-OF-SELECTION.
    BREAK-POINT.
      ITAB-A = 'ABC'.
      ITAB-B = 'IND'.
      ITAB-C = 'CATOR'.
      ITAB-D = 'FINAL'.
      ITAB-POS = '3'.
      APPEND ITAB.
      CLEAR ITAB.
      LOOP AT ITAB.
        L1 = STRLEN( ITAB-A ).
        L2 = STRLEN( ITAB-B ).
        L3 = STRLEN( ITAB-C ).
        TEXT = ITAB-A.
        L1 = L1 + 1.
        TEXT+L1 = ITAB-B.
        L1 = L1 + L2.
        TEXT+L1 = ITAB-C.
        L1 = L1 + L3 + ITAB-POS.
        TEXT+L1 = ITAB-D.
        CLEAR L1.
        CLEAR L2.
        CLEAR L3.
      ENDLOOP.
      WRITE : TEXT.
    Rgds
    siva

Maybe you are looking for

  • How ERMA is implemented in SAP Retail

    Hi I want to understand the concepts and process behing EMRA(Extended Retail method of Accounting). I have gone through the SAP standard keys, characterstics, Infosources and other features related to ERMA but i want ot understand how EMRA is actuall

  • Help with Flex preloading and transitions please

    I downloaded and installed Flex Builder 3, and I think I have my slideshow project about 75% finished. It's the last 25% that I can't figure out, regarding preloading and transitions. Can someone take a look at the code below and see if you can help

  • 480i resolution support?

    I am seriously considering the purchase of an Apple TV in the coming months and I can't seem to get a straight answer regarding resolution support. I have component video inputs on my television, but as it is a CRT screen, it is only capable of 480i

  • Unable to download plug ins

    I use Windows XP, I have both Photoshop 7.0 and Elements 4.0. I've been trying to download plugins for my Canon EOS Rebel to access RAW (Cr2) files and every time I download I get an error message either that the file is corrupted or that the ZIP ext

  • Driver Development Suggest

    Hi, Perhaps someone at CL can make an executi've decision and get the driver development people to actually create new drivers from scratch which actually resolve around the new audio stack in Windows Vista, instead of just making modifications and a