Adding space between a buttons in a navigation list

Hello,
I am currently using apex 3.2.1 with a 10g backend. All of my forms are using a button list navigation. On one of my forms, I want to add more space between two buttons. Is this possible?
Thanks,
Mary

That doesn't work for a button list navigation. It just makes the button bigger. I need space between two of the list entries in the navigation.
Thanks,
Mary

Similar Messages

  • How can i set the space between two button?

    Hello,
    I have
    <mx:HBox>
    <mx:Button label="one" />
    <mx:Button label="two" />
    </mx:HBox>
    how can i set the distance between this two compotents?
    Thanks

    quote:
    Originally posted by:
    robinbouc77
    Hi,
    you can use horizontalGap property on HBox to change the
    space between your buttons. I think the default value is 6. You can
    also use <mx:Spacer/>, but changing the gap on HBox is
    probably the cleanest way ;)
    C U
    perfect!!! works fine

  • How in the heck did the spaces between the buttons get in there?

    Hello,
    Go to this link:  http://www.peterdanko.com/peterdanko.com/gb_installation2.html#  Note the white spaces between the buttons.  They are not supposed to be there.  All margins/borders are set to zero.  Then, because of this white space, the last button gets tossed into the great cyber void.
    What am I doing wrong? and how come when I used this same structure on other pages it worked perfectly?
    Thanks,

    Hi Peter,
    about hotspots: you only need to build an image with your buttons (I made it at the moment with 5 so that I can send it here), like this:
    Then you have to insert this image in your DW file, a menu opens, which looks like this (German DW):
    Now you can do 10 overlays with these green (rectangle) areas and assign each aerea with a link.
    Hans-G.

  • Adding spaces between words

    I currently have a navigation menu with 5 words, each of which are also a link. I want each of the words to be spaces about 30 pixels from one another. I don’t want to use a table to separate them.
    I can copy “ ” seven times between each word in the html code to add 7 spaces between each them, thus achieving the desired result, but several online forums warn against this.
    I read somewhere online about creating space objects to achive this spacing, but if possible, I’d like to do this using CSS. I tried creating a CSS style called “NavStyle” and then under the Box category, adding 30 pixels of left padding and 30 pixels of right padding to the style and then applying this style to the 5 words in the navigation menu, but this appears to have created padding only to the left of the first navigation word and to the right of the last navigation word, rather than to between the words. Adding 30 pixels to the left and right margins had the same effect.
    Is there some other way in spacing this five words from one another in CSS that I am missing?

    I have a similar problem. Though i am trying to space out some titles on my footer. The titles in two cases are made up of two words. So when i apply word spacing it spaces the title also
    I would like:
         • "Westbeach Media" left Aligned
         •"Digital Media", Center and
         •"Contact" Right
    Any help would be much appreciated
    Content
    <div id="footer"> <div align="left">
                          <ul>
                        <h4> <li><a href="Index.html">Westbeach Media</a></li>
                        <li><a href="">Digital Media</a></li>
                          <li><a href="Contact.html">Contact</a></li></h4>
                        </ul>
                        </div></div>
    CSS
    #footer
    position: absolute;
    left:20px;
    top: 1030px;
    width:960px;
    #footer
    ul
    #footer
    ul li
    list-style-type:none;
    display:inline;
    word-spacing:250px;
    #footer a:link
    { font-weight:bold; text-decoration:none;color:#333; }
    #footer a:visited
    { font-weight:bold; text-decoration:none;color:#333; }
    #footer a:active
    { font-weight:bold; text-decoration:none;color:#333; }
    #footer a:hover
    { font-weight:bold; text-decoration:none;color:#F60; }

  • When viewing email in my webmail inbox there are added spaces between paragraphs, these are not there in Internet Explorer and Chrome

    I use GoDaddy's webmail service, when I open an email that has several paragraphs the spaces between them are double, sometimes triple, spaced; this is apparent in Internet Explorer and Chrome

    Not related to your question:
    Your plugins list shows outdated plugin(s) with known security and stability risks.
    * Shockwave Flash 10.0 r12
    * Java Plug-in 1.6.0_03 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp#jdk (you need JRE)
    Update the [[Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    Are you zooming the page or have increased the minimum font size?
    See http://kb.mozillazine.org/Zoom_text_of_web_pages
    See also http://kb.mozillazine.org/Websites_look_wrong

  • Reg: Adding spaces between texts in ALV list header

    Hi All,
    I was implementing a client requirement for ALV. The list header should contain something of this format.
    Pgm Id:               ZZZ01
    After this list header it is ALV display.
    I did this using the concatenate statement.
    ex: Concatenate 'PgmID' sy-repid into listheader seperated by space.
    But this is not showing spaces between text in ALV display. See I want a tabspace between the texts in headr. Any idea on how to mak it?
    Rakesh

    Depending on Fontsize the space might be so narrow that you believe its not there.
    check in the debugger if there is really a space in the string, the clause "separated by space" will insert one for sure.
    May be you'reshowing the ALV before you are modifying the listheader?
    Another approach is using strings, blanks at the end of a string are not deleted
    concatenate 'ABC ' 'XYZ' into s.
    and
    concatenate `ABC ` `XYZ` into s.
    will give different results, be aware of the difference in the quots in both cases. Using the second example you can insert as many blanks as you want.

  • Adding space between songs on my playlist

    how do i add space between songs on my ipod mini??? i have tried to add space using a download from a "jazzercise" site but my ipod will not sync it...i need about 10 seconds between songs ...help!!!

    Create a 10-second audio track that is nothing but silence. Add the track to iTunes, then add it as many times as needed to your playlist between each song.
    Patrick

  • How to create space between Header text of Hierarchical ALV List.

    hi,
    I am display data using Hierarchical ALV List.
    In Perform of field catalog, I am writing this code:
    PERFORM fill_catalogue USING :
         'CHKBX'      'T_HEADER' 20  'Sess Decision Box'(t19) 'X',
          'SESS_NO'    'T_HEADER' 11  'Session'(t20)           ' ' ,
          'SESS_STAT'  'T_HEADER'  4  'Status'(t39)            ' ',
          'HOLD_STAT'  'T_HEADER'  4  'HOLD'(t52)              ' ',
          'ICON'       'T_HEADER'  9  'Tracking'(t21)          ' ' ,
          'CREATE_DT'  'T_HEADER' 10  'Archiving Date'(t22)    ' '  ,
          'AGING'      'T_HEADER' 50  'Aging'(t23)             ' ',
          'OBJECT'     'T_HEADER' 12  'Archive Obj'(t24)       ' ',
          'HOLD_INFO'  'T_HEADER' 100 'Hold Reason'            ' ' ,
          'YFY_DATA'   'T_HEADER' 4  'Data Fiscal Year'(t48)  ' ' ,
          'COMMENTS'   'T_HEADER' 50  'Session Notes'(t26)     ' ' ,
          'DATATYPE'   'T_HEADER' 50  'Archive Object Description'(t25) ' ',
          'APPR_STAT'    'T_ITEM' 16  'Approval Status'(t29)   ' ',
          'DESTR_DT_REV' 'T_ITEM' 10  'New Date'(t30)          ' ',
          'REJCT_REASON' 'T_ITEM' 60  'Rejection Reason'(t31)  ' '  .
    At output of this program , there are two rows in HEADER details.
    I want text 'Session notes' of 2nd row  under 'Archiving Date' of 1st row.
    For this i have to create space between 'Data Fiscal Year' & 'Session notes' text.
    How i can do this.
    Regards,
    Mamta

    Hi,
    You can use TOP-OF-PAGE event and pass this event to Hierarchical ALV FM.
    Thanks,
    Kartavya Kaushik.

  • How to increase space between two buttons in iphone

    Hi Iam creating 10 uibuttons dynamically and animate randomly. but any of two or four buttons are overlapped.
    plz tell me the solution.
    i have the following code in my ipad app:
    -(void)AnimateNumbers
        for(NSMutableDictionary *dict in self.buttonArray)
            UIButton *but=[dict objectForKey:@"Button"];
            CGPoint bcenter=but.center;
            int numx=[[dict objectForKey:@"Xvalue"]intValue];
            int numy=[[dict objectForKey:@"Yvalue"]intValue];
            bcenter.x+=numx;
            bcenter.y+=numy;
            //bcenter.x=bcenter.x+[dict objectForKey:@"Xvalue"];
            //bcenter.y=bcenter.y+[dict objectForKey:@"Yvalue"];
            but.center=bcenter;
            //if(uia)
             BOOL isPortrait = UIDeviceOrientationIsPortrait(self.interfaceOrientation);
            //NSLog(@"is portrait %@",isPortrait);
            //if(isPortrait)
                //NSLog(@"is portrait");
            if(isPortrait)
                if(bcenter.x>720)
                    [dict setValue:[NSNumber numberWithInt:-15] forKey:@"Xvalue"];
                if(bcenter.y>900)
                    [dict setValue:[NSNumber numberWithInt:-15] forKey:@"Yvalue"];
                if(bcenter.x<100)
                    [dict setValue:[NSNumber numberWithInt:35+but.tag] forKey:@"Xvalue"];
                if(bcenter.y<222)
                    [dict setValue:[NSNumber numberWithInt:35+but.tag] forKey:@"Yvalue"];
                self.correctwrongImageView.frame=CGRectMake(214,450,253,201);
            else {
                if(bcenter.x>900)
                    [dict setValue:[NSNumber numberWithInt:-15] forKey:@"Xvalue"];
                if(bcenter.y>720)
                    [dict setValue:[NSNumber numberWithInt:-15] forKey:@"Yvalue"];
                if(bcenter.x<100)
                    [dict setValue:[NSNumber numberWithInt:35] forKey:@"Xvalue"];
                if(bcenter.y<222)
                    [dict setValue:[NSNumber numberWithInt:35] forKey:@"Yvalue"];
                self.correctwrongImageView.frame=CGRectMake(362,351,253,201);
                //self.resultview.frame=CGRectMake(362,351,253,201);
    Thanks.

    You might get better responses posting this to the developers forum.

  • Why does firefox become less userfriendly with each update? first there no tab saver addon anymore and now there is no way to place spaces between the buttons

    there seems to be no possible way for any software developer to understand that whenever you release an update that changes the interface of the software it only annoys people
    i am now searching for a usable downgrade and looking around for an alternative for firefox
    thx for replacing userfriendlyness with that smooth and simple layout
    bringing back tab saver would perhaps change my mind despite the fact that my google search box and webadress box is now as wide as my screen witch is kinda useless not to mention ugly as fuck
    why instal a theme if there is always shit in front of it

    You can look at the Classic Theme Restorer extension to restore some functionality that was lost with the arrival of the Australis style in Firefox 29.
    *Classic Theme Restorer: https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    You can check the settings of the CTR extension via its Options/Preferences button on the "Firefox/Tools > Add-ons > Extensions" page.
    See also:
    *https://support.mozilla.org/kb/how-to-make-new-firefox-look-like-old-firefox
    *https://support.mozilla.org/kb/common-questions-after-updating-to-new-firefox
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox
    *http://forums.mozillazine.org/viewtopic.php?f=38&t=2824649

  • Eliminate Default Space Between Buttons

    This seems like a very simple problem - however, I cannot seem to find the solution for it.
    I have a VBox container and a Panel with vertical layout.  Each of them contain several buttons that are about 40 pixels high and extend to fill the width of the container.  The buttons are displayed vertically, but it seems as if Flex automatically asigns about 3 pixels worth of space between each button.  How do I eliminate this space?  There isn't a "Margin" property associated with the button.
    Here is an example..
    <mx:Panel x="83.5" y="186"
    width="250"
    height="435"
    layout="vertical"
    backgroundColor="#FFFFFF"
    borderColor="#B59D9D">
              <mx:Button width="100%" height="40" cornerRadius="0" label="Clothing" fontSize="18" color="#363535" fontWeight="normal" fontFamily="Verdana" borderColor="#FCFAFA"/>
              <mx:Button width="100%" height="40" cornerRadius="0" label="E-Books" fontSize="18" color="#363535" fontWeight="normal" fontFamily="Verdana"/>
              <mx:Button width="100%" height="40" cornerRadius="0" label="Laptops" fontSize="18" color="#363535" fontWeight="normal" fontFamily="Verdana"/>
              <mx:Button width="100%" height="40" cornerRadius="0" label="Movies" fontSize="18" color="#363535" fontWeight="normal" fontFamily="Verdana"/>
              <mx:Button width="100%" height="40" cornerRadius="0" label="Music" fontSize="18" color="#363535" fontWeight="normal" fontFamily="Verdana"/>
              <mx:Button width="100%" height="40" cornerRadius="0" label="Phones" fontSize="18" color="#363535" fontWeight="normal" fontFamily="Verdana"/>
              <mx:Button width="100%" height="40" cornerRadius="0" label="Software" fontSize="18" color="#363535" fontWeight="normal" fontFamily="Verdana"/>
    </mx:Panel>

    Thanks Prashant - it works!
    I didn't realize that it had to be added to the container for the buttons - I had been trying to apply it to each button instance.

  • How do I add vertical space between items in a WebHelp TOC in RoboHelp 10?

    I recently upgraded from RoboHelp 8 to RoboHelp 10. When generating my WebHelp output in RoboHelp 8, I added space between the items in the table of contents by editing the following line in the whthost.js file.
    var gsMargin="6pt";
    After upgrading, I edited the same line in the whthost.js file for RoboHelp 10. Unfortunately when I generate my WebHelp output in RoboHelp 10, no space is added between the items in the table of contents.
    Does anyone have any idea why editing this setting in the whthost.js file no longer produces the desired results? Does anyone have any suggestions?
    Thanks!
    George

    One way is to do something like this:
    1) create your styles like this:
    span {
        font-family: "Courier New", Courier, monospace;
        letter-spacing: 3px;
    2) create your HTML like this:
    <p> <span>Xc = 10^6/2* pi *50 * C Xc = 10^4/pi C </span></p>
    Now is this what you are looking for?  If not please post back so that something else can be suggested like Math HTML such as this one:
    <MATH>&int;_a_^b^{f(x)<over>1+x} dx</MATH>
    FF and latest IE9/10 supports MAtH HTML as far as I know.
    This is the picture of display in IE10:
    Good luck.

  • No space between phonetic name and department

    Has anyone experienced a problem on iPhone running iOS7 when using contacts. I recently added information to one of my contacts: department, phonetic name, company, etc. When I was done, I pushed "Done" and it showed me info without space between phonetic name and department. Words were written together. How can I contact apple to tell them to fix that issue?

    Hi there
    I may be wrong in my understanding with this. My own understanding is that when you have expanding text, the space between the expanded text and the next text was removed. For example:
    Here is a sentence with expanding text to click on.
    And if the user clicked the expanding text, the expansion occurred, but removed the space between the expanded text and the next word. So it looked like this:
    Here is a sentence with expanding textexpanded text contentto click on.
    So my understanding was that the update would correct things so that they looked like this:
    Here is a sentence with expanding textexpanded text content to click on. (Note the space between "content" and "to".)
    What you seem to be describing is that the text looks like this when you expand it:
    Here is a sentence with expanding textexpanded text content to click on.
    But you would prefer it look like this instead:
    Here is a sentence with expanding text expanded text content to click on. (Note the added space between "text" and "expanded".)
    My thought is that you can work past this by simply inserting a space character to precede the expanded text.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Tabbed Navigation List Session State

    I converted regular tabs to a tabbed navigation list because the user wanted the tabs on the left side, on a region, not on the top of a page. Now when I navigate between pages using the tabbed navigation list the session state is not saved. For example: the user changes something in a field on page 1 without submitting the change, navigates to page 2, then back to page 1; the change they made on page 1 is gone. How can I prevent this from happening?
    I've checked all of the branches and navigation list targets to make sure I'm not clearing the session state.
    Thanks, Elizabeth

    First, I added Personal_Page under Action/Request.No, that sets the request value in the branch URL.
    so I added Personal_Page in Expression1 under Conditions and set the Condition Type to Request=Expression1That will work. Maybe you have a branch that fires before it so it never evaluated this branch. Anyway, my suggestion was to use an application process, not branches. The firing point of the process should be after-submit, before computations and validations. The process would contain a block like:
    declare l_page varchar2(30);
    begin
      case
        when :request = 'Personal_Page' then
          l_page := '3';
        when :request = 'some other value' then
          l_page := '4';
        -- etc.
      end case;
      apex_application.g_unrecoverable_error := true;
      owa_util.redirect_url('f?p=' || :APP_ID || ':' || l_page || ':' || :APP_SESSION);
    end;Scott

  • Space between navigation bar images?

    I have 8 image in my navigation bar. When I had 7 (home, contacts, forums, etc) I had no space between them, but now that I have 8, a small space appeared between the images. How can I remove the space?
    Here is the problem:
    http://mjackson.freevar.com/home.html

    Instead of using a <p> tag and using align=center to enclose the navigation bar, I would use a div, give it a width (total width all the buttons added together)  and then use margin:0 auto; to center it on the page.
    Without having access to the images it's difficult to bring the code into DW for testing, but make sure there is no 'whitespace' in the code between the button images.

Maybe you are looking for

  • Using Multiple iPhoto Libraries

    Hi, I just got a new macbook pro. I have photo libraries on two other machines that I transferred over. I would rather not spend money to merge the libraries but every time I switch from one library to the other it duplicates the pictures in the "all

  • Apple tv 2 never works for me

    I spent hours on the phone to apple support when I bought the apple tv 6 months ago and it never worked unless plugged into my modem in the office directly. It seems to be something to do with the wireless network.... however, everything else on our

  • I have iCloud on MY PC and when I try to download attachments it is changing the file name to messagepart. What can i do to change this?

    I have iCloud on MY PC and when I try to download attachments it is changing the file name to messagepart. What can i do to change this?

  • INVOICE - AMOUNT DIFF.

    Dear All,                            User had made a service P.O for which rate for a job is Rs 1500 Per Ton. After Completion of Job Service entry done in ML81N, here the TON qty entered is only 33.5 ton instead of 35 ton. Now MIRO is done by FI Use

  • DOC BUG: 9.0.3.1 View Object Wizard and a Question

    First the question: What is the Passivate property for in the View Object Wizard's Attribute Settings page? Related Doc Bugs 9.0.3.1 Topic: Define New View Attribute Dialog (click Help button in New Attribute dialog when creating a view object attrib