Space after in one style affecting the style before it

I have bit of text like this:
Bold head
regular body
when I add space after to the regular body style, it has the effect of adding space after the Bold head, but when I directly apply space after using the Control bar, this doesn't happen!
my regular body style has no space before.
Can anyone see why space after in one style would appear to affect the previous style.
when I say "previous" and "before" I mean in the order they appear relative to each other.
thank you!
John

No, there are no manual overrides. I tested with a manual formatting just as an experiment, but then removed it immediately afterward.
InDesign as with many other programs will indicate a modified style with a little "+"  None of my text shows this + sign next to their styles.
Thank you!

Similar Messages

  • New App Launcher Suite Bar in 365: what CSS styles affect the background color?

    There is a new suite bar in O365. What CSS styles affect the background color of the bar, app launcher button and the Office 365 text in SharePoint Online? I want to hide Office 365 text and add my logo there.

    Hi,
    Per my understanding, you might want to change the style of the suite bar and replace the “Office 365” text with your custom logo image.
    In Office 365 admin page, we can customize the theme of the suite bar for the whole :
    However, as there is no such option can replace the “Office 365” text with a custom icon there, a workaround is that we can use some custom JavaScript to modify the
    corresponding HTML source code to display the icon dynamically after the page loaded.
    After applying the code snippet below into the master page:
    <script type="text/javascript">
    _spBodyOnLoadFunctionNames.push("ready");
    function ready() {
    var logo = document.querySelector("#O365_MainLink_Logo");
    var s = '<img style="max-height: 27px" alt="logo" src="/_layouts/15/images/siteIcon.png?rev=38">';
    logo.innerHTML = s;
    </script>
    Every time when users open a page in this site, this custom code will be executed, the “Office 365” text will be replaced by a custom icon:
    More information about how to add custom code into master page(similar in SharePoint 2013):
    http://techtrainingnotes.blogspot.com/2012/05/adding-javascript-and-css-to-sharepoint.html
    What’s more, if doing in this way, we can only replace the “Office 365” text with a custom icon in Office 365 SharePoint Online sites, not the whole Office 365, this
    is a fact that you might want to know. For about how to replace that text for the whole organization, I suggest you open another thread in Office 365 forum, you will get more help and confirmed answers there.
    http://community.office365.com/en-us/forums/default.aspx
    Best regards      
    Patrick Liang
    TechNet Community Support

  • What CSS styles affect the background color of new suite bar?

    There is a new suite bar in O365. What CSS styles affect the background color of the bar, app launcher button and the Office 365 text in SharePoint Online? I want to hide Office 365 text and add my logo there.

    Hi,
    What new suite bar did you refer to?
    Please check if this image below is what you referred to:
    If yes, please note in this forum we mainly discuss questions and feedbacks about the Office client products, as your question is not about our products, I suggest you post the question in Office 365 Community Forum to get support:
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    If I misunderstood anything, feel free to let me know.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Fetching more than one row from a table after selecting one value from the dropdown

    Hi Experts,
    How can we fetch more than one row from a table after selecting one value from the dropdown.
    The scenario is that I have some entries in the dropdown like below
      A               B               C        
    11256          VID          911256  
    11256          VID          811256
    11256          SONY      11256
    The 'B' values are there in the dropdown. I have removed the duplicate entries from the dropdown so now the dropdownlist has only two values.for eg- 'VID' and'SONY'. So now, after selecting 'VID' from the dropdown I should get all the 'C' values. After this the "C' values are to be passed to other methods to fetch some data from other tables.
    Request your help on this.
    Thanks,
    Preeetam Narkhede.

    Hi Preetam!
    I hope I understand your request proberly, since this is more about Java and less about WebDynpro, but if I'm wrong, just follow up on this.
    Supposed you have some collection of your original table data stored in variable "origin". Populate a Hashtable using the values from column "B" (let's assume it's Strings) as keys and an ArrayList of whatever "C" is (let's assume String instances, too) as value (there's a lot of ways to iterate over whatever your datasource is, and since we do not know what your datasource is, maybe you'll have to follow another approach to get b and c vaues,but the principle should remain the same):
    // Declare a private variable for your Data at the appropriate place in your code
    private Hashtable temp = new Hashtable<String, ArrayList<String>>();
    // Then, in the method you use to retrieve backend data and populate the dropdown,
    // populate the Hashtable, too
    Iterator<TableData> a = origin.iterator();
    while (a.hasNext()) {
         TableData current = a.next();
         String b = current.getB();
         String c = current.getC();
         ArrayList<String> values = this.temp.get(b);
         if (values == null) {
              values = new ArrayList<String>();
         values.add(c);
         this.temp.put(b, values);
    So after this, you'll have a Hashtable with the B values als keys and collections of C values of this particular B as value:
    VID --> (911256, 811256)
    SONY --> (11256)
    Use
    temp.keySet()
    to populate your dropdown.
    After the user selects an entry from the dropdown (let's say stored in variable selectedB), you will be able to retrieve the collection of c's from your Hashtable
    // In the metod you handle the selection event with, get the c value collection
    //and use it to select from your other table
    ArrayList<String> selectedCs = this.temp.get(selectedB);
    // now iterate over the selectedCs items and use each of these
    //to continue retrieving whatever data you need...
    for (String oneC : selectedCs) {
         // Select Data from backend using oneC in the where-Clause or whatever...
    Hope that helps
    Michael

  • Keeping a Style in the Styles Drawer

    Whenever I make a new style, it only appears in that document. I need to use certain formatting for my school papers, though. How can I keep the style in the styles drawer across all of my documents?

    Knockoutdoc wrote:
    In the original doc that you created that list, did Pages "learn" that list. In other words, when you hit return to start a new line, when you hit decrease indent did it revert from the bullet to a number? I am sorry if I am not making myself clear, but it is hard in email.
    Yes it does remember as I have Created a new Style list. I named it Custom mixed list. When I decrease the indent using the Inspector palette it behaves as it should.
    Also, it seems that you saved this into the style drawer, and not as a template? Is this true? I know you can import styles from previous documents and apply them.
    You need to create a list style you like first. Click on the small triangle that shows when a style is selected. Save the style with a new name. It will only be remembered in that document so if you want to use it again save the document as an template for later use-

  • Add at least one process to the chain before saving !!!

    Hello SDN s,
    How ya all ?
    I am building a Process Chain which loads around 35 Transactional Data InfoPackages. For this the requirement is to Delete Indexes collectively before the 35 data loads and after the data loads the Indexes has to be Generated.
    Here i D&D the Data Target Administration -> Delete Index with that Create Index (Generated from DROPINDEX) came automatically. I removed the link between these 2, and tried to keep the 1 st InfoPackage with Execute InfoPackage, it gave me the message
    Display More Chains:
    Process Z_DELODS (type DROPCUBE) has already been used in other chains
    Do you want these chains to be displayed in the maintenance screen too
    Yes / No / Cancel
    Then i tried to save or activate the PC it throws this message "Add at least one process to the chain before saving"
    What could be the problem here ?
    Best Regards....
    Sankar Kumar
    +91 98403 47141

    Hi,
    Please select <b>No</b> when it displays the message
    Display More Chains:
    Process Z_DELODS (type DROPCUBE) has already been used in other chains
    Do you want these chains to be displayed in the maintenance screen too
    Yes / No / Cancel
    Include atleast one process after the start process before saving..
    Hope this helps you...

  • How can i insert to word number pages after 6 pages but considering the pages before

    how can i insert to word number pages after 6 pages but considering the pages before.

    I assume this is Microsoft Word, and you want the first six pages to have no footer, subsequent pages to have a footer showing the page number.
    1. Insert a section break after the first six pages.
    2. Insert page numbers. This will add a footer with page numbers to both sections.
    3. Unlink the section 2 footer from the section 1 footer. [Click in the footer area, uncheck Link to Previous in the Header and Footer toolbar.]
    4. Delete the page number from the section 1 footer.
    Your document will now show page numbering on all pages starting with section 2.

  • How do I access *load paragraph styles* from the styles pallet menu?

    Adobe help informs me that I can bring styles from other documents into an existing document by doing this:
    "To copy paragraph styles from one publication to another choose Load Paragraph Styles from the Paragraph Styles panel menu."
    I do not see any menu in the paragraph style menu. I am in CS5. What am I missing?

    I'm sorry, I found it. I had to go back to my G4 and the CS version to see what to do. I did not recognize the small feature on the window yielding the menu.

  • How Do I change the Order of Styles in the Styles Pallet?

    I have gone through quite a number of pre-made styles and made a few of my own styles.
    I have a pallet with about 30 styles that I use the most. How do I rearrange them so those that I use the most appear at the top of the pallet?
    I am using Photoshop CS4 Extended.
    Thanks

    It appears impossible to move them around, even as text-only entries, so either remove all the ones you don't use, or create your own panel of styles using the Configurator utility.
    http://labs.adobe.com/technologies/configurator/
    Someone may come up with a better idea.
    EDIT: Just saw Zeno's idea.

  • PUZZLED: Iphone 4s ran out of space after taking one photo from lock screen and deleted whole photo album. Can I recover?

    My phone is running 6.0.1. I took one photo from the lock screen by sliding up the camera button.  It was a little blurry so I tried again and the iphone 4ssaid it couldn't because the phone was out of space. 
    After shutting the phone off and turning it back, put in the passcode and checked my photos and they were all gone.  my usage says I only have 150kb left on the 16gb phone it says zero photos and zero videos. I only have 10 applications and 606 songs.  It seems the photos are still on the device as the space is being used but i cant access them.  Any idea or suggestions will help. Thanks

    I i backup from current state would it not backup without the photos. Maybe I should just restore from the last backup posible and this should have all photos until then. But before i restore from backup I wish i could just access the photos. I don't understand in the first place how they all deleted, and secondly why iphone still recognizes the space being used.  This is such a glitch, which is very frustrating.  i wish someone at apple can give me more insight....

  • Iphone 4s ran out of space after taking one photo from lock screen and deleted whole photo album. Can I recover?

    My phone is running 6.0.1. I took one photo from the lock screen by sliding up the camera button.  It was a little blurry so I tried again and the iphone 4s said it couldn't because the phone was out of space. 
    After shutting the phone off and turning it back, put in the passcode and checked my photos and they were all gone.  Usage says I only have 150mb left on the 16gb phone it says zero photos and zero videos. I only have 10 applications and 606 songs.  It seems the photos are still on the device as the space is being used but i cant access them. Is very puzzleing...Where did they go and can I recover them? Any idea or suggestions will help. Thanks

    I i backup from current state would it not backup without the photos. Maybe I should just restore from the last backup posible and this should have all photos until then. But before i restore from backup I wish i could just access the photos. I don't understand in the first place how they all deleted, and secondly why iphone still recognizes the space being used.  This is such a glitch, which is very frustrating.  i wish someone at apple can give me more insight....

  • In BDCs, after adding one field to the screen, which one is the better proc

    Hi,
    My client requirement In BDCs, after recording the legacy data by using MM01, After some time adding one field to the screen, How can we record the  for the new field.
    If any one knows pls help me total process.
    Warm regards,
    Venkat.

    Identify the screen in which this new field is added and simply add one more line to add the bdc record for this field in that screen.
    If the screen is also entirely new, then you have to identify the previous screen, the okcode to go to this new screen and finally the next screen and the okcode to go to the next screen along with the field BDC record.
    I don't think it is necessary to redo all the recording as long as you can follow the existing code.

  • How to get space after a letter section in the Index

    Hi
    I've created an index successfully from multiple InDesign documents and brought it into the document. Struggling to work out how to get a space to appear between the end of one letter section (eg 'A' entries) and next section (eg 'B' entries). Trying to avoid using 'space before' on the paragraph style as this will probably make a gap before the 'A' entry. Any ideas?
    Thanks
    Alex

    Have worked it out - ended up trying the 'space before' on the paragraph style for index titles and this sorted it with no space before the first title

  • Why the extra space after an h3 title on the page?

    I am somewhat a newbie and I am working on a webpage for a
    lady. She wants me to remove the extra space below the title and I
    have it set as an h3 tag. The title is at the top, "eMarketing -
    Standing out in the In-Box"... and then there is this big space
    below it. Why? I have the title set as h3 and the rest as a
    paragraph. This is in a table so the h3 tag is on one row and
    immediately to the next row is the paragraph tag. How can I remove
    this extra space to bring the content up underneath the title?
    My test site of this page is at:
    http://www.dazzlewebstudio.com/testing/falkenstein/special/index_NEW.html
    Please help.
    CK

    Use CSS to control the top/bottom margins on the <h3>
    tag?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "computerkitten" <[email protected]> wrote
    in message
    news:g6gdoa$dea$[email protected]..
    >I am somewhat a newbie and I am working on a webpage for
    a lady. She wants
    >me
    > to remove the extra space below the title and I have it
    set as an h3 tag.
    > The
    > title is at the top, "eMarketing - Standing out in the
    In-Box"... and then
    > there is this big space below it. Why? I have the title
    set as h3 and
    > the
    > rest as a paragraph. This is in a table so the h3 tag is
    on one row and
    > immediately to the next row is the paragraph tag. How
    can I remove this
    > extra
    > space to bring the content up underneath the title?
    >
    > My test site of this page is at:
    >
    >
    http://www.dazzlewebstudio.com/testing/falkenstein/special/index_NEW.html
    >
    > Please help.
    > CK
    >

  • LightRoom 5 on two computers. will action on one catalog affect the other?

    I have LR 5 installed on my MacBookPro laptop and my iMac.  Will an action taken on one to delete a file affect LR catalog on the other computer?

    The catalog on each computer is separate. If you delete a file on one computer, and then copying that catalog to the other computer, then the deleted image will not show in the catalog. However, that image will still be on the hard drive on the second computer.

Maybe you are looking for