Create automatic white gap/bar with paragraph style

Hello,
Thanks to your help and the Paragraph Ruler trick, I managed to get automatic title formatting (the grey background)
Now, I would like to get automatically white gap as in line two but I can't figure out how to do it (tried with strikethrough but it's all over the text, you can't cheat).
Any idea?
Thanks.

Here I am (sorry I didn't answer before, during the weekend i am not in my office).
You didn't tell us why do you want to change the text box width? That could help us to give you a better answer.
However if you need to have different text box width you can use this method:
Only one paragraph style with only one rule column width, "vertical line" and grep style.
Below one example:

Similar Messages

  • How to export RTF with paragraph style names?

    Anybody can help me "how to export RTF with paragraph style names?"
    Thank you

    It's not something that's natively done with Indesign.
    However it's possible that it might be able to be scripted.
    Check the scripting forum
    http://forums.adobe.com/community/indesign/indesign_scripting

  • Scripts to insert metadata automatically to document with paragraph style

    Hello,
    I am trying to find a way to automatically insert  metadata into my document through paragraph style in indesign cs5.5.
    This will be myDocument title, the Author name and myDocument description.
    Is there anyone who can help me with this project?
    Thanks.

    Place the script in the following location: C:\Program Files\Adobe\Adobe InDesign CS6\Scripts\startup scripts
    If you close the document the script will automatically put the metadata in your indesign file (use ctrl+w or menu -> file -> close option to close the file)
    Code:
    #targetengine session
    //if you want to test the script for your active document, comment the below line else copy the script in your startup folder
    app.menuActions.itemByName("Close").eventListeners.add("beforeInvoke", function()
    var myDoc = app.activeDocument;
    var docTitleText="";
    var docDescripText="";
    app.findGrepPreferences = app.changeGrepPreferences = null;
    app.findGrepPreferences.findWhat = '.+';
    found = app.activeDocument.findGrep (true);
    for (j = found.length-1; j >=0 ; j--)
        var foundText = found[j].contents;
        //You can define multiple Paragraph style for Document Title
        if(found[j].texts[0].appliedParagraphStyle.name=="docTitle1")
            docTitleText=found[j].contents;
        else if(found[j].texts[0].appliedParagraphStyle.name=="docTitle2")
            docTitleText=docTitleText + " " + found[j].contents;
        else if(found[j].texts[0].appliedParagraphStyle.name=="docTitle3")
            docTitleText=docTitleText + " " + found[j].contents;
        //You can define multiple Paragraph style for Document Description
        else if(found[j].texts[0].appliedParagraphStyle.name=="docDescription1")
            docDescripText=found[j].contents;
        else if(found[j].texts[0].appliedParagraphStyle.name=="docDescription2")
            docDescripText=docDescripText + " " + found[j].contents;
        else if(found[j].texts[0].appliedParagraphStyle.name=="docDescription3")
            docDescripText=docDescripText + " " + found[j].contents;
    with (myDoc.metadataPreferences){
        author = "My Name";
        documentTitle = docTitleText;
        description = docDescripText;
    Vandy

  • Automatic place graphic below a paragraph style

    Is it possible in Indesign CS4 to place automatic a graphic below or above a paragraph style when you apply the paragraph style to a paragraph?
    In Framemaker it is possible, because they use "Reference pages" and in the the window to design a paragraph style, you can select which item on the reference page must automatic added below or above that style.
    I'm new for Indesign and I would like to know how to solve this problem. Any suggestions?

    jessevic wrote:
    That would be the most possible acceptable solution Peter!
    In Framemaker is this also the solution, but I thought there would be a better solution.
    In Frame, I created also a tabel with 2 columns and 1 row, in Indesign I will create a table with 2 columns and 2 rows.
    I hope it is possible to create a table-style where the illustration is already inserted.
    In ID, if you prefer, you can create a one-row two-column table, then split the left cell horizontally (Table > Split Cell Horizontally), paste the graphic in the bottom part of the split cell, and the text in the upper, then adjust sizes.
    If you want the developers to consider adding the ability to attach a container above/below a paragraph style to ID, post a formal request at:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    DTP Tools' cross-reference plug-in for ID has a feature that you may want to investigate; the inserted cross-reference can define a cross-reference format that displays the reference source text according to the language property at the insertion point.
    EDIT: Contact for this plug-in is at www.dtptools.com.
    For example, if your cross-reference source text is "Note:", you can define the cross-reference format to display it as "Nota:" if the surrounding language at the insertion point is Italian, "Aviso:" if it's Spanish, "Achtung:" if it's German, etc. (DISCLAIMER: I'm only guessing at the word for "Note" in these other languages.) It's something like conditional text behavior, but instead of choosing show/hide, you set the language attribute for all content in the document to make it work. It may be simpler, hence more practical, to change the show/hide condition setting, which you can do across a book of files with the Synchronize feature, than to change all text styles to a particular language. Unlike FM, ID doesn't have a Global Update Options feature to change a property, like language, in all, (or selected) paragraph styles in a document in one action. Based-on paragraph and character styles might introduce more complexity than is necessary, though the operation is only needed once per language version.
    This may be TMI - probably conditional text is the simplest to implement, once it's set up.
    HTH
    Regards,
    Peter Gold
    KnowHow ProServices
    Message was edited by: [email protected]

  • Framemaker 8 problem with paragraph styles

    Hi,
    I manage a documentation (one file) including paragraph styles organized like that :
    -- Chapter
         |--- Sub chapter
           |--- Sub Sub chapter
    My question is simple
    When a create a PDF file from my document, including bookmarks, I'm encountering the following problem :
    The "chapter 4", "sub chapter 4" and "sub sub chapter 4" paragraphs are created correctly. The bookmarks are created with the correct place.
    Like that :
    |---- chapter 4
      |---- sub chapter 4
       |----- sub sub chapter 4
    BUT
    The "sub sub chapter "5 paragraph styles are created into the "Chapter 4" structure, added with the "sub sub chapter" of Chapter 4. And the Chapter 5 just contains the "chapter 5" and "sub chapter 5" bookmarks.
    Like that :
    Chapter 4
        |---- sub chapter 4
           |---- sub sub chapter 4
           |---- sub sub chapter 5
    Chapter 5
       |--- sub chapter 5
    After checking the structure of my document, I do not find any thing which could create this problem.
    The paragraph styles seems to be correct.
    Thank you so so much to help me because I don't know how to replace the "sub sub chapter 5" below the" sub chapter 5".
    Phil ;o)

    There are a few ways to go with this. One is to put all the files in a Book,
    temporarily, and set the one with the correct style definition as the
    source, then synchronize the paragraph styles. This will change ALL styles
    with the same names throughout all the documents, and add any styles that
    are present in the source, but not in one of the other files, so it is a bit
    risky, especially if any styles are based on or [Basic
    Paragraph] itself is used in one of the files and it isn't already defined
    exactly the same in all files.
    You can also open any file and go to the Paragraph Styles panel menu and
    choose Load Styles, then select the style you want to load, and how to
    handle a conflict (Use Incoming), which will give you more control over what
    happens.
    Or each time you open a file and get the missing font warning you can go to
    Find Font and select the missing font, then pcik your substitute, check the
    redefine styles box, and click Change All. This would probably be the best
    choice since it doesn't depend on style names to make the correct changes.

  • Issue with paragraph styles and overflow

    Hi all, I have been having a massive problem with my paragraph styles for a book I am working on for my employer.
    http://cl.ly/2b3p2q412H0b1r3n1L3Z
    The paragraph on the bottom right is the overflow text. For some reason, although the paragraph is all in the "body" paragraph style, once it goes into the overflow textbox, the spacing changes. If I expand the textbox on the left, everything is single spaced. It is quite bizzare.
    I have also tried deleting the textbox on the right and creating a new overflow textbox, but there is no change... I can't figure out what is happening.
    I am using Adobe InDesign CS5.5..
    Thanks!

    (Without looking at the file) Check that paragraph for "Align to baseline" settings.
    See http://www.youtube.com/watch?v=Jla1sy_0FLQ for what this is :)

  • Having trouble with paragraph styles in CS4?

    Let me start by saying that I am recently switched from Quark, so I am very much a newbie at InDesign. I have been watching as many videos as possible, but can't seem to find the answers in them to specific questions like this.
    I have been taking old brochures that were created in ID3, and pasting type and photos into a new format that was created in ID4. The new format has paragraph styles created already, with updated fonts and other formatting as well.
    When I flow in all the new type, and click on the style sheet, it does change the type to the correct font and size, but there are formats within the paragraph that are not being updated. For instance: the whole paragraph (according to the style applied) should be Gotham Book, but even after applying the style to it, part of it stays Gotham Bold. It was bold in the earlier version of the document, but needs to be unbolded in this one.
    Why, when I apply the style, does it not affect the whole paragraph?

    The latter: InDesign CS3 files are being changed to a new design in InDesign CS4. I did not create either of these files, but am just making the changes from old style to new style, on about 15 different brochures.
    I guess I need to find a quick way to undo any character styles that were applied previously throughout the whole brochure. I want to be able to flow in the old copy, select all of the body copy for instance, and apply the new paragraph styles, without worrying that there is some other formatting in there that I don't even know about. I thought that applying the new paragraph styles would undo ANY of the previous formatting, but that turns out not to be the case.
    I think the poster who suggested doing a find/change might be onto something, but my brain hurts right now, so I am quitting for the day and having a lovely glass of chardonnay... I'll start again fresh in the morning.

  • Problem with paragraph style overrides and character formatting

    I've had this problem for a long time, and sometimes it resolves itself, sometimes it doesn't. Finally I'm begging for help.
    I am typesetting academic articles into a journal.  We use endnotes. The endnotes have both italic and regular formatting--italics for book and journal titles, and foreign phrases.
    Sometimes when I place the text, the formatting reverts to whatever it was in Word.  To try to fix that, I've begun stripping the Word formatting from the original document, making everything "Courier New" and just importing it like that.  I figured this would clear a lot of the problems I've had with fiddly formatting issues.
    I was mistaken. 
    Here is what happens:
    When I place the document it comes up in the original Courier New font, with italics and other formatting intact.  If I click "article style" which is the main article paragraph  style format, normally it changes.  but if I right click and select "apply article style" it is more likely to change the paragraph to the proper style, with italics and other formatting still intact.
    But when it gets to endnotes, I'm sort of screwed.
    My endnotes style is a bulletted style, so that I can have the endnote numbers consistent.  but this seems to screw all the style formatting.
    Here is what I do:
    With the cursor in endnote text, I click "bulleted endnote style".  The character format remains the same, with a + beside the style. The endnote number format is different, however.  If I click "clear overrides" it does in fact change to the proper formatting, but it strips any italics or other character in the text.  This is frustrating because many of these endnotes have lots of italicized journal and book titles, and it takes a long time to figure out which ones I need to reitalicize manually.
    I have tried to use the "customize style import>Style mapping" but it has not fixed anything.
    Please help me figure out how to make these transitions more smoothly.  I am open to suggestions both on how to make the changes once the document is placed in the Indesign file, and also making modifications to formats in the native Word file so that I don't have these problems. 
    Thanks
    Dan

    Sorry, that last message wasn't supposed to send (if that's not obvious!). I was writing it and got interrupted.  Damn iphone. 
    I know why there are two numbers.  This is not an issue. What I didn't finish writing was that, the note number before i bullet it is a different font/ format. Again, not a problem.  Here is something interesting, though.  If I delete that original number by placing the cursor in the middle of it (say a between the 4 and 2 of 42) then delete everything by Shift+arrow forward, press delete then delete the rest of the unnecessary characters, THEN apply the style formatting, it works just fine.  Is it something to do with the character codes of those original note numbers? 
    Word drops in so many hidden codes that it screws everything up!

  • I have created a Fireworks nav bar with drop down menus. Can't get the weblinks to save.

    I have been trying to add the web addresses in my Fireworks nav bar drop down menus. I can't get them to "take". I add the address, click done and some of them save and some don't. I am pulling my hair out! HELP!

    the easiest way is constructing your menu with frame labels
    now i have no way of knowing how you are constructing it ..so
    this may not work for you ...i assume that you have created a main
    button ...that has been converted into a symbol & then
    duplicated to create all other buttons
    okay here it goes ..i hope i dont confuse you
    i will explain how to create 1 button with 4 submenu items
    with the trems that i mentioned above
    but iam not going to explain all the details of creating a
    whole nav bar
    because it just takes too much typing ...i assume you already
    know this
    sooo ! ...lets say this is the Portfoio button ...inside the
    symbol now
    create 8 layers ...the order is going from top to bottom
    actions
    labels
    submenu Logos
    submenu Illustration
    submenu Animation
    submenu Coolstuff ."you will name your button items how you
    like" ...
    main button....lets just say Portfolio !
    invisible btn for main button
    so now on with the hard stuff
    create 20 frames ...stop action on frame 1 ...frame 9
    ...frame 20
    on the labels layer now ....name frame1 "Closed" ...frame 10
    "Open"
    on the submenu Logos layer ...create a keyframe on frame 10
    all frames before the 10th frame will be blank frames
    repeat that for the rest of the submenu items
    on the main button layer you will just place the main
    Portfolio button on frame 1
    & on the invisible button layer ..the inv btn is going to
    be placed on frame 10
    all this is iam hoping your have converted everything into1
    symbol
    all you need to do know is attach code to the main Portfolio
    button & the invisible button
    so click on the Portfolio button
    on (rollOver) {
    gotoAndStop("open");
    invisible button
    on (rollOver){
    gotoAndPlay("closed");
    & that should be good ...very simple !
    then just repeat this process for every button that makes up
    your nav bar ....& it doesn't matter if your inv buttons
    overlap each other or your main nav buttons are touching each other
    peace John

  • Locking up with paragraph style change

    I'm using the latest version of InDesign CC 2014; I'm working on a relatively simple 154-page document.
    When I try to apply a change to a paragraph style, however, the application quits responding and I get the "beachball" until I force-quit. I've tried changing the style within the Paragraph Styles dialog, and changing it in the text then redefining the style. Nothing works.
    I also tried exporting the file to be able to be opened in InDesign CS6; that crashed the application, and sent a report to Adobe.
    Any help?

    I've found that it is document-specific; in other words, it only happens with certain ID documents. But I can't tell what the common points are among the documents.

  • Is it possible to create table of contents without having paragraph style ?

    Hi all
    I have designed my magazine for school project in indesign including 20 pages ,now I wanted to make table of contents but I have difficultly to make I watched some tutorial online but it seems that I had to make paragraph style . actually I do not know anything about paragraph style and I just designed my pages manually ,anyone can help me please ?

    zidane010h wrote:
    actually I do not know anything about paragraph style and I just designed my pages manually
    This would be a good time to learn about styles, and if this is a class project they should have covered styles in your class.
    The built-in TOC feature depends on paragraph styles. Without them you'll be stuck making the TOC manually (though you can use cross-refernces to keep it up to date, but that's an even more advanced concept than styles).

  • I'm having problems with paragraph style. It remains last style even if I aplply basic paragraph style

    Paragraph style is not working properly in either two licences if got for CC InDesign 2014.2
    Styles do not apply correctly, it remains last style applied even if I aplply basic paragraph style.
    Is anybody having the same problem? Do you have any explanation or solution for it? Is there any spanish chat or forum?
    I appreciate your quick answer

    There is a Spanish forum here: Foro en español. Is there a character style applied to the text?

  • How do I create a horizontal nav-bar with CSS, set to an exact width?

    I have a problem that I need help with. All I need to do is
    to create a simple text-based horizontal navigation bar using CSS.
    I have seen many CSS tutorials online about how to make a
    horizontal navigation bar using unordered lists, but they all seem
    to either set the bar to be centred or to the full width of the
    page, or if they do set it to be a certain width, then the buttons
    within that width are centred within pre-defined widths for each
    one.
    Unfortunately none of these help me - let me explain my
    scenario...
    I have an area that is exactly 700px wide. In this area I
    want to put 5 text hyperlinks.
    I want the first text-link to be aligned to the left of my
    700px width, and I want the last text-link to be aligned to the
    right of the 700px width.
    I want the spaces between each of these text-links to all be
    the same.
    The only definite known width is the overall 700px. I will
    not know the width of each text-link, as (a) they are all live
    text, and (b) the phrases for each could change.
    I have mocked up a quick diagram showing in more detail
    precisely what I mean:
    http://www.nothowitlooks.com/temp/navbar.gif
    Can anyone please help me with this?
    Thanks.

    .oO(BrettArchibald)
    >Oh look, a third person joining the discussion and not
    actually proposing any
    >solutions to the original query. Just what this thread
    needs.
    Oh look, a person seeking for help turning into a troll. Just
    what this
    group needs.
    > Well, to be fair, Kim did make a sterling effort in
    trying, but just didn't
    >manage to fully understand the layout required.
    >
    > To address your "points":
    >
    quote:
    some things simply can't be done or don't make any sense in
    the Web. Even a
    >client has to accept that. Let them write wishes to Santa
    Clause if they want,
    >but they have to accept the rules of the medium they're
    working with.
    >Period.
    > Wrong, wrong, silly comment and wrong.
    >
    > To elaborate: firstly, with regards to design,
    everything can be done, it's
    >simply a matter of how.
    Only in your fantasy. In practice there are always some
    limits enforced
    by the used material or technology. You simply can't violate
    such basic
    rules and laws, even if you would like to.
    >Whether you use text, images, tables, CSS, or even
    >Flash, the objective is first to design the site with
    both your client's and
    >their customers needs and expectations, and then to build
    it, regardless of how
    >difficult-to-code that design may or may not be.
    It always looks good on paper, but not every design can be
    turned into
    practice. This not only applies to web design, but to almost
    every kind
    of development. Often enough you have to find compromises or
    workarounds
    if the engineers say "won't work". The problem is that many
    designers
    don't understand this or don't want to. They're just thinking
    and living
    in their perfect theoretical world, but have no idea of how
    things work
    in the real world. And many theoretical things simply don't
    work there.
    Each medium has its own rules and laws. Some things may work
    well for a
    printed paper for example, but not in the Web and vice versa.
    Of course
    you can try to break these rules, but you'll definitely fail.
    >You should not compromise your
    >design because of a lack of coding knowledge.
    It's not lack if coding knowledge if you refuse to try things
    that are
    impossible or don't make sense. It's quite the opposite,
    because you
    don't have to waste your time with something that won't work
    at all.
    >If you don't know how to do it
    >yourself, then find out how to do it (which is what I was
    *originally* trying
    >to do here, remember?).
    Quite easy. Surf the web, and if you see something like what
    you want,
    just have a look at the source code or post the URL here. If
    it can be
    done, then it already has been done. Just show us an example
    and we'll
    happily explain it to you.
    > Secondly, no, a client does NOT have to accept that
    "some things simply can't
    >be done or don't make any sense in the Web".
    Sure they have. The client is not always king. And if they
    insist on
    stupid things and always know it better - why the hell are
    they hiring
    you instead of doing it themselves? If they want their work
    to be done
    by an expert, they should also _listen_ to that expert and
    let him do
    his work properly instead of telling him how he should do it.
    That's not
    going to work.
    >Like I said earlier, some clients
    >are not interested in hearing about how what they want
    cannot be done, and any
    >attempts to tell them so only serve to convince them to
    take their work, and
    >their money, to someone else. Most clients, thankfully,
    are adaptable and
    >willing to reason. However, some are not, and if these
    clients take their money
    >elsewhere, you lose the job and you don't get paid. It's
    that simple.
    Let's say you want a little film to be made about whatever.
    Would you
    tell the director where he should position the cameras, the
    lights and
    all the stuff? He already knows _what_ you want to get, so
    why don't you
    just let him decide _how_ to do it? It's his job! And if he
    says that
    filming directly towards bright sunlight usually doesn't work
    well, you
    should respect his expert opinion.
    >
    quote:
    You won't make friends here with such an attitude. Please
    stop insulting
    >regulars or just leave.
    >
    > Firstly, I'm not here to make friends. Neither am I here
    to make enemies. I am
    >here to get help with a coding problem. When people offer
    "alternative advice"
    >that hinders my progress in finding a solution, I tell
    them so. I give back
    >what I get.
    You asked for advice and you got proper answers. We really
    don't need
    people here just looking for the answers they want to hear.
    Often enough
    people are coming here looking for a cure to a particular
    problem, while
    it would be much easier to avoid that problem right from the
    beginning.
    Of course if they don't want to hear such alternatives -
    their problem.
    > Secondly, I was not aware that "regulars" to this site
    had any special
    >"insult-free privileges" or suchlike that newcomers did
    not.
    It's not the best idea to bite the hand that feeds you. It's
    the group's
    regulars who answer almost all of the questions here. And
    most of them
    also know how to use a killfile.
    >I don't care if
    >someone is a regular or a newcomer - when I ask a
    technical question and
    >instead of either potential advice or even silence, I
    instead receive
    >un-warranted "design advice", I'll make my opinions
    known.
    So do we. If someone wants something that's not possible or
    not going to
    work, we'll "make our opinions known". After all that's what
    a free
    discussion board/forum/group is for.
    > As for the "just leave" suggestion for supposedly
    "insulting regulars", I
    >could very well say the exact same thing to you, for the
    reason of not actually
    >contributing anything to the discussion that attempts to
    address the original
    >query of this thread.
    > In fact, you know what, I think I will. Here goes:
    > Please either propose a solution to my original CSS
    problem or just leave.
    > There, how was that?
    Want to try again?
    With pure CSS and text links it can't be done within the
    given
    constraints. I even doubt that it's possible with a table. So
    either
    drop the fixed 700px width or the equal space between the
    buttons.
    > P.S: Seeing as though pedantry seems to be something
    you're interested in,
    >judging by the "rant" tag comment, I thought I'd point
    out that you spelled
    >Santa Clause wrong.
    You can keep the 'e'. In German we have more than enough of
    them.
    And if you would be familiar with web design, then you would
    have known
    where this ironic "error message" came from.
    Your turn.
    Micha

  • How can you create a spry menu bar with no background colour?

    How can you create the first level of a spry menu bar to have no colour? I have a coloured background right now and the colour matches when you load the site in Internet explorer but does not match in Firefox. Any suggestions are welcomed on how to fix this.
    Thanks!
    HK

    Here is the site:
    http://partnersnaturally.ca/
    I am learning with code, (obviously) so any feedback would be nice. I use dreamweaver CS4, but when I originally designed the site it was in a much older version of dreamweaver. I wonder if that could also be a cause. (besides human error)
    Thanks again,
    HK

  • Status bar with opera style page loading statistics?

    Anyone ever seen an app or terminal code or something that allows us to see page loading stats (seconds taken, # images loaded, speed, etc) like the status bar in Opera or one you can load in FF? I would love to have this ability in Safari. I found one that gives instant feedback on W3C compliance of the loaded page, but not about page loading stats.

    I want simple and quick view of time took page to load, how many images, speed, etc...
    Load times can be found under Develop > Show Network Timeline, or by clicking on the Network icon located in the left-side column of the main Web Inspector window.
    I use it sometimes BUT it is a stand alone window...
    You might try clicking on the window-merge toggle button found in the extreme lower left corner of the Web Inspector window, directly underneath the Network icon. Good luck.

Maybe you are looking for