How To Reduce Space Between Text and Image

I am trying to wrap text around an irregular shape in InDesign CS4. I used the pen tool to mark the outline of the image, cut the image, then selected the pen outline and pasted the image into the outline. With the TextWrap settings set to what is in this dialog box, text wrapping appears fine on the right-hand side, but has too much space on the left-hand side.
If I try to reduce the space even further, it just affects the right-hand side of the image, not the left:
It is doing the same thing for all of my irregularly-shaped images where I try to wrap text. How can I reduce the whitespace to the left of the image?

Actually just noticed your text is already justified apologies.
Couple more things you can try to improve this:
From Control panel menu choose Justification and try using the following settings:
Minimum
Desired
Maximum
Word Spacing
80%
100%
120%
Letter Spacing
-2%
0%
2%
Glyph Scaling
98%
100%
102%
Also check that Single Word Justification is set to Full Justify.
Cari

Similar Messages

  • Space between text and images?

    I have a gallery of images with headings above them and am trying to change the distance between the text and the images. I have tried floats and padding but cant get it to work. My headings are in a table and my images are not so it seems that there is some sort of default padding between the images and the text tables.
    Here is a link..
    http://www.rsicorp.org/rsi/silvagilroy.html

    Copy & paste this into a new, blank html page.  It's a real quick and dirty layout but hopefully it will show you what you need to know.
    FYI Code errors do matter. 90% of browser rendering issues are directly related to code.  Trouble shooting is made that much easier when you work with clean 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>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled</title>
    <style type="text/css">
    CSS layout modified by Alt-Web Design and Publishing www.alt-web.com 8/17/2010
    body {
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Helvetica,sans-serif;
    background: #FFF;
    text-align:center;
    #container {
    width : 1000px; /**adjust width in px, ems or % **/
    margin : 0 auto; /**centered on page**/
    border : 1px solid #020873;
    text-align : left;
    background: navy;
    #header {
    width: 100%;
    min-height: 100px; /**same height as background image; if none; remove height**/
    _height: 100px;
    padding:0;
    color: #FFF;
    #header h1 {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    text-transform:uppercase;
    #header address {
    padding: 0 20px;
    font-size: 14px;
    font-weight:bold;
    #sidebar1 {
    width: 175px;
    height: 1%;
    padding: 15px 5px;
    /**to reduce float drop issues in IE6**/
    overflow: hidden;
    float: left;     
    color: #FFF;
    #mainContent {
    margin: 0 0 0 190px;
    background: #FFF;
    padding: 10px;
    #footer {
    padding: 0 10px;
    background:#DDD;
    clear: both;
    #footer p {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    color: #CC3300;
    text-align: center;
    /**BEGIN PHOTOS**/
    /**this styles the image container**/
    #photos p {
    float:left;
    padding: 10px;
    border: 1px solid silver;
    /**this styles caption text**/
    font: italic 12px/1 Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    text-align:center;
    line-height: 2em;
    margin: 22px;
    /**same size images recommended, adjust as req'rd**/
    #photos img {
    width:121px;
    height:90px
    /**photos float clearing**/
    .clearing {
    clear:left;
    height:1px;
    width: 100%;
    /**re-usable CLASSES**/
    .left {text-align: left}
    .center {text-align: center}
    .right {text-align:right}
    </style>
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of
    IE in this conditional comment */
    body {font-size: 76%}
    #sidebar1 {
    padding-top: 30px; word-wrap: break-word; }
    #mainContent { zoom: 100%; padding-top: 15px; }
    /* the above proprietary zoom property
    gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    </head>
    <body>
    <div id="container">
    <div id="header">
    <h1 class="right">Company Name </h1>
    <address class="right">
    address, city, state,
    telephone
    </address>
    <!-- end #header --> </div>
    <div id="sidebar1">
    <p>#sidebar1 = 175px wide + 10px padding </p>
    <p>insert your list menus here</p>
    <p>insert your ads here</p>
    <p> </p>
    <p>&lt;end of sidebar1&gt; </p>
    <!--end sidebar1 --> </div>
    <!--begin mainContent -->
    <div id="mainContent">
    <h1>#container = 1000px  </h1>
    <h1>#mainContent = left-margin 190px </h1>
    <h3>  </h3>
    <h3>Begin #Photos </h3>
    <!--begin photos -->
    <div id="photos">
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <!--end photos --></div>
    <!--IMPORTANT! clear floats after photos div-->
    <hr class="clearing" />
    <!-- end #mainContent --></div>
    <div id="footer">
    <p>Your footer text goes here</p>
    <!-- end #footer --> </div>
    <!-- end #container --> </div>
    </body><!--end body -->
    </html> <!--end document -->
    Good luck with your project,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to maintain Space between text in Smart form

    Hi Experts,
    How to maintain space between text in smat form.
    For example
    I need to maintain like this
    Prepared By:                       Passed By:                  Approved By:       
        but after save it come like this 
    Prepared By:   Passed By:  Approved By:      
    How to maintain spaces between texts?
    Regards,
    Sreedhar.

    hi,
    we can give space in the smartform in the same way as in the scripts with two commas one space can be given.
    when u click on the text in the window ,
    there in the general attributes at the left hand side u can find a small icon for editor in that u can define the spaces with the variable to be printed in &var&.

  • When I print a webpage from FF how can I make the text and images bigger?

    I am trying to print an eticket for a flight. The text on the schedule comes out too small and the UPC symbol's black lines look ganged together. I know I can view it zoomed up, but how do I make the text and images stay zoomed so they will print out that way?

    I upgraded but the problem remains. At least with Firefox I do have the option to print a selection even if it mangles the top and bottom lines. With Safari or Chrome I have no option to print a selection. At the moment the only way to get a complete copy of the selection is to copy to openoffice etc and print from there.

  • 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

  • How to maintain space between value and base unit of measure in sapscript

    Hi Guys,
    I am working on an upgradtion project, i have problem like while upgrading from 4.6b to 5.0. i need to main a space between value and base unit of measure. can anyone letme know how to maintain in the form. I mean in sapscript.
    Thanks,
    Yogesh

    There are a couple of ways to handle this,  if you need a bigger space between, you can use tabs in the paragraph format.  Or you can just write the space in between the fields like so.
    ZA  &MSEG-MENGE& &MSEG-MEINS&
    Regards,
    RIch Heilman

  • How to reduce space between cell border and text ?

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

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

  • How to introduce Space between currencyCode and number using convertNumber in adf

    Hi,
    We are trying to use the af:convertNumber tag inside the af:outputText to apply the currency code in front of the number.
    We would like to introduce a space between currency code and number by using the currency converter.
    Sample code snippet is as below.
    Eg.
    <af:outputText value="#{pageFlowScope.myManagedBean.annualSalary}" id="aot8">
        <af:convertNumber type="currency" currencyCode="USD"/>
    </af:outputText>
    Output shown from the above code is as: USD11,234.00
    but we want to display as : USD 11,234.00(space after USD)
    Please suggest us as what we can use to achieve the above requirements.
    we are using jdev version 11.1.1.5.0 on windows 7 OS.
    Thanks,
    Shivaji

    Timo,
    if we use value="USD #{pageFlowScope.myManagedBean.annualSalary}", other default formats for the number will not work, it will treat as a string, even if we pass the number/bigdecimal type to the outputtext.
    And if we write two separate output texts that will be bad way, to achieve this, as we have many fields to apply the same in our application.
    Looking for better options on this.
    Thanks,

  • Need one space between text and border line

    Please, help me.
    Is there any way to offset the text from the border a bit?
    I would like to have a black line around some boilerplate text, but the text is always butted against the border. Is there a way to offset the text a bit ?
    I've been searching in this forum and google and didn't find the answer yet.
    Thanks,
    Lan

    HamidHelal wrote:
    Lan_Desu wrote:
    Please, help me.
    Is there any way to offset the text from the border a bit?
    I would like to have a black line around some boilerplate text, but the text is always butted against the border. Is there a way to offset the text a bit ?
    I've been searching in this forum and google and didn't find the answer yet.
    Hi, Lan
    if yo want to place a line you may choose underline option. Otherwise take a line/draw a line and keep space between the text and line.
    Hope this helps
    HamidIs there a way easily?
    I already know that that solution. But it is troublesome when I face editing later - I have to edit all of it.
    But thanks for the answer :)

  • Need one space between text and line color

    Is there any way to offset the text from the border a bit? I
    would like to have a black line around some boilerplate text,
    but the text is always butted against the border. Is there a
    way to offset the text a bit

    HamidHelal wrote:
    Lan_Desu wrote:
    Please, help me.
    Is there any way to offset the text from the border a bit?
    I would like to have a black line around some boilerplate text, but the text is always butted against the border. Is there a way to offset the text a bit ?
    I've been searching in this forum and google and didn't find the answer yet.
    Hi, Lan
    if yo want to place a line you may choose underline option. Otherwise take a line/draw a line and keep space between the text and line.
    Hope this helps
    HamidIs there a way easily?
    I already know that that solution. But it is troublesome when I face editing later - I have to edit all of it.
    But thanks for the answer :)

  • How do I leave editable text and images in a PDF?

    I recently bought a flyer template and it came as an editable PDF.  Here is one of the templates http://www.wendygarratt.com/images/flyer.pdf
    Every field, both text and graphic object, is fully editable in the free Adobe reader.  I have Acrobat X and have tried all the methods of producing something like this but nothing has worked.  I wish to produce not just one page template PDFs that can be edited like the one above, but I also have a 20+ page magazine, which currently is distributed in PDF form and I wanted certain image and text fields within the magazine to be customisable too. 
    I design the magazine using InDesign and the exported pages are composed of 1 large background image with text fields laid over the top.  I have tried exporting it as an interactive PDF, ticking the layers option for Acrobat, but when I try to create an editable form (Tools>Forms>Create>Open file) it does not recognise any of the text fields at all.
    Can someone please help me before I slam my head repeatedly in a door?  I have been searching for a solution for so long and I'm getting rather frustrated.
    Thank you in advance
    Wendy-G

    Thanks for the replies I've had so far, but I really need some detailed help to sort this.
    I want to be able to create a PDF that has editable text and editable graphics over a background image, that can be edited in the free Adobe Reader, as per this item - http://www.wendygarratt.com/images/flyer.pdf
    I know this was designed in LiveCycle and I have LiveCycle and Adobe Acrobat Pro X, but LiveCycle is new to me.  I am a quick learner (I use Photoshop, InDesign, etc) and need help in getting started.
    I am willing to work with someone to help get this sorted but it is urgent that I get to grips with this.
    Thanks so much for helping
    Wendy-G

  • How to reduce space between lines in Thunderbird

    newest TB update changed the look of TB with too much space between lines everywhere; would like to change back so to have more lines visible and not as spaced out in height, so I can see more folders and emails at once

    Interesting....as there hasn't been any changes in what you describe.
    Did you use a theme addon or the default theme?
    Check that no addons are interfering with the view.
    so restart in Thunderbird Safe mode.
    Help > Restart with addons disabled.
    If this improves what you are seeing then one of your addons is causing it.
    Process of elimination, disabling one a ta time to see which one it is. Maybe an addon needs to be updated.
    If you changed your screen resolution then it would effect the size of icons on desktop, all windows you open etc. Less dpi size increases the display items.

  • Unexpected gap between text and image.

    I have hit a slight snag on my webpage: <http://www.peterforkes.com/Test>.
    if you scroll to the bottom you will see the send of the text area and then there is a gap and then there is the image that I was to be flush up against the bottom of the text.  Unfortunately, there is a gap creeping in that I cannot figure out ho wto remove.
    Can anyone offer any advice as to why this gap is there and (more importantly) how I get rid of it?
    Thanks.

    Peter A. Forkes wrote:
    Can you also point out where I have added the margin in this page that is causing the top image to be separated from the main body on this page?
    <http://www.peterforkes.com/resume>
    No gap - must have sorted it out since posting?

  • How to reduce space between paragraphs in bullet list

    I am making a bullet list and I got it to work using CSS up to a point. The problem is that I need to put paragraph breaks between the bullet items and those paragraph breaks are huge, so my list is all spread out vertically. How do I make a break that is smaller, like a fraction of a line, but still keeps the bullet point set up?
    Here is the URL http://www.williambellomy.com/Amenities.html
    Thanks

    That's your table structure for the list at the bottom, which will explain the different spacing. The first list is all in one cell.
    I see you've got list items in separate cells on other pages too - it's not the most reliable way to do it. Keep your list together and use the margin attribute in your style sheets.

  • Resizing text and images with actions and keeping it resized for the next slides, how to?

    Hello everybody,
    I searched over the net and in this support section for a solution to my problem, but i didnt find any, so...here I am asking you experts.
    Through a particular use of different actions I make a logo "compose" in the first slide of my presentation (the logo is composed by text and images that interact), then in the second slide i make it resize so it goes 50% of its size and moves down like a TV logo, in the corner of the slide, and I want it to stay there for all the lenght of the presentation.
    It might be a stupid problem, but I didnt understand how to keep it there, 50% of its size and always in that position. If i duplicate the slide I obviously duplicate the 100%-size-logo, not its 50%-size-version, and if i shrink it in order to make it be 50% of its size the text size doesnt shrink so i have to change the text size manually, but the visual effect is imperfect.
    Lets summarize:
    slide 1: text appears, image appears, the text and the image move and "compose" the logo
    slide 2: the complete logo reduces its size to 50% and moves in the lower corner of the presentation, in the place I want it to be for, lets say, 20 slides
    slide 3: i want to have this logo already reduced in size and in its position, in the right lower corner, but if i try to group the different parts of the composed logo and i try to squeeze them the font doesnt change its size, I only squeeze the area that the text occupies.
    Some help please guys?
    Thanks in advance,
    Dom-
    (add: the problem is kind of similar to this: https://discussions.apple.com/message/9179367#9179367 . the idea of making a slide that contains the logo and text in the exact positions they would be after the move and scale actions is good and that was my first attempt, the probem is that it looks impossible to me to create a second "little" version of the logo that looks exactly the same of the first one that i reduced, so i hope there is some way to tell the app to use "the first logo, only resized the way i want", and thats the point where the problem with the size of the text comes out)

    Hi pritam,
    The “maintain proportions of window for different monitor
    resolutions” property will maintain the proportional size of the front panel
    (its x and y sizes) when opened in a different resolution. The front panel
    objects will not be resized and will appear larger (and may not fit inside the
    front panel) when saved in a higher resolution, and moved to a lower
    resolution. You can use the “Keep window proportions” property to achieve the
    same results.
    To have both the front panel dimensions and front panel
    controls scale, you need to have both the above property and the “scale all
    objects on front panel as the window resizes” selected. The labels will not be
    resized by this.
    I tried using both properties on two monitors and noticed
    that the change does not occur when the resolutions between the monitors are
    different. I had to lower both monitors’ resolution to see the change work
    properly.
    Please post back if you have any questions. Have a great day!
    Ryan D.
    District Sales Manager for Boston & Northern New England
    National Instruments

Maybe you are looking for

  • How to read the data file and write into the same file without a temp table

    Hi, I have a requirement as below: We are running lockbox process for several business, but for a few businesses we have requirement where in we receive a flat file in different format other than how the transmission format is defined. This is a 10.7

  • Mail Application will not open after 10.6.8 update

    So, I'm currently trying to update my parent's computer and in the process of updating their Mail application it has become unusable.  My computer at home (not my parents computer) ran into the same problem before I updated to Lion and deleting the p

  • Material Document Not Shows the System

    Dear All      In my client is Done the Migo W r t Po but that Materail document not shows the PO History and Mb51, but i check the PO in delivery is Complted in delidery status. plz i need your help. Thanks  And Regards Sonu

  • How can I flip many slides in Photoshop Elements 12 ?

    How can I flip a large number of slides that have been scanned the wrong way up ? I can do them one at a time, but this gets tedious.  I have over 1,000 !

  • # of approvals are waiting for a particular person's approval

    Hi ,     Is there any way to find out how many approval's are waiting for a particaula person's approval. We are planning to add this our intranet to tell that, this many no of approval are waiting for his approval. Thanks inadvance, Regards, VT