Space between containers in WPC

Hi again,
In WPC edit page, the containers have a little space between them, in preview page mode.
How can I control this space (distance) between the containers?
I need to let 2 containers without space between them.
tks

You can try to define your own layout set for the WPC Page as described in https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1083635f-e977-2a10-15ac-b0072abf941b
Creating a layout without margin, padding etc should solve your problem, but did not try it yet.
Regards, Josef
Edited by: Josef Minde on Mar 14, 2008 12:37 PM

Similar Messages

  • How to eliminate space between rows in my gallery?

    I have been trying for days to figure out how to get rid of the space between these rows. Padding and margins for the gallery as well as the rows individually have been set to zero. What are those markers (circled in red)? They seem to indicate the break between rows...
    Thanks for any help...

    There is no need to have your gallery in rows, or have each element inside it's own div with class. You can make this much cleaner by making a list - like your menu.
    Your issues were caused by the large amount of <p> tags (which have margins and padding by default) and the fact each image was wrapped in a <h2> tag (which should only be used for headings and also has a default padding and margin). Add to this the <blockquote> and you have a bit of a difficult scenario.
    I have cleaned the gallery up for you. Use the HTML below, with the CSS provided. You will need to clean up your CSS afterwards as a lot of the classes you don't need - at least for this page. Another thing is you have 3 containers for the gallery - content2, galleryframeformovie and gallery. Why? Remove the movie one and place the gallery div inside the content2 div.
    HTML
    <div id="content2"></div>
    <div id="galleryframeformovie">
      <div id="gallery">
        <ul>
          <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big4.jpg" class="pirobox_gal1" title="4th Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm4.jpg" alt="" width="106" height="72" title="" /></a></li>
          <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big5.jpg" class="pirobox_gal1" title="5th Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm5.jpg" alt="" width="106" height="72" title="" /></a></li>
          <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big6.jpg" class="pirobox_gal1" title="6th Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm6.jpg" alt="" width="106" height="72" title="" /></a></li>
          <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big2.jpg" class="pirobox_gal1" title="2nd Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm2.jpg" alt="" width="106" height="72" title="" /></a></li>
          <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big3.jpg" class="pirobox_gal1"  title="3rd Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm3.jpg" alt="" width="106" height="72" title="" /></a></li>
            <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big4.jpg" class="pirobox_gal1" title="4th Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm4.jpg" alt="" width="106" height="72" title="" /></a></li>
            <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big5.jpg" class="pirobox_gal1" title="5th Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm5.jpg" alt="" width="106" height="72" title="" /></a></li>
            <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big6.jpg" class="pirobox_gal1" title="6th Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm6.jpg" alt="" width="106" height="72" title="" /></a></li>
            <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big2.jpg" class="pirobox_gal1" title="2nd Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm2.jpg" alt="" width="106" height="72" title="" /></a></li>
              <li><a href="http://www.rhogueentertainment.com/images/2010 mm BIG/2010 big3.jpg" class="pirobox_gal1"  title="3rd Project Image"><img src="http://www.rhogueentertainment.com/images/2010 mm SM/2010 sm3.jpg" alt="" width="106" height="72" title="" /></a></li>
          </ul>
        </div>
      </div>
    CSS
    #gallery{
              width: 560px;
              float: left;
              margin: 0;
              overflow:hidden;
              width: 560px;
              height: 400px;
              line-height: 19px;
              float: left;
              font-size: 19px;
              margin: 0;
              overflow: visible;
    #gallery ul {
              list-style-type:none;
              width:100%;
    #gallery li {
              width:  106px;
              height: 73px;
              float:left;
              color: #ffffff;
              padding: 0;
              margin:0 20px 20px 0;
    Good luck.
    Rik

  • White space between header and main content

    Hello all! I have a 25-27px white space between my header and
    main content. I read through fixes in the forum and took out any
    height that would effect this gap. I still can't get rid of this
    white space. Your help is greatly appreciated! Here's the Code:
    <!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>
    </script>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and
    padding of the body element to account for differing browser
    defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5*
    browsers. The text is then set to the left aligned default in the
    #container selector */
    color: #000000;
    .oneColElsCtrHdr #container {
    width: 46em; /* this width will create a container that will
    fit in an 800px browser window if text is left at browser default
    font sizes */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a
    width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center
    on the body element. */
    .oneColElsCtrHdr #header {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-color: #FFFFFF;
    .oneColElsCtrHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the
    #header div will avoid margin collapse - an unexplainable space
    between divs. If the div has a border around it, this is not
    necessary as that also avoids the margin collapse */
    padding: 0px 0; /* using padding instead of margin will
    allow you to keep the element away from the edges of the div */
    .oneColElsCtrHdr #mainContent {
    background: #FFFFFF;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    .oneColElsCtrHdr #footer {
    padding: 0 10px; /* this padding matches the left alignment
    of the elements in the divs that appear above it. */
    background:#DDDDDD;
    .oneColElsCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in
    the footer will avoid the possibility of margin collapse - a space
    between divs */
    padding: 0px 0; /* padding on this element will create
    space, just as the the margin would have, without the margin
    collapse issue */
    .style4 { font-family: "Fiolex Girls", "Arial Narrow";
    color: #FF0000;
    font-size: xx-large;
    font-style: italic;
    .style6 {color: #FF0000}
    .style7 { color: #000000;
    font-size: x-small;
    .style9 {color: #FF0000; font-family: Arial, Helvetica,
    sans-serif; }
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js"
    type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css"
    rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #apDiv1 {
    position:static;
    width:525px;
    height:250px;
    z-index:1;
    float: left;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-top-width: thin;
    border-bottom-width: thin;
    border-color: #000000;
    #apDiv3 {
    position:static;
    width:500px;
    height:0px;
    z-index:1;
    left: 465px;
    top: 410px;
    float: right;
    .style14 {
    font-size: medium;
    font-style: italic;
    font-weight: normal;
    .style15 {font-size: small}
    -->
    </style>
    <link href="p7hscroller/s7/p7HSM07.css" rel="stylesheet"
    type="text/css" media="all" />
    <script type="text/javascript"
    src="p7hscroller/p7hsmscripts.js"></script>
    <style type="text/css">
    <!--
    #apDiv7 {
    position:static;
    width:737px;
    height:0px;
    z-index:2;
    bottom: 0px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    .style16 {font-size: x-small}
    -->
    </style>
    <!-- Do not remove the line below!!! It is required for
    the XML Flash Slideshow v3. -->
    <script type="text/javascript"
    src="slideshow.js"></script>
    </head>
    <body class="oneColElsCtrHdr">
    <div id="container">
    <div id="header">
    <pre><span
    class="style4">US-AsianMates</span><span
    class="style6">.com</span> <strong><span
    class="style9">JOIN FOR FREE <span
    class="style7">OR</span> MEMBER LOG
    IN</span></strong>
    </pre>
    <ul id="MenuBar1" class="MenuBarHorizontal">
    <li>
    <div align="center"><a href="#"
    class="style16">HOME</a> </div>
    </li>
    <li>
    <div align="center"><a href="#"
    class="style16">ABOUT US</a></div>
    </li>
    <li>
    <div align="center"><a href="#"
    class="style16">WHY JOIN US?</a> </div>
    </li>
    <li>
    <div align="center"><a href="#"
    class="style16">VISA SUPPORT</a></div>
    </li>
    <li>
    <div align="center" class="style16"><a
    href="#">EVENTS</a></div>
    </li>
    </ul>
    <pre><!-- end #header -->
    </pre>
    </div>
    <div id="mainContent">
    <div id="apDiv1"><img
    src="Images/Outdoor_Bride1.jpg" alt="Bride" name="Bride"
    width="525" id="Bride" /></div>
    <p> </p>
    <p><br>
    </p>
    <pre> 
    </pre>
    <table width="200" border="1" align="left">
    <tr>
    <td><img src="Romantic_Kiss.jpg" alt="VISA"
    name="VISASUPPORT" width="200" id="VISASUPPORT" /></td>
    </tr>
    <tr>
    <td><img src="Surfing_At_Home.jpg" alt="JOIN"
    name="WHYJOIN" width="200" id="WHYJOIN" /></td>
    </tr>
    </table>
    <pre></pre>
    <div id="apDiv3">
    <div align="center">
    <div align="left">
    <pre class="style14"> <strong>LIVING
    PROOF</strong>
    <span class="style15">&quot;12 YEARS AGO I WENT TO
    THE PHILIPPINES IN HOPES
    OF FINDING MY FUTURE WIFE. 11 YEARS LATER,
    I AM HAPPILY MARRIED! WE ALSO HAVE AN ENERGETIC
    5 YEAR OLD SON! DREAM IT, LIVE IT! IT CAN
    HAPPEN TO YOU ON US-ASIANMATES.COM
    CHRIS&quot;</span></pre>
    </div>
    </div>
    </div>
    <pre> </span>
    </pre></pre>
    <p><!-- end #mainContent -->
    <br>
    <pre>
    </pre>
    <div id="apDiv7"></div>
    <div align="center">
    <pre><!-- Begin XML Flash Slideshow v3 -->
    <script type="text/javascript">
    // <![CDATA[
    XMLFlashSlideshow_v3({swf:'slideshow.swf',w:'580',h:'140',redirect:'',usePreloader:'true', xml:'slideshow_data0.xml',preventCache:'true',disableMultipleXML:'false',initXML:'%3C?xml% 20version=%221.0%22%20encoding=%22utf-8%22?%3E%3Cslideshow%20version=%223%22%3E%3Cstyles%3 E%3CPreloader%20label=%22Loading%20%7BN%7D%2525%22%20iconColor=%22#666666%22%20iconAlpha=% 2270%22%20iconWidth=%2250%22%3E%3C/Preloader%3E%3CPreloaderLabel%20font=%22Verdana%22%20si ze=%2210%22%20color=%22#666666%22%20bold=%22false%22%3E%3C/PreloaderLabel%3E%3CBackground% 20backgroundColor=%22#FFFFFF%22%20backgroundAlpha=%22100%22%20bevelColor=%22#FFFFFF%22%20b evelStrength=%2270%22%20borderWidth=%222%22%20borderColor=%22#000000%22%3E%3C/Background%3 E%3CLoaderAnimation%20type=%22circle%22%20color=%22#FFFFFF%22%20alphaBackground=%2220%22%2 0alphaInner=%2240%22%20frameWidth=%222%22%20width=%2250%22%20height=%2250%22%3E%3C/LoaderA nimation%3E%3CDataLoader%20useAnimation=%22true%22%20useLabel=%22true%22%20labelPlacement= %22bottom%22%20fadeOutDuration=%22400%22%20textFormat=%22loader_text%22%3E%3C/DataLoader%3 E%3C/styles%3E%3Clocalization%3E%3Ctext%20orig=%22Loading%20Data...%22%20local=%22Loading% 20Data...%22%3E%3C/text%3E%3C/localization%3E%3Cfonts%3E%3Cfont%20id=%22loader_text%22%20n ame=%22Pixelade%22%20embed=%22true%22%20size=%2213%22%20color=%22#666666%22%20bold=%22fals e%22%20selectable=%22false%22%20align=%22left%22%3E%3C/font%3E%3C/fonts%3E%3C/slideshow%3E '});
    // ]]>
    </script>
    <!-- End XML Flash Slideshow v3 -->
    </pre>
    </div>
    <pre> 
    </pre>
    <pre> </pre><!-- -->
    <pre> </pre>
    </div>
    <div id="footer">
    <p>Footer</p>
    <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
    {imgDown:"SpryAssets/SpryMenuBarDownHover.gif",
    imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

    "phillychris" <[email protected]> wrote in
    message
    news:[email protected]...
    > Yep, it was the 1 pre tag creating the gap. So why is
    this page a
    > disaster, Tim?
    Just because something is created in DW CS3 doesn't mean it's
    not a
    disaster, any more than using DeWalt power tools guarantees
    that my
    carpentry won't be a complete mess. The software is not a
    replacement for
    skills. It is a tool; your workflow and understanding of HTML
    and CSS is
    what allows you to use DW effectively.
    So why did I call this page a disaster? When I see all that
    extra markup,
    spans, and inline tags, I shudder. It's way too hard to
    troubleshoot. You're
    not doing nearly enough with descendant selectors; instead,
    most of your
    code is inline, despite a huge CSS file.
    Just one example: individual li tags with div align="center"
    inside of them.
    Way overkill. If you're centering all the li text in a given
    list, control
    it with CSS and kill all that extra markup.
    E.g.
    .MenuBarHorizontal li { text-align:center; }
    In fact, if all there is in that .MenuBarHorizontal is the
    list, you don't
    even need to specify the list in the CSS. Just do:
    .MenuBarHorizontal { text-align:center; }
    Now you don't need div tags inside your li at all.
    And if all of those a tags in that menu are going to be
    .style16 class,
    don't specify it on each link. In fact, don't even have a
    .style 16 class.
    Heck, since it's just specifying font size, you don't need to
    target the a
    tag at all. Just add font-size:x-small; to the
    .MenuBarHorizontal ruleset I
    gave you above.
    The above are just examples from a quick glance at your code.
    On the whole,
    your markup and approach to styles are largely wasting the
    power and point
    of CSS.
    In addition, several styles spanned onto one line of text...
    a sure sign
    that either you are using far too many styles to make design
    sense, or else
    you've got styles that overlap each other.
    Here's my advice: Until you get a better handle on CSS, don't
    style things
    as you go. Forget styles altogether at the start. Create a
    very clean HTML
    markup and put ID and class selectors on things you know will
    need them.
    Preferably, place the HTML elements in the order you would
    want your page
    read if styling did not even exist, nesting elements where
    necessary.
    After you have created all the HTML structure, then go back
    and style the
    elements via CSS only. You will end up with less page weight
    and far cleaner
    code to decipher, not simply in terms of length but in terms
    of conflicts
    and redundancies.
    If you're really insistent on styling things as you go, at
    least do this:
    don't create a new style every time you want to accomplish
    something. Create
    CSS rules for IDed containers and container classes. Then as
    you go along
    and are about to create a style, ask yourself where you are
    and what all
    this new rule needs to apply to. Specify the rule there,
    under the selector
    you've already created. Then you won't have .style1 -
    .style16 like you do
    now, and you won't have all that inline mess of code to sort
    through.
    Finally - as you create your CSS, discipline yourself to
    avoid style spans.
    They are necessary on the odd occasion, but very rarely.
    Think semantically
    (i.e. purpose of the style point you're making at a given
    time).
    For example, if you're tempted to create a span in order to
    put something in
    bold red, ask yourself: "Why?" Generally, it means you want
    to place special
    emphasis or strength on that. Well, in that case you don't
    need a span. You
    need to be using the proper tag, such as <em>
    (emphasis) or <strong>. Then
    you can style that tag in CSS. That way, what you have in
    your page actually
    makes sense apart from the style, and as a bonus you can
    apply or edit your
    style easily.
    Tim G.
    http://www.pactumweb.com
    http://www.shortordersite.com
    Be smart:
    http://www.pactumweb.com/client/tips.php

  • Create blank screen space between two ALV grids

    I want to create some blank screen space between the two ALV grids I have on the screen.  Can someone tell me how to do this?
    Thanks and best regards,
    Sandy

    You don't have link the two containers.
    I guess you have a grid and tree control that you want to display. So, use a different container for each of these controls, so that they appear differently.
    If you don't want space in between them, you can have one container and split that into and display the tree and grid in each of the split portions.
    The advantage with this will be you can resize the tree/grids using the vertical line that separates them.
    Take a look at WE02 transaction to see what I am trying to explain.
    Regards,
    Ravi

  • How do I get rid of the 1/16" space between my igoogle homepage and firefox ribbon?

    I am currently running Firefox 4 and have igoogle set as my homepage. Both with the previous version of Firefox and with the new one I have about a 1/16 inch blue gap/space between the top of my igoogle homepage and the bottom of the Firefox ribbon/header. How do I get rid of this eyesore? It is only when I am on my igoogle homepage that this is a problem. All other pages are seamless.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Read from Text File.vi adds spaces between characters

    I'm openning a text file in LabVIEW, and and need to parse some information from it.  However, when I open the file, there are extra spaces between the letters.  When I just open the same file with Notepad or Wordpad, the spaces are not there.  Is there a way to eliminate this problem?

    And, since after the \FF\FE, every other character is \00, you can even do a homebrew quick&dirty solution.
    Are the files always like that, or are some "normal"?
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    readspecialfile.png ‏12 KB

  • How to remove space between pages in Oracle Reports 6i?

    Hi,
    I have customized one oracle report (rdf). Earlier, the standard report was showing the ouput in pages i.e. there exists space beteen the pages. But I want my custom report in such a way that it should show me the result in one page i.e. there should be no space between the pages as user wants to spool the output into excel sheet (xls format) after getting the result output obtained from my custom report. Presently, when i spool the data into excel sheet, there is still the space exists between the pages like...few records will come then white space...then records.
    How can I remove this space, so that user can easily spool the data into excel without existence of white space.
    Any sort of help on this will be highly appreciated.
    Thanks & Regards,
    Sumir Chawla
    Edited by: Chawla on Jan 4, 2009 10:20 PM

    Hi,
    My report is running on Unix. When I checked the output file in unix where it is getting generated, i saw ^L characters wherever the space appears when i see the output in apps (notepad) , like after every page where I am able to see the space in my output, there ^L is appearing in output file in unix, so how can I avoid this.
    I tried to adjust the frames and repeatinf frames also, even i tried changing the properties also of main region (body), but nothing is working for me and still the same issue occurs. I am not aware of this. Please suggest me.
    Thanks a lot!
    Regards,
    Sumir

  • 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 do I add space between lines of text in the same cell on Numbers 3.0.1

    I just updated to Mavericks 10.9. In numbers, I used to be able to uncheck a box in the inspector that would make it so the Return key did not move to the next cell, but instead allowed me to add more space between lines of text in the same cell.
    How can I do this in the new version of numbers?

    HI ilb,
    Numbers 3 is a complete rewrite of the application. This preference option hasn't (yet) been included, but N3 is very much a 'work in progress. A word to Apple via Provide Numbers Feedback asking to have this option included in Numbers 3 might be a useful step. You'll find Provide Numbers Feedback in the Numbers menu in Numbers.
    Regards,
    Barry

  • How do I hide the grey space between pages in a document?

    I am still trying to learn Pages after using MS Word for many years and I am unable to find how to eliminate the space between pages in a document on screen. I should add that after reading a lot of reviews re: versions of Pages I ordered a CD of iWorks 09  as the concensus seemed to be that the earlier versions were much better than the most recent.  Anyway, I would like to just see the text and nothing else as though it is just one very long page! How can I do that without updating to the current version of Pages?
    I have a MB Pro running iWork 09 version 4.3 on Yosemite (up-to-date).

    Thanks for the response, Peter! I have seen your replies on many questions and you seem to be the bomb when it comes to Mac 'stuff' !
    I guess i didn't explain myself well...I do not want to eliminate pages, I merely did not want to have all that wasted space (margins/footnotes/headers/grey) between the text I have on each page. It is merely for what I see on the screen - not elimination of the formatting/paging etc..
    I have about a 15-20 page 'cheat sheet' that I have open frequently on the far right of my screen as I am working at my laptop which I refer to intermittently. I need to scroll thru pages to find what I am looking for and I just wanted to reclaim some real estate, so to speak. I don't want to change anything other than what I see on the screen - if I choose to print all or part of my 'cheat sheet' the format doesn't change and I can print whatever individual pages necessary! Actually I think there may still be a line showing a page break but no real 'space' between the pages. 
    Did this explanation help to further delineate what I am trying to do? and is it possible?

  • How do I create equal space between multiple tabs in Pages?

    I am trying to create four center tabs with equal space between each but can not fiqure out how to achieve this.  I owuld like to avoid using tables becuase I am trying to make sure the document is fully cross-paltform (Word, Pages, Open Office, etc.). Any ideas?

    K or C,
    The Text Inspector, "Tabs" tab has a box where you create tab stops. Click the plus sign to add a stop. When you are done, make a Paragraph Style to preserve the settings. As for regular spacing, you may have to use some arithmetic to achieve that.
    These settings should be respected by any normal word processor.
    Jerry

  • Converting a single space between sentences with two spaces.

    Hi,
    I'd like to convert all single whitespaces after a sentence to two whitespaces, e.g. This is a sentence! The next sentence is separated by two spaces. This would result in the conventional style of two spaces between sentences, unlike html style. I want to find either a .,?, or ! followed by one whitespace, followed by a capital letter, so: "[.|?|!] [A-Z]". Then I want to just replace this with the same thing except two spaces. If I do this:
                        textString = textString.replaceAll(". [A-Z]", ". [A-Z]");
    it finds these matches, but it literally prints out these:
    How about DeLillo[.|?|!] [A-Z] still haven't read him[.|?|!] [A-Z]r Saul Bellow[.|?|!] [A-Z] told you I like Herzog a lot...maybe
    thanks for your help!
    -Won

    You don't want to add a space if there is already a second space. The following will turn any number of spaces after the sentence into two spaces. Note if the whitespaces include a \n\n (paragraph mark) it will turn everything into one long paragraph.
    replaceAll("([\\.\\?!])\\s+", "$1  ");

  • How do I select multiple pictures and compact them so there is no space between them?

    I know this should be easy, but I am spending a ton of time trying to move 45 pictures in my video closer together...one by one. Is there a way to grab, let's say 20 pictures, and combine or compact them together so there is no space between them? I'm tired of doing it one by one and trying to get it right. Thanks -

    Are these connected clips? Probably not at this stage.
    If they were connected, and you wanted to shorten each one, the way to do that is to make the connected clips a secondary storyline and then shorten them. The magnetic storyline will pull them up next to each other.

  • 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

  • Should I overprint to avoid white space between colors when printing?

    Hello all,
                 I hope I don't get slammed for posting the wrong way! But I'll try.
    I print on a Summa DC4 thermal printer which prints one color at a time.
    I am using Illy CS4 with a cmyk document, all vectors.
    My Question is:
    Should I overprint to avoid white space between colors?
    CMYK document (But only the YMK will print) which contains:
    100% black background (rectangle)
    0% (white) Copy
    and Red (star) -  100% yellow x 100% magenta
    printed on white vinyl.
    the red object (star in this case) should bleed or overprint into the black background. Instead I get almost a white outline around the red star where the registration was minutely off.
    How can I avoid this from happening? By setting the yellow & magenta to overprint? I don't want the black to subtract the red object (star)
    Any advice would be greatly appreciated!
    Sincerely,
    C.

    I am unfamiliar with the Summa printer, but it sounds like there is no built-in provision for trapping.
    In that case, you should stroke the red star with the same color as the fill (100M + 100Y) and set only the stroke to overprint. That way, you still knock out the star area from the black background, but you've created the necessary spread trap to deal with the slight misregistration. Use the smallest possible stroke weight needed to solve your problem.

Maybe you are looking for

  • What is wrong with my macbook pro??

    I am at about my wit's end with my macbook pro. It's only a little over a year old, and for about two weeks has been running terribly. It was working perfectly fine until I completed the newest software update for my system. The first thing I noticed

  • How do I safely get rid of a partition?

    hi i recently bought a powrmac g4 off ebay with a 933 Mhz processor, 1.25 GB RAM and a 120 gig HD that was partitioned into 2 drives (by, i assume, the previous owner) with one of them running the OS. I just installed a new shiney Maxtor 200 gig HD a

  • Import stops at 30 pictures

    Using the Media Reader to transfer pictures to a 60 gig iPod photo with a 256 SanDisk CF card. Was trying to transfer 56 pictures. It just quit at 30 pictures, and there were 26 question marks in the iPod thumbnail section after the 30 pictures that

  • How to put bsp application mime object path in WAD 7.0?

    hi all. I'm already know 'bwmimerep:///sap/bw/mime/Customer' will be changed to /sap/bw/customer/  mime repository path when it's published in WAD7.0. but is there any way get mime path custom BSP Application? for example If I made test.jpg in 'ZBW'

  • InfoPackage ... want to load one specific gl acct

    Hi Gurus, I wanted to see if I can load all records related to only one specific gl acct. In InfoPackage in "Data Selection" tab, I was unable to bring Gl Acct InfoObject for selection. What do I need to do? Please help in this matter.