Moving to the left (cfform="flash", cfformgroup="horizontal)

I am create a cfform using flash. I want 3 form fields to
appear on one
'line'. When I put them into a cfformgroup set to horizontal,
it moves
everything over about an inch to the right. I would like it
to line up with
the rest of the form elements. How can I get all the elements
in the form
group to align to the far left?
Thanks
Wally Kolcz
Developer / Support

I tried style="text-align:left" in the cfformgroup attribute,
but nothing
happened.

Similar Messages

  • The footer is moving to the left and no longer centered. It is like it is no longer in the container

    The footer is moving to the left and no longer centered. It is like it is no longer in the container. I don't see the container outline any longer. This same thing is happening in two different websites. Can you tell me what I am doing wrong?
    <!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>Dragonfly Toy Puppies Home Page</title>
    <style type="text/css">
    <!--
    body  {
        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: #FFF;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 100%;
        background-color: #000;
    .twoColFixLtHdr #container {
        width: 900px; /* the auto margins (in conjunction with a width) center the page */
        border: none; /* this overrides the text-align: center on the body element. */
        background-color: #000;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    .twoColFixLtHdr #header {
        background-color: #000;
        background-image: url(Images/Header.jpg);
        background-repeat: no-repeat;
        height: 350px;
        width: 900px;
        padding-top: 0;
        padding-right: 0px;
        padding-bottom: 20;
        padding-left: 0px;
    .twoColFixLtHdr #sidebar1 {
        float: left; /* since this element is floated, a width must be given */
        width: 240px;
        height: auto;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #000;
        text-align: center;
    a img {border: none;
    a { outline: 0;
    #sidebar1 a #poodle   {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        cursor: pointer;
        text-decoration: none;
    #sidebar1 a #maltese {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        cursor: pointer;
    #sidebar1 a #yorkie {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        cursor: pointer;
    #sidebar1 a #partiyorkie {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        cursor: pointer;
    #sidebar1 a #dachshund {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        cursor: pointer;
    #sidebar1 a #maltipoo {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        cursor: pointer;
    #sidebar1 a #morkie {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        cursor: pointer;
    .twoColFixLtHdr #mainContent {
        padding: 20; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background-color: #000;
        height: auto;
        width: 660px;
        text-align: center;
        margin: 0px;
        float: left;
    .twoColFixLtHdr #footer {
        background-color: #000;
        width: 900px;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
        clear: none;
        float: none;
        height: auto;
    .twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="twoColFixLtHdr">
    <div id="container">
      <div id="header">
      <!-- end #header --></div>
      <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#">Home</a>      </li>
          <li><a href="#">Services</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Sires &amp; Dams</a>
            <ul>
              <li><a href="#">Toy Poodles</a></li>
              <li><a href="#">Maltese</a></li>
              <li><a href="#">Yorkies</a></li>
              <li><a href="#">Parti Yorkies</a></li>
              <li><a href="#">Mini Dachsunds</a></li>
              <li><a href="#">Maltipoos</a></li>
              <li><a href="#">Morkies</a></li>
            </ul>
          </li>
          <li><a href="#">Puppy Care</a></li>
    <li><a href="#">Success Stories</a></li>
    <li><a href="#">Contact Us</a>      </li>
    </ul>
      <div id="sidebar1">
        <h2>Puppies for Sale</h2>
        <p> Click on your Favorite Breed</p>
        <h2><a href="poodle.htm" onmousedown="MM_swapImage('poodle','','Images/poodle_active.jpg',1)"><img src="Images/poodle_link.jpg" alt="Link to Poodle Puppy Page" name="poodle" width="200" height="250" id="poodle" onmouseover="MM_swapImage('poodle','','Images/poodle_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="maltese.htm" onmousedown="MM_swapImage('maltese','','Images/maltese_active.jpg',1)"><img src="Images/maltese_link.jpg" alt="Link to Maltese Puppy Page" name="maltese" width="200" height="200" id="maltese" onmouseover="MM_swapImage('maltese','','Images/maltese_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="yorkie.htm" onmousedown="MM_swapImage('yorkie','','Images/yorkie_active.jpg',1)"><img src="Images/yorkie_link.jpg" alt="Link to Yorkie Puppy Page" name="yorkie" width="200" height="200" id="yorkie" onmouseover="MM_swapImage('yorkie','','Images/yorkie_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="parti_yorkie.htm" onmousedown="MM_swapImage('parti_yorkie','','Images/partiyorkie_active.jpg',1)"><img src="Images/partiyorkie_link.jpg" alt="Link to Parti Yorkie Puppy Page" name="partiyorkie" width="200" height="200" id="partiyorkie" onmouseover="MM_swapImage('partiyorkie','','Images/partiyorkie_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="dachshund.htm" onmousedown="MM_swapImage('dachshund','','Images/dachshund_active.jpg',1)"><img src="Images/dachshund_link.jpg" alt="Link for Mini Dachshund Puppy Page" name="dachshund" width="200" height="200" id="dachshund" onmouseover="MM_swapImage('dachshund','','Images/dachshund_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
          <a href="maltipoo.htm" onmousedown="MM_swapImage('maltipoo','','Images/maltipoo_active.jpg',1)"><img src="Images/maltipoo_link.jpg" alt="Link for Maltipoo Puppy Page" name="maltipoo" width="200" height="200" id="maltipoo" onmouseover="MM_swapImage('maltipoo','','Images/maltipoo_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
        <a href="morkie.htm" onmousedown="MM_swapImage('morkie','','Images/morkie_active.jpg',1)"><img src="Images/morkie_link.jpg" alt="Link to Morkie Puppy Page" name="morkie" width="200" height="200" id="morkie" onmouseover="MM_swapImage('morkie','','Images/morkie_hover.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></h2>
      </div>
    <!-- end #sidebar1 --></div>
      <div id="mainContent">
        <h1>Welcome </h1>
        <p>This Website is under Construction</p>
        <h2>Check Back Soon</h2>
      <!-- end #mainContent --></div>
        <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
    <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>

    You have an extra closing </div> where none is required.
    Beggining on line 215 of your code, change this:
    </div>
    <!-- end #sidebar1 --></div>
    to this:
    <!-- end #sidebar1 --></div>
    When problems occur, the W3C code validation tools will help you find errors in your code.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • My scrollbar unexpectedly has moved to the left side of the screen (only in Firefox), and I don't know how to move it back

    my scrollbar has unexpected moved to the left side of the screen in stead of the right side, and I don't know how to move it back. This only occurs in Firefox.

    Set the pref layout.scrollbar.side to ''2'' to place the scroll bar at the right side.
    See:
    * http://kb.mozillazine.org/layout.scrollbar.side (default is 0: user interface)

  • UWL Screen Customization - Refresh Link moved to the Left side

    Hi Experts,
    The UWL changed just a little bit our requirement,  the 'Refresh' HyperLink has been moved to the Left  side of the screen.
    I have been doing a lot of research but I can not find any documentation on how to do this. Anyone
    able to help me out with this?
    Thanks
    Srinivas

    Hi Srinivas,
    A printscreen of the issue is welcome. The refresh icon in the standard uwl is a small icon on the right hand side.
    So your mission is to align the refresh button to the left?

  • Mobile site - content moved to the left

    Hello everyone!
    I recently completed a site: www.threesistersgarden.org and i'm having a few issues when the site is being viewed on mobile. The first two pictures below are using Google Chrome browser (most recent 37.0.2062.117). As you can see by the right edge, all the content with the exception of the header is actually moved to the left. I'm not sure why this as the case as there is nothing there on the master or the actual page itself that should force all the content over. The background image at the top is not full screen nor is the image stretched to the edges. Please help!
    I know the site address up here says tssite.gor..etc but that was just where i took the screenshot. Even if you visit www.threesistersgarden.org the issue is still there.
    This screenshot was taken using the built in browser on my Galaxy S3. I have the most up to date firmware version. As you can see here, the header and footer is move over to the left.
    This same screenshot was taken when i tried to reload the page again. This time the header and footer don't move but you can see part of the logo and navigation menu is cut off. The links can only be selected by clicking the very bottom (ex the orange area shown).
    Thanks for your help everyone! If you need more information, please don't hesitate to ask!

    Hey Gaurav,
    Yes the site is published. I believe I've figured it out and it had to do with the width of the page image extending beyond the blue lined border on the page.
    View this on mobile:
    On this link, i've shrunk the image and fit it within the blue lined border. The footer shows up correctly on the mobile site and nothing is pushed to the left http://tssite.gorillaboston.com/the-farm.html
    This is the live page where the image extends beyond the blue lined border in the muse file but not beyond the white border http://www.threesistersgarden.org/the-farm.html
    I don't understand though why its moving all the content over to the left.

  • Satellite L300 - Icons moved to the left

    All icons on function bar, on Satellite L300, have moved to the left . Tried to bring them back to normal position with mouse but failed.
    What can i do?
    Thank you

    Hi buddy,
    Hmm... What icons you mean exactly? Do you mean the desktop icons?
    If yes you can move them via drag and drop. Thats pretty easy.
    By the way: What operating system you have?

  • My desktop icons mysteriously moved from the left to the right part of the screen. When I try to drag them back to the left, they pop back to the right when I release the mouse. What can I do?

    My desktop icons mysteriously moved from the left to the right of the screen, and scrambled the order. When I try to drag them back to the left, they pop right back to the right when I release the mouse. What can I do to place them where I want them on the screen?

    A LOT of them dont appear.
    What do you see in the window when you click on those?  A blank, black window?  An exclamation mark?  What?

  • My Macbook Pro (OSX 10.6.7 2.26 GHz Intel Core 2 Duo) has started misbehaving on me. When I'm working, the cursor will start spontaneously moving to the left in a straight line, and randomly right clicking on things.  If I close the computer and open it b

    my Macbook Pro (OSX 10.6.7 2.26 GHz Intel Core 2 Duo) has started misbehaving on me. When I'm working, the cursor will start spontaneously moving to the in a straight line, and randomly right clicking on things.
    If I close the computer and open it back up, it sometimes stops for a little while, then will spontaneously start again. Any help would be truly appreciated. Thanks!

    See this knowledge base article. Also, you might want to update to 10.6.8 (don't know that that will fix your problem, but it's the latest version of Snow Leopard).
    Clinton

  • Print Heads not moving to the left even after holding * button

    I did all the tricks to get the printheads to the left in order to replace them.   I cannot get them to move.   I know they work because the printer will print a b/w copy.   Is there any other tricks?   Even my MIS manager can't figure this out.  HELP!!!!
    I need to change the printheads.  

    Hello,
    Please click HERE to access the steps that should resolve the issue .
    If issue still exists, please call HP Tech Support for further assistance as it could be a hardware issue.
    If you are in US , the toll free # is 1-800-474-6836 .
    If you are not in US , then log on to www.hp.com , at bottom-left corner there is a world map icon, click on it and then select the region you belong to, which would then provide support options for you for that region.
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • Drawing Automation: Why is it moving to the left of where I draw???

    Hey everybody!
    OOOOK. I've run into a problem in 8 that I also had with LP7. It's pretty simple to explain (I think). When I draw in automation using the Marquee tool and then drag the automation up or down, Logic slides the automation information over to the left. For example, when I am editing Volume Automation, I drag the marquee over all of bar 5 and pull that automation down a few dB, but Logic then moves the automation to bar 4 beat three to bar 5 beat three. It works like that everywhere in my session. Another example: I highlight pan automation using the marquee tool from bar 6 beat 1 to bar 6 beat 3 and pull it up (which would mean left with panning) and Logic will move that automation info to bar 5 beat 4 to bar 6 beat 2.
    If that doesn't make sense I'd be happy to try and clarify further.
    What's going on here? Anybody know? Is this particular session just corrupt? Anyone who can shed some light on this would be much appreciated! The marquee tool is a really great and convenient tool but when it's not working the way it's supposed to it's very frustrating.
    THANKS!!

    Great idea, but no...it didn't correct the problem. I did try it though.
    Here's a weird observation: The only time I've had corrupt Logic files in the past month is when I assign a different icon than the default to any of the tracks. And I'm not using my own icons...I'm using the icons that come with Logic and show up in the menu. I don't have time to test this some more at the moment but might do it some more soon to see if that's in fact what's causing things to go crazy.
    Any other experiences similar to my own?

  • Currency issue - decimals moved to the left

    Hello gurus,
    I have an issue with an upload from a flat file. All of the key figures are upload corectly except 1 (YEN), It is uploaded with 2 decimals inside the numer. EX: In the file is 100,00 YEN  and after upload is 10000,00 YEN.
    How can I change that?
    Thanx,
    Ramona

    Hi Ramona:
       Please refer to the SAP Notes below.
    1176399 - "Loading amounts to the BW system; decimal places"
    1240163 - "Amount too high by factor of 100 for HUF, JPY currencies"
    Regards,
    Francisco Milán.
    Edited by: Francisco Milan on Oct 13, 2010 12:06 PM

  • Macbook screen is moved to the left.

    I just noticed today that my Macbook 6.1's screen is off center by about 1mm. It was 1cm but I managed to move it over a bit. I know that this sounds a little OCD because it dosnot effect the performance in any way but i think that a $1000 laptop should not do this when it has been babied since I bought it. If any body has any advice it would be greatly appreciated.

    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings

  • Moving a sequence of one clic to the right or to the left

    I'm looking for a way to move a sequence in a track of one clic, I mean a micro - very small- moving to adjuste it with another track. Moving to the left or to the right of half a milimeter or just one milimeter.
    It is possible to move it 1cm or more but for a very little (micro) space, it is impossible for me now.
    Il there a way to do that?
    iMac 27 wiht Mavericks (10.9.4) and GarageBand 10.0.2

    Thank you Isteveus.  It works.
    Now can we use one of the keys to move a sequence or we only can do this with the mouse?

  • Scroll FX - Content container are moving outside the browser.

    Hi together!
    I have a question, that makes me mad since a month or so.
    I am curious if anyone has an answer or can at least tell me where I made the mistake...
    I made a small one page site - no Master page. The browser fill is a mosaic with a scroll effect.
    The navigation is made with icons and I used anchors to navigate to the single points.
    All works fine on my PC.
    But when I visit the page on another PC, or Mac, or change Browsers and I use the navigation, or simply scroll down, the pages (content containers) start to move to the left.
    I am sure it has something to do with the anchors, but I am not sure ...
    In older versions I always put the anchos at the right or left side of the page, so they wouldn't disturb me. But a few days ago I saw a tutorial, and this guy placed all the anchors in the center of the page.
    So I did - this time - the same. And it really works fin on MY PC - but nowhere else ...
    Please if anyone can help me this would be great!!
    This is the link to the page.
    http://dus00101.businesscatalyst.com/
    The screenshot below shows how it looks in IE.
    You can clearly see, that the containers for the content are moving to the left side.
    Its always the left side - never the right!
    Thank you in advance for your help.
    Michelle

    The content on the page is 1500 pixels wide. (As you resize the browser window smaller the horizontal scroll bar appears when the browser window is less than 1500 pixels wide. As long as the browser window is narrower than 1500 pixels, there will be a horizontal scroll bar and horizontal scrolling will occur when scrolling to an anchor.
    If all the anchors are at the same x: position, then once the page has been scrolled to one of the anchors all subsequent scrolling will be vertical only (unless the user manually scrolls horizontally to a different position).
    If you visit a parallax site such as http://muse.adobe.com the content is 980px wide.
    You can turn off the ability to scroll horizontally, which will hide the horizontal scrollbar, using a snippet of code pasted into the Page Properties <head> section, but doing so is strongly discouraged since it will interfere with the normal navigation of your site for those visiting your site on small screens.
    <style type="text/css">
    body {
       overflow-x:hidden;
    </style>

  • I would like to know it it's possible to change the scroll bar from the right part of the firefox browser, to the left part and, if it's possible, how can it be done. Thank you!

    The scroll bar (the one used to scroll up and down any kind of website), that is normally in the right part of the firefox browser, would be of much help to me if it could sometimes be moved to the left part of the browser. Is this possible? How can it be done? Can anybody tell me the exact steps to take in order to do this (if it is possible of course)? This would be helpfull to me, since I think that the firefox scroll bar is overlaping the scroll part of the facebook chat sidebar, since I just can see a few people on this facebook chat sidebar and I can´t scroll along it, as I could a while ago. So my guess is that the firefox scroll bar is covering the other. In order to solve it in a simpler way, I guessed that if the firefox scroll bar could be moved to the left side of the browser, this problem could be solved. So, can anybody help me?

    http://kb.mozillazine.org/layout.scrollbar.side
    Type '''about:config''' in Location (address) bar
    filter for '''layout.scrollbar.side'''
    Right-click the Preference and Modify it to '''3'''
    You may need to reload any pages open to have scrollbar move to left after Preference change.

Maybe you are looking for

  • Track Labels Incorrect on Burned CD's

    Some of the CD's that I burn with songs purchased from iTunes have the incorrect artist listed with the track names. In all cases, the song name is correct, but the artist was the one performing the prior song. Any suggestions? This has happened in m

  • PDF looks different on iOS

    My PDF form looks and acts differently on my iPad vs. my computer both using reader. Has anyone else had issues? Or know of a solution?

  • BEX 7.0 patch subcomponents

    If we open query designer it gives a message update frontend patch but already we have SAP gui 610 patch level 9 and BEX 3.5 ..to make BEX 7.0 what things should I install on the frontend computer.

  • IPod won't be shown in source list

    Hi. I succesfully intalled iTunes in my laptop but when I connect an iPod shuffle or a motorola rokr, despite I can access them by windows like any usb pen drive, they aren't displayed in the source list. How could I solve this? pls Bye.

  • Sync music from 2009 iMac to iPhone 5c.

    I have a 2009 iMac and a new iPhone5c.  I can't sync my music because I don't have a new enough version of itunes on my iMac.  I can't get the version I need because my operating system is too old.  Can anybody help please? I'm not very good with thi