Horizontal alignment problem

I'm in my fifth day with Muse, and I must say that for a designer like me, Muse is quite impressive! Congratulations to the Muse of the team.

The problem I have has to with one of 7 pages (containing a detailed contact form) who himself jogging a few pixels to the left when you choose this page in the menu. The site is centered horizontally. Nothing on the page extends beyond the page master, right or left. All other pages register perfectly between them. This 'jog' on this page only happens in both browser and when downloaded on BusinessCatalyst.

I tried to play with the designations of footer and PIN things. But... Withdraw the designation of my form footer causes the size of the page down extend vertically in an unacceptable manner. Pinning e-mail form seems to work in preview, but not when the site is downloaded.

I suspect that the real problem is with the detailed contact form itself: I've learned so far to keep religiously I do not want to exceed the default page size IN the size of the master page. (I work with 1366 x 786). Unfortunately, after setting the detailed form to fit my design, the form itself became 984 (bigger than my master page) tall and there seems to be NO WAY to adjust to all this "empty space" under the part visible and functional of the redesigned form. Unfortunately, the entry of the form Width and Height fields are grayed out. I suspect that this enlarged form space vertically is what is causing my problem with this page of left-jogging.

1. is it possible to adjust the size of extended and unnecessary form to integrate into my page master, other than to create the entire form again?

2 is this area expanded form a contact form detailed BUG?

Thanks for any help.

Hello

Could you please select the form, and under States, check States is to say "sending, the success of submit and error to submit.

Select States and check if you find something at the bottom of the form, which is placed at a distance, causing the form to stretch and the creation of the space?

If you are not able to find something here, please send your .muse file us to study? Please send it to [email protected]. If your file is larger than 20 MB, you can use something like Adobe SendNow or SendThisFile.

Don't forget to mention the link to that forum in your email so that we can identify the file.

Thank you best regards &,.

Sachin

Tags: Adobe Muse

Similar Questions

  • alignment problem

    Hi, I have an alignment problem with my program. I use two verticalfieldmanager in a horizontalfieldmanager to display two columns. The problem is, according to the Simulator tha I use, the text seems aligned or not. In 9000, there is no problem, because the width of the screen is great. But if I use the 8110, which has a narrower screen, this problem occurs. How can I solve this problem for all simulators? Thank you. My code:

    SerializableAttribute public class DetallesOfertaScreen extends form {}
          
    GestNearController controller;
    Horizontal CustomHorizontalManager;
    VerticalFieldManager campos;
    VerticalFieldManager labels;
    RoundRectVerticalManager contGlobal;
    RoundRectContainer contProyecto;
          
          
          
    public DetallesOfertaScreen (GestNearController controller) {}
              
    This.Controller = controller;

    Cabecera
    setTitle ("Datos cabecera");

    If (Controller.getOfertaActual ()! = null) {}
                  
    Campos = new VerticalFieldManager();
    labels = new VerticalFieldManager();
    horizontal = new CustomHorizontalManager();
    contGlobal = new RoundRectVerticalManager();
    contProyecto = new RoundRectContainer();
              
    TAM int = Controller.gettamanoscreen ();
    Fuente1 of police;
    Fuente2 of police;
                  
    If {(tam > 320)
    fuente1 = Util.getNewFont (21, Font.BOLD);
    fuente2 = Util.getNewFont (21, Font.PLAIN);
    labels.setFont (fuente1);
    campos.setFont (fuente2);
    }
    ElseIf (tam<>
    fuente1 = Util.getNewFont (15, Font.BOLD);
    fuente2 = Util.getNewFont (15, Font.PLAIN);
    labels.setFont (fuente1);
    campos.setFont (fuente2);
    }
    else {}
    fuente1 = Util.getNewFont (19, Font.BOLD);
    fuente2 = Util.getNewFont (19, Font.PLAIN);
    labels.setFont (fuente1);
    campos.setFont (fuente2);
    }
                  
    LabelField labelArea = new LabelField("Área:");
    LabelField labelLinea = new LabelField("Línea:");
    LabelField labelVO = new LabelField("VO:");
    LabelField labelTitulo = new LabelField("Título:");
    LabelField labelCliente = new LabelField("Cliente:");
    LabelField labelFechaOfer = new LabelField ("date offer :");
    LabelField labelFechaCom = new LabelField ("date beginning :");
    LabelField labelFechaPrev = new LabelField ("date Aprobacion :");
    LabelField labelJProy = new LabelField ("Jefe proyecto :"); ")
    LabelField labelMeses = new LabelField("Meses:");
    LabelField labelProbabilidad = new LabelField("Probabilidad:");
    LabelField labelHorasPrev = new LabelField ("Horas Previstas :");
    LabelField labelRevision = new LabelField("Revisión:");
    LabelField labelSector = new LabelField("Sector:");
              
    Offer OfertaDTO = controller.getOfertaActual ();
              
    String FechaCom = oferta.getFechaComienzo ();
    String months = oferta.getMesesNum ();
    String HorasPrev = oferta.getHorasPrev ();
    String revision = oferta.getRevision ();
    VO string = oferta.getVO ();
    String date = oferta.getFechaCreacion ();
    String title = oferta.getTitulo ();
    String client = oferta.getCliente ();
    Sector of strings = oferta.getSector ();
    String line = oferta.getLinea ();
    String domain = oferta.getArea ();
    String JefeProyecto = oferta.getJefeProyecto ();
    String FPrevAprob = oferta.getFechaPrevAprob ();
    String probability = oferta.getProbabilidad ();
              
    LabelField input1 = new LabelField (Area);
    LabelField to input2 = new LabelField (Linea);
    Input3 LabelField = new LabelField (VO);
    Input4 LabelField = new LabelField (title);
    LabelField input5 = new LabelField (client);
    LabelField input6 = new LabelField (FechaCom);
    LabelField input7 = new LabelField (FPrevAprob);
    LabelField input8 = new LabelField (date);
    LabelField input9 = new LabelField (JefeProyecto);
    LabelField input10 = new LabelField (months);
    LabelField input11 = new LabelField (probability);
    LabelField input12 = new LabelField (HorasPrev);
    LabelField input13 = new LabelField (Revision);
    LabelField input14 = new LabelField (Sector);
              
    Añadimos a los contenedores
    labels. Add (labelArea);
    labels. Add (labelLinea);
    labels. Add (labelVO);
    labels. Add (labelTitulo);
    labels. Add (labelCliente);
    Para activar el scroll
    labels. Add (new NullField());
    labels. Add (labelFechaOfer);
    labels. Add (labelFechaCom);
    labels. Add (labelFechaPrev);
    labels. Add (labelJProy);
    labels. Add (labelMeses);
    labels. Add (labelProbabilidad);
    labels. Add (labelHorasPrev);
    labels. Add (labelRevision);
    labels. Add (labelSector);
                  
    Campos.Add (INPUT1);
    Campos.Add (INPUT2);
    Campos.Add (INPUT3);
    Campos.Add (INPUT4);
    Campos.Add (input5);
    Campos.Add (input8);
    Campos.Add (input6);
    Campos.Add (input7);
    Campos.Add (INPUT9);
    Campos.Add (input10);
    Campos.Add (input11);
    Campos.Add (input12);
    Campos.Add (input13);
    Campos.Add (input14);
                  
                  
    horizontal. Add-on (labels);
    horizontal. Add (Campos);
              
    contProyecto.add (horizontal);
    contGlobal.add (contProyecto);
    Add (contGlobal);
              
    }
    else {}
    Dialog.Alert ("invalid offer!");
    }
              
    }

    ...

    With 8110:

    Thank you!!

  • Horizontal alignment

    In OBIEE 11.1.1.6 version, when I want to change the alignment of the column position measure name, I find it doesn't work.
    For example, there is a measure column named "Sales" that I changed the horizontal alignment of the 'default' in 'Centre', it won't Center.
    Are your face the same problem?

    Hello

    Yes, we also faced this problem in 1.5, but ultimately had to be that the application works for the column header.

    Use withdrawal accordingly left and right to view the text in the Center. We clarified left indent, 20 for our reports.
    And, fulfilling the condition :)

    Hope this has helped.

    Concerning
    Young

  • How can I display a grid of horizontal alignment in Pages.

    How can I display a grid of horizontal alignment in pages. I can show a vertical, but there seems to be no option to show a horizontal. I use El Capitan with maps, version 5.6.2 Pages.

    Pages v5.6.2 has horizontal and vertical guides, but no grid. The vertical guide is enabled in the menu Pages: preferences: sovereign.

    With the two visible leaders after menu display: display the rule, place the cursor of the black needle on the edge of the respective sovereign and then click. When you see the following icon, drag the new guide in your document. Several vertical and horizontal guides may be present. The view menu has an element of Guides to hide menu or erased.

    • Indicator of horizontal ruler guide
    • Indicator of vertical ruler guide
  • The Horizontal alignment of the table using DW4 and css help.

    It works in Internet Explorer, but not FireFox.

    The Web site is http://www.airrepaircarolina.com/

    The CSS code is below...

    * {margin: 0;} Padding: 0 ;}

    . {BoldBody}

    do-family: "Times New Roman", Times, serif;

    do-size: 18px;

    make-weight: bold;

    Color: #000;

    }

    {#table1}

    background-color: #FFF;

    letter-spacing: normal;

    text-align: left;

    vertical-align: top;

    horizontal-align: center;

    Word-spacing: normal;

    white-space: normal;

    border-top-style: none;

    border-right-style: none;

    border-bottom-style: none;

    border-left-style: none;

    top: auto;

    position: fixed;

    }

    . {To header

    do-family: "Times New Roman", Times, serif;

    font size: 24 PX.

    make-weight: bold;

    color: #0E76BD;

    }

    . {BodyCopy}

    do-family: "Times New Roman", Times, serif;

    do-size: 18px;

    make-weight: normal;

    Color: #000;

    }

    . LinkText}

    do-family: Arial, Helvetica, without serif.

    do-size: 14px;

    make-weight: normal;

    color: #FFF;

    }

    LannBarr wrote:

    What should I put in where you have the double asterisk * with width, it is centered *

    Nothing. It's just an explanatory note (or comment) in the CSS syntax.

    / * This is a CSS comment * /.

  • Weird alignment problem

    I think it might have something to do with my work on a small document - 48 * 48 icon - but maybe not.

    I have some strange alignment problems. I have an arrow head, I try to line up on a tree, and no matter what I do, they refuse to align the death. The alignment buttons don't work, dragging manually won't work - it falls right on 1px on each side where I want.

    Any ideas what's happening? I have no guides that would have an impact on it.

    Make sure you have not align on the pixel grid is activated in the transformation Panel.

    Although, if you prepare the content that will eventually be pixel based, leave this setting on ensures things seem to be crunchy in pixels.

  • Kind of horizontal alignment of layers

    Hello.

    I enjoyed the horizontal alignment feature but currently I need one more thing. I want to know what is already realizated or not. I'll explain its meaning with the help of an example. We have 7 a-b-c-d-e-f-g small layers located - on a single horizontal line. We must move each layer closer to the Center, but not completely, don't place each layer on the central line, as currently do the function of "horizontal alignment", just need to get close to them (without transformating them). Is it possible, or we still have to move the layer "in hands"?

    Thank you. Regards, Alex.

    Instead of 'Align', use 'distribute '. Put the outer circle, two in the final position, layer > distribute > horizontal centers and the rest will follow.

  • How to horizontally align two option buttons?

    Hello

    I try to add two radio buttons at my request. Is there an easy way to align two boxes horizontally on the screen without using the gridFieldManager?

    Thank you.

    My code

    Rbg RadioButtonGroup = newRadioButtonGroup();

    Add (new RadioButtonField ("AAA", rbg,true, RadioButtonField.FIELD_VCENTER));

    Add (new RadioButtonField ("BBB", rbg,false, RadioButtonField.FIELD_VCENTER));

    There is also a universal thing, solve the problem.

    You can limit the width of any predefined field (for example RadioButtonField) using the following simple page layout override:

    protected void layout(int maxWidth, int maxHeight) {
      super.layout(Math.min(maxWidth, myDesiredWidth), maxHeight);
    }
    

    Since the fields created by RIM meekly obey the limits passed for them (unlike many custom fields, I see here in the forums ), this will limit the width of your RadioButtonField and let the other have little place in the same HorizontalFieldManager.

    Good luck!

  • Region alignment problems

    4.2.1

    THM: 2

    Hello world

    I had a question about the "new column" option when setting up of regions horizontally. I created an example here

    1. I am not able to reproduce here, but report 1 and 2 If the application has data with higher values, jumping around, I don't know how to respond, but basically, I tried to fix the width of the two reports as they do not horizontally expand depending on the length of column report. Is this possible?  I tried the following in the attributes of the region - style = ' width: 600px; float: center; Clear: none; "While this works, hardcode the origin of the problem in the second point.

    2. I want to center align the region 15 of html.  However, one thing I noticed is that if I set the width of the report 1 and 2 report of a coded hard and then region html 15 value behaves differently in different resolutions, on 1440, it is centered properly with all the elements in this center aligned, however, on a monitor resolution 1600 or 1910, it is pushed to the right side. When I hit the option to see the grid. I noticed there is another grid or column that is created on a higher resolution screen between report 1 and html region 15. This does not happen on a 1400 resolution screen. So the question is perhaps hardcode.

    Basic idea is to have all the three regions of fixed width such that they expand 'horizontal' and html region 15 is centered with everything centered.

    Thank you!

    ryansun wrote:

    I think that the best cases like you said that the two reports extend horizontally based on the resolution of the screen.

    Yes, I thought that was the easiest approach, and I set up in a new page in your demo application.

    I started by simplifying what was to get rid of everything that touched the spacing or available other than the layout region table. It was to drop or modify models of the region which introduce spacing through CSS margins, borders, or padding.

    Then, I created a region containing relatives and made the report and the regions sub-regions of the present button. All models of the region in theme 2 have CSS padding applied, so to avoid this problem, I added a model of area small to use for the container area (Model No. cannot be used because we need a selectable container for use as the target of CSS.)

    After that, it is simply to use CSS to develop the container and its content to the width full page and align the Center area, horizontally and vertically:

    /*
      All of the tab navigation enabled page templates in this theme include sidebars.
      These are not required here, so suppress them to eliminate unwanted padding
      artifacts from the layout.
    */
    td.tbl-sidebar {
      display: none;
    }
    /*
      Set the width of the parent region...
    */
    #container {
      width: 100%;
    }
    /*
      ...and its region layout to the width of the page, and eliminate table cell spacing
      from the region layout table.
    */
    #container .regionlayout {
      width: 100%;
      border-collapse: collapse;
    }
    /*
      Eliminate table cell padding from the region layout table.
    */
    #container .regionlayout>tbody>tr>td {
      padding: 0;
    }
    /*
      Set the width of the report cells on each side to 45% of the page width.
    */
    #container .regionlayout>tbody>tr>td:first-child,
    #container .regionlayout>tbody>tr>td:last-child  {
      width: 45%;
    }
    /*
      Set the width of the center button region to 10% of the page width.
    */
    #container .regionlayout>tbody>tr>td:nth-child(2)  {
      width: 10%;
    }
    /*
      Horizontally and vertically center the button region within the region layout cell.
    */
    #container .regionlayout>tbody>tr>td:nth-child(2)>table  {
      margin: 0 auto;
      vertical-align: middle;
    }
    /*
      Expand the width of the reports to the width of their container cells.
    */
    #container .regionlayout div[id$="_catch"]>table,
    #container .regionlayout .report-standard {
      width: 100%;
    }
    .report-standard td {
      vertical-align: top;
    }
    

    A number of things may need further work. As the parts of the report are now configured No. Template, no titles are displayed. If the securities are necessary, the best way to display will probably use another custom area template to avoid the fill applied to built-in ones. The white background and content minimum paging at the end of the relationship line affects the Visual Center in the vertical axis, causing the position of the region of middle button seem to be too low. This can be solved by removing the paging if reports don't require it, or style of the paging line to have the same background color as the rest of the report.

  • Floating text with div alignment problems

    I have trouble with the lay-out. I'm afraid that this is a common problem (just an amateur) but could not find the solution.

    I have a div container and inside this a content-div div and a floating sidebar div (floating on the right). I would like the text of the content div is at the same level as the bar side-divtext. So... "Spaanse lovely" the text is horizontal at the same level as the text 'Op naar... search. ».

    As it is now, everything looks all right on my laptop and Internet Explorer. But if I look at another PC (also IE) the text "Spaanse lovely" appears much lower.

    The site of East www.Spaanse-pyreneeen.nl and here's the css file.

    I hope someone can help me.

    Katinka.

    {body
    text-align: center;
    margin: 0px;
    padding: 0px;
    do-family: Verdana, Geneva, without serif.
    do-size: 12px;
    background-color: #D7D0B4;
    }
    #footer {}
    do-size: 9px;
    background-color: #EEE;
    text-align: right;
    padding: 0px;
    Clear: both;
    Width: 900px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    left margin: auto;
    }
    #sidebar {}
    background-color: #EEE;
    text-align: justify;
    float: right;
    Width: 150px;
    padding-top: 15px;
    padding-right: 14px;
    padding-bottom: 0px;
    padding-left: 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #55552B;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    left margin: 0px;
    }
    {#navigatie}
    background-color: #D7D0B4;
    margin: 0px;
    padding: 0px;
    Width: 900px;
    do-family: Verdana, Geneva, without serif.
    do-size: 12px;
    color: #663;
    }

    {#fotos}
    background-color: #EEE;
    text-align: center;
    margin: 0px;
    padding: 0px;
    Width: 900px;
    height: 200px;
    }
    {image
    padding: 0px;
    border-top-style: none;
    border-right-style: none;

    border-bottom-style: none;
    border-left-style: none;
    }

    {.floatleft}
    float: left;
    }
    {.floatright}
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }

    #container {}
    padding: 0px;
    Width: 900px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    left margin: auto;
    Clear: none;
    background-color: #EEE;
    }
    #header {}
    background-color: #EEE;
    height: auto;
    Width: 900px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    left margin: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    #content {}
    background-color: #EEE;
    margin-top: 0px;
    right margin: 180px;
    margin-bottom: 0px;
    left margin: 0px;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    text-align: justify;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #55552B;
    }
    H1 {}
    font size: 20px;
    margin-top: 0px;
    }
    H2 {}
    do-size: 14px;
    margin-bottom: 0px;
    }
    H3 {}
    do-size: 14px;
    margin-bottom: 0px;
    }
    body, td, th {}
    color: #55552B;
    }
    a: link {}
    color: #630;
    }
    a: visited {}
    color: #630;
    }
    a: active {}
    color: #630;
    }

    katinka2010 wrote:

    Thank you for your response.

    I did the changes exactly as you said and it looks better on the computer, but there is always a difference.

    However, on my laptop it is' much better n. The text of 'De Spaanse lovely' is good on the menu bar.

    Do you have any suggestions?

    Katinka.

    Edit the css "container" as below. Some of the elements of the Spry naviagtion are floating, who will lead them in the normal html stream, so you have to 'clear' These floats, so clear: both; (below) instead of clear: none;

    #container {}
    Width: 900px;
    margin-right: auto;
    left margin: auto;
    Clear: both;
    background-color: #EEE;
       
    }

    Then remove the "break" in your code below:



         

    Of Spaanse lovely

  • Inkjet e: 5740 5740 printer does not print color cyan &amp; alignment problem

    Hello

    Recently, I replaced my lights on my P 5740 printer ink cartridge while trying once photograpgh print [6 x 4] & have had nothing more than headaches since.

    The cyan color does not print ink levels indicate that it is used. I cleaned the heads of ink at level 3. I have replaced the ink cartridge & still have the same problem and now the alignment is unsuccessful.

    I'm challenged to begin with technology & this challenge is both frustrating and disappointing that I do not understand what I did right.

    Any suggestions before I have packing the printer & return to Staples?

    Thank you

    HI @RC23,

    Because the printer is only a couple of months I suggest to HP customer care and ask about a replacement printer. Most likely, it is a matter of ink system, since you've already tried another cartridge with the same results. Check the model number and the form to receive a file number for faster assistance.

    Thank you!

  • Horizontal scrolling problem the office 2016

    Hello, I'm an old fan of Thinkpad, used more than 12 thinkpad machines.

    My current main machine is X 1 carbon 3rd gen, OS Windows 10

    I'm very frustrated, because the two Touchpad and trackpoint horizontal scrolling in MS office 2016, particularly excel and onenote, does not work.

    I tried to install and reinstall the drivers and formatted the machine several times.

    I tried to find the solution on the web, but there is no clear solution to this subject so far, unfortunately.

    Above all, I am very angry with the ignorance and slow technical support from Lenovo.

    Because this problem was published for more than a year.

    An idea for horizontal scrolling?

    In response to the customer, reports that horizontal scrolling in MS Office was not supported on ThinkPad several models running Windows 10, an update of the Synaptics driver was published for this problem.

    Models:

    ThinkPad P50s

    ThinkPad T460s, T560

    ThinkPad X 250

    ThinkPad X carbon 1 (types of Machine: 20BS, 20BT 20FB, 20 CF)

    Tablet ThinkPad X 1 (20GG, 20GH)

    ThinkPad X 1 Yoga (types of Machine: 20FQ, 20FR)

    Version 19.3.4.39

    (Fix) Fixed an issue where a horizontal scrolling may not work in MS Office when the Firefox browser was opened.

    (Fix) Fixed an issue where scrolling icon may have overlay of black color in the recent Windows 10 environment.

    Synaptics ThinkPad UltraNav Driver, v 19.3.4.39, can be downloaded here: http://support.lenovo.com/us/en/downloads/DS118386

    Thank you

  • HP D4360 printer - alignment problem?

    My watch of the half cut letters (upper half), Headline is not yet printed on the page, a clear text than the rest of the text,

    white line crosses SOME of the lines of text, page #s top (right) not printed.

    Note: I have a new cartridge it works fine.

    Note: I had a paper jam the other day, out of paper on the other side (did not know that I should open a backdoor to do). But, I

    think I got an OK impression after that happened.  Today, printing problems. Help please!

    It's sunshyn2005 - thank you for your information. In fact, it is not a matter of color.  It was really the alignment.  I received instruction from someone on the spot - to go to start/printers-devices/preferences/services/then click the ALIGNMENT tab, which produced a sheet printed diagnostic, I then completed in the screen.  Had to re - align 3 times to get it perfect, but it worked.

    Thanks for your suggestion, the page that came on the colors and other things I have bookmark for playback if/when other problems arise.

    Thanks for your comments.

    TriciaJoy

  • Boolean text alignment problem

    Hello

    I use "propertyosition:Left" to line up my file names. Unfortunately, file names do not align vertically to the first "Choose file" button, especially when the length of the file names is different. If you press "Esc" in the menu "Select a file" and then "select a file" is pressed in the 'main Menu', file names are aligned now. I don't know why? Any help will be appreciated.

    First, run 'Main Menu' then 'Create a file' and then ' Select a File. " Please create files in the folder "C:\Test". Six files can be displayed.

    Steve

    John wrote:

    Hello

    Have you tried to delete a single file and add another file with different length of the file name? I'm sorry, what is your way on 'text version' on the properties?

    Thank you

    Steve

    Your problem is that you have locked the text and the default justification is out in all your buttons.  Correction is attached.

    (Just try this in "Select a File_Test.vi"):

    1. make all your buttons visible

    2. "text version" (as someone said - just right-click on the text and select "Text Version" - this to all buttons)

    3. Select all text, and set the left justification

    4. make all the invisible buttons

    It's everything he needed...

    -DP

  • Alignment problem Date 6i Oracle report in Arabic Windows 7 (Professional)

    Hello

    6i Oracle form and report work very well under windows 7, but we are facing problems with Arabic alignment (Date of the Hijra). like his appear 21/11/1431 and we would like to show 21/11/1431.

    Report 6i, we can change the format, but we have hundreds of reports. and same report another excellent work up to version 5.3

    Pleae help

    Thank you

    Contact the Oracle Support for assistance. ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

Maybe you are looking for