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.

Similar Messages

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

  • 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

  • ID CS 5 (Version 7.0.4), need to remove margins inside table cells

    I'm building a table to compare features in 2 commercial products. I've created several small (22 px square) graphics in AI (saved as PDFs). I've started adding these graphics in the cells, but ID seems to always create small margins on the top, left, and bottom that I have not yet figured out how to get rid of. My goal is to create a pattern of tiles with no perceptable grout lines between the tiles. Is this possible? If it makes a difference, I used File->Place to insert the first instance of the PDF and Copy/Paste for subsequent instances.
    Thanks,
    John

    Select the cells and use the Table panel to change the cell margins.
    Also, Illustrator files are not measured in pixels. What Illustrator wrongly cells pixels should instead be called points. Pixels alone have no physically measurable size, but all Illustrator files do. Illustrator assumes a resolution of 72 ppi, making a 22 pixel image measure 22 points.

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

  • Remove space in cells.

    Hello guys,
    i got this problem.
    when we recieve indd files from our customers,
    there are sometimes a space first in each cell then comes a number in tables and sometimes there are no space.
    see examples below.
    " 2133"
    "2344"
    " 123"
    "123"
    I need to remove the space
    could someone help me to write a function that loops through all tables and check cells if there are a space in the cell
    Thank you in advance

    Hi,
    Chinna
    I suggest find grep instead of find text
    var doc = app.activeDocument,   
      _tables = doc.stories.everyItem().tables.everyItem().getElements(); 
    app.findGrepPreferences = app.changeGrepPreferences = null;   
    for(var i=0;i<_tables.length;i++) 
            app.findGrepPreferences.findWhat = "^ +"; 
            app.changeGrepPreferences.changeTo=""; 
            _tables[i].changeGrep(); 
    app.findGrepPreferences = app.changeGrepPreferences = null; 
    so I think it will be a little better
    VK

  • How do I get rid of white space on one side of image in table cell?

    I'm making a disjointed rollover and when ever I add images it creates too much white space to the right of the cell.  How can I make the picture fit, so space is not wasted?  See image sample with red arrows where I want to remove space.  I've removed the width size from my table, hoping it would "spring to shape" around the images, but no go.

    HTML:
    Cellpadding="0"
    Cellspacing="0"
    CSS:
    table {border-collapse: collapse}
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Can the cell lines be removed from a table inserted in a Pages document?

    Can the cell lines be removed from a table inserted in a Pages document?

    Inspector > Table > Table > Cell Borders
    The buttons immediately below "Cell Borders" allow you to choose left, right, inside, outside etc.
    Choose None from the border style Pop-up.
    Download the Number'09UserGuide from the Help menu in Pages. Search for borders.
    Regards,
    Ian.

  • How to put gradient style table cell in a table?

    Hey, I am making a custom table cell right now but my custom cell is just white cell with some buttons and labels in background color which looks not that great.
    Is there a way to render the background color so that the cell has some vertical gradient effect?
    For example, on top of the cell it looks white and as it gets closer to center of the cell, it gets darker.
    But as it gets closer to the bottom of the cell, it gets whiter again.
    A great example would be this free app called "friendsaroundme".
    Another thing is that I don't want to use custom image to do it (i.e make the cell.backgroundcolor = [uicolor colorwithpatternimage:somethingsomething.png..... ) because it's not that flexible.
    So is there anyway to render the gradient style programatically?

    Congrats on answering your question, David! I'm sure many of the developers here would like to see your solution, so I hope you'll post it when you have the time. - Ray

  • How can I add dots after text to fill the remaining space in a table cell?

    What is the most efficient way to add dots after text to fill the remaining space in a table cell? I know it is possible using tabs but is this possible using a table?

    You can put a tab inside a table cell using Option+Tab
    Then just set the right-aligned tab stop and the right edge of the table cell and add the leader.

  • How do I remove spaces or special characters within a cell for large amounts of data

    Is there any shortcut to remove spaces between words and numbers within a cell?
    Example:
    Current: .5 lt PET (6)
    Need: .5ltPET(6)
    Is there any shortcut to remove special characters between numbers within a cell?
    Example:
    Current: 0--000--000--0
    Need: 00000000

    Thanks Wayne.
    I have been away from using Numbers or Excel for 4-5 years so it is slowly coming back to me. I am get that I need to use the SUBSTITUTE function however I am having trouble with getting it to work.
    My Data
    ST PAULI 12/12 NR
    $27.16
    12oz NR(12)
    0--80660--95937--5
    ST PAULI 4/6/12 NR
    $28.76
    12oz NR(6)
    0--80660--95935--1
    ST PAULI DK 12/12 NR
    $0.00
    12oz NR(12)
    0--000--000--0
    ST PAULI DK 4/6/12 NR
    $28.76
    12oz NR(6)
    0--80660--95945--0
    ST PAULI N/A 4/6/12 NR
    $20.66
    12oz NR(6)
    0--80660--95955--9
    CAYMAN JACK 4/6/12 NR
    $29.12
    12oz NR(6)
    8--15829--01006--8
    CAYMAN JACK 8OZ/12PK CAN
    $23.18
    8oz CAN(12)
    8--15829--01061--7
    TGIF LIIT 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01043--3
    TGIF MARGARITA 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01047--1
    TGIF PINA COLADA 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01045--7
    TGIF STRAWBERRY 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01042--6
    BALLAST PT BIG EYE IPA 1/2 BBL
    $190.00
    KEG 1984oz (1/2 KEG)
    0--000--000--0
    BALLAST PT BIG EYE IPA 1/6 BBL
    $73.00
    KEG 660.1oz (1/6 KEG)
    0--000--000--0
    BALLAST PT BIG EYE IPA 4/6/12 CAN
    $33.00
    12oz CAN(6)
    6--72438--00052--7
    There are many more but this is enough to show you. I need to remove all spaces from the First and Third Columns. I need to remove all (--) from the fourth. Where do I put in the substitute function and what is source sting, existing-string, new-string, and occurrence.
    Thank You for your help.

  • How to apply different CSS styles to different table cells?

    I have an h:dataTable table and I would like to apply different CSS styles to different table cells depending on their content. If I were doing JSP I would probably have a <c:if> test on the cells, and give them a style name depending on contents, and then define the styles in a separate style sheet. Is there a way in JSF to do the equivalent? Thanks.

    mitchgart wrote:
    BalusC wrote:
    How to achieve a cell-specific style is already answered in my 1st reply of this topic.That tells how to apply a style to the text (or other content) inside a cell but not how to apply a style to the <td> as a whole. It would work for something like text font or text color but not cell border.
    I'm thinking I can mark the content somehow and then have javascript traverse the DOM, find marked content, and traverse outward to the enclosing <td>. Is there a better way?BalusC already spoke about rowClasses and columnClass attributes, I assume those are insufficient.
    The Tomahawk dataTable component has the rowStyleClass and rowStyle attributes for assigning CSS to the HTML tr tag. One is allowed to reference the row data variable when assigning values to these. However, see https://issues.apache.org/jira/browse/TOMAHAWK-523 for workarounds to bugs in some implementations.
    The Tomahawk column component has the styleClass and style attributes for assigning CSS to the HTML td tag. These also may reference the row data variable.

  • Just update to Pages 5.1 - its dropped the pictures from my Pages files - 'Some features aren't supported - objects in table cells were removed' - how do I get pictures back?

    Just update to Pages 5.1 - its dropped the pictures from my old Pages files - 'Some features aren't supported - objects in table cells were removed' - how do I get the pictures back?

    Thanks Peter
    Can you just walk me through dumping Pages 5 and getting to the Applications/iWork folder - and does this mean that when I see future Pages Upgrades I should block them?
    I'm new to Apple so need a step by step
    Many thanks
    Glyptic

Maybe you are looking for

  • Descape bug?

    Hi Todd, I don't know whether you've already noticed or fixed the problem: I think the descape methode in com.iplanet.jato.util.HtmlUtil does not work properly. It does not implement the inverse method of the escape method correctly. I found this bug

  • ORA-01555 error when assigning values based on geometry

    Hello, I have a table with 220,000+ records with street information, and I am trying to assign a municipal area (stored in another table) based on the geometry of the road line and the geometry of the municipal boundary. CREATE TABLE TEMP AS SELECT A

  • Need to update from OS X 10.4.11 to most current OS – confused!

    I have a Mac Pro (2x2.66 Ghz Dual Intel Xeon, 2GB 667 MHz DDR2 FB-DIMM), running OSX 10.4.11 and want to update my operating system to the most current for my machine (the most up to date?). I have bought CS5 and can't run it on my current OS cos it

  • TS1996 my zero key does not work as it should after software update any help

    my zero key does not work after a software update when i try to use it /pp0 then volume symbol appears on the screen just happened after the update

  • My question On Calendar or Data

    Hi, I am making a query to a table: T_HR_CONTRACT, which stores the labor contract of a company. END_DATE is a field of table T_HR_CONTRACT. Now, I need to search the contract end in each month. select * from T_HR_CONTRACT where fEND_DATE >= theStart