PanelLabelAndMessage not aligned in hierachical viewer until node is clicke

Hi,
I am using the DVT Hierarchical Viewer. Using the code below (which is similar to the the demo code). The Labels column is coming out zig-zagging (not aligned to the right) but the OutputText column comes out aligned correctly to the left. Once I select (put focus on the node), the label column aligned correctly.
Can someone please tell me what I need to so that the nodes will render with the label column aligned.
<af:panelFormLayout inlineStyle="padding:5px" id="pflc3" styleClass="AFStretchWidth">
<af:panelLabelAndMessage label="Name" id="plmc3" >
<af:goLink text="#{node.name}" id="gl2"
</af:panelLabelAndMessage>
<af:panelLabelAndMessage id="pn1" label="First Name">
<af:outputText id="iii" value="#{node.firstName}" />
</af:panelLabelAndMessage>
<af:panelLabelAndMessage id="pn11" label="Last Name">
<af:outputText id="iii1" value="#{node.lastName}" />
</af:panelLabelAndMessage>
<af:panelLabelAndMessage id="pn111" label="Email">
<af:outputText id="iii11" value="#{node.email}" />
</af:panelLabelAndMessage>
<af:panelLabelAndMessage id="pn1112" label="Work Phone">
<af:outputText id="iii112" value="#{node.phoneNumber}" />
</af:panelLabelAndMessage>
</af:panelFormLayout>

Thanks for the suggestion David.  I tried that this morning but the issue still remained.  Are there any known issues with the latest 3.3 patch and the viewer?
As an added note, the issue is not browser specific.  It happens in both IE and Firefox.
Thank you.

Similar Messages

  • Text alignment "Justify" is not aligned in Crystal Viewer.

    Hi,
    I am having a text field in report like paragraph format in Detail section and I have setting the text alignment as u201CJustifyu201D. If I launch the report through dhtml viewer the text is not aligned in justify format, it is getting aligned as left alignment, but it is working properly while exporting to PDF and Design Preview panel.
    This problem is occurs in Crystal Report XI Release 2 and Crystal Report 2008 also.
    This has been already posted and the link is Text Alignment - Justification Problem
    Please help me to overcome this issue.
    Thanks in Advance.

    With CR 2008, make sure you are on SP4:
    SP4
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    SP4 MSI
    https://smpdl.sap-ag.de/~sapidp/012002523100008782532011E/cr2008sp4_redist.zip
    SP4 MSM
    https://smpdl.sap-ag.de/~sapidp/012002523100008782522011E/cr2008sp4_mm.zip
    If that does not help, please provide a link to screen shots of the issue.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Divs not aligning in design view.

    Hi,
    I have to divs next to each other their combined widths = the divs width I have wrapped around them so they should align perfectly. However in disign view one of the divs is pushed below the other but when I preview in the browser they are aligned how they should be. I know this isn't a huge problem as in the browser its appearing how it should but its really distracting whilst I'm still coding a site when divs aren't where they should be.
    I have attached my code and css styles. If someone could advise what may be going on.
    Thank you and kind regards
    Elliot
    Source code
    <!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>Untitled Document</title>
    <link href="web_design_style.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onload="MM_preloadImages('images/nav_bar/home_ro.png','images/nav_bar/about_ro.png','imag es/nav_bar/packages_ro.png','images/nav_bar/portfolio_ro.png','images/home header/nav_bar/contact_home_RO.png')">
    <div id="web_centre_wrap">
    <div id="header_home">
    <div id="top_header_home"></div>
    <div id="middle_header_left_home"></div>
    <div id="middle_header_right_home"></div>
    <div id="menu_bar_home">
      <table width="396" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><a href="web_design_home.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','images/nav_bar/home_ro.png',1)"><img src="images/nav_bar/home.png" name="home" width="67" height="121" border="0" id="home" /></a></td>
          <td><a href="web_design_about.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('about','','images/nav_bar/about_ro.png',1)"><img src="images/nav_bar/about.png" name="about" width="70" height="121" border="0" id="about" /></a></td>
          <td><a href="web_design_packages.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('packages','','images/nav_bar/packages_ro.png',1)"><img src="images/nav_bar/packages.png" name="packages" width="92" height="121" border="0" id="packages" /></a></td>
          <td><a href="portfolio.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('portfolio','','images/nav_bar/portfolio_ro.png',1)"><img src="images/nav_bar/portfolio.png" name="portfolio" width="89" height="121" border="0" id="portfolio" /></a></td>
          <td><a href="contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','images/home header/nav_bar/contact_home_RO.png',1)"><img src="images/home header/nav_bar/contact_home.png" name="contact" width="78" height="121" border="0" id="contact" /></a></td>
        </tr>
      </table>
    </div>
    <div id="bottom_header_home">
    </div>
    </div><!-- end #header -->
    <div id="content">
    </div><!-- end #content -->
    <div id="sidebar">
    <div id="quote"></div>
    <div id="testimonials"></div>
    </div><!-- end #sidebar -->
    <div id="footer">
    <div id="contact"></div>
    <div id="cpptu"></div>
    </div><!-- end #footer -->
    </div><!-- end #web_centre_wrap -->
    </body>
    </html>
    CSS Style
    @charset "utf-8";
    /* CSS Document */
    body {
    background:#bfbfbf;}
    #web_centre_wrap {
    margin:0 auto;
    width:860px;
    height:auto;}
    #header_home {
    width:860px;}
    #top_header_home {
    background:url(images/home%20header/header_top_bg.png);
    width:860px;
    height:219px;}
    #middle_header_left_home {
    background:url(images/home%20header/banner_left_bg.jpg);
    width:396px;
    height:150px;
    float:left;}
    #middle_header_right_home {
    background:url(images/home%20header/banner_monitor.png);
    width:464px;
    height:383px;
    float:right;}
    #menu_bar_home {
    float:left;
    height:121px;
    width:396px;}
    #bottom_header_home {
    background:url(images/home%20header/bottom_header_bg.png);
    width:396px;
    height:112px;
    float:left;
    font-family: Verdana, Geneva, sans-serif;}
    #header {
    width:860px;}
    #top_header {
    background:url(images/top_header_bg.png);
    width:860px;
    height:369px;}
    #bottom_header {
    background:url(images/bottom_header_bg.png);
    height:121px;
    width:464px;
    float:right;}
    #menu_bar {
    width:396px;
    height:121px;
    float:left;}
    #content {
    background:#fff;
    height:auto;
    width:589px;
    float:left}
    #sidebar {
    background:#fff;
    height:auto;
    width:271px;
    float:right;}
    #quote {
    background: url(images/quote_bg.png) no-repeat;
    height:341px;
    width:258px;
    margin:0 auto;}
    #testimonials {}
    #footer {
    background:url(images/footer_bg.png) repeat-x;
    height:253px;}
    #contact {}
    #cpptu {}
    .first_header_word {
    color: #3181fa;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size:20px;}
    .header_word {
    color: #a8a8a8;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size:20px;}
    .content_txt {
    color: #a8a8a8;
    text-align:left;
    font-family: Verdana, Geneva, sans-serif;
    font-size:18px;}

    Hi Murray,
    Thank you for responding to my query.
    I haven’t noticed any problems occurring as a result of using short hand when applying CSS styles but I will take your advice on board and start using long hand.
    I have just noticed there are very few paths with spaces, I was aware that using spaces or other punctuation in paths on a website is a bad idea. I didn’t notice I let some slip through so thank you for pointing that out.
    My website width is 860px and the two divs I mentioned #content & #sidebar their combined widths equal 860px. All my divs are wrapped inside #web_centre_wrap. As the two divs widths equals the website width they should sit next to each other as I have floated #content to the left and #sidebar to the right. As I said the divs sit next to each other when previewed in the browser just not in design view which is extremely distracting. Are you advising that I should wrap #content & #sidebar inside another div for example:
    <div id=” content_centre”>
    <div id=””>content</div>
    <div id=”sidebar”>
    <div id=”quote”></div>
    <div id=””>testimonials</div>
    </div><!--  end #sidebar -- >
    </div><!-- end #content_centre -- >
    Thank you again for your help
    Kind regards
    Elliot

  • ICal Week view, Date is not aligned with the Time(schedule) of each date

    Well, just like it says over there (`` ). I've recently been to China for a business trip, and I suppose the different time zone may have had something to do with the problem. Now I'm back home, changed the time zone back to normal, still the iCal shows in the weekly view that the Date on the above is not aligning with the Time and schedule. Any suggetions would be grateful!!!

    Hi,
    i omit the scheduling maergin key in material master,
    the result of MRP is
    BASIC DATES
    Finish 15.10.2009
    Start 14.10.2009
    PRODUCTION DATES
    15.02.2010 14:33:25
    14.10.2009 07:00:00
    scheduling type i planned order is still "backwards"
    so in MD04 it is say that the goods is available at 15.10.2009 same with requirement dates.
    this seem not right.
    it seems that order finish date is not adjusted by lead time scheduling on "today scheduling".
    Is there a way so order finish date is adjusted by lead time scheduling on "today scheduling" ????
    Best regards,
    Freddy Ha
    Edited by: Freddy Halim on Oct 14, 2009 10:01 AM

  • Viewing header info not aligning properly

    I've been using Microsoft Entourage for about 6 years or so and decided to try out the Mail program. I'm running Mail 2.1.2 on OS 10.4.11. Everything is working fine except the way the emails are displayed. Header info, "From" and "To" are not aligning up properly with the names.
    The sender's name (email address) is at the top and there are approx 12 line spaces (blank) before the "From:". "Subject" and "Date" info are aligned properly. Following the Date info, the receiver's name and email address is displayed followed by about 12 line spaces (blank) before the "To:". This makes the header info take up a lot of space with empty area.
    I tried changing fonts and sizes with no luck. I ran all the updates which also didn't fix the problem. FYI, I use the Suitecase to manage my fonts.
    Any suggestions will be greatly appreciated.
    Thank you!

    This is a font issue. You’ve probably either disabled or removed a font that Mail needs to work properly (e.g. Helvetica):
    Font Management in Mac OS X Tiger and Panther
    You can only change in Preferences the fonts that Mail uses for some things. The font that Mail uses for other things, and for message headers in particular, is fixed (Helvetica).

  • AdobeAcrobat/Reader that is running can not be used to view PDF Files in Web Browser...what do I need to do to fix this..

    I just got Windows 7 and have been having problems since loading it. Most of my drivers only go to Vista and don't recognize 7.
    I have trying to download some manuals from their website
    and keep getting this message; Adobe Acrobat/reader that is running can not be used to view PDF files in Web Browser.

    Could I suggest a workaround for PDFs until a solution is posted? Open them directly in the Adobe application rather than in a browser tab.
    In your Adobe application(s), go to:
    Edit > Preferences > Internet
    Then uncheck "Display PDF in browser"
    (There are very few sites where having PDF integrated is really beneficial.)

  • Output is not aligning

    Hi,
    Can someone please tell me what I can do to make my output align correctly? I used Titanic and then Mission Impossible for the name of the DVD's and the output is all off. It's correct but not aligned right with the column headings.
    Thank you!!!
    import java.util.Scanner;
    import java.text.*;
    public class inventory
      public static void main(String[] args)
        //This will hold the product name
        String name;
        //This will hold the value number of products
        int numberofproducts;
        //Creates a Scanner object to read input
        Scanner input = new Scanner(System.in);
        //Creating a number format instance to make pay print with 2 decimal digits
        NumberFormat nf = NumberFormat.getInstance();
        nf.setMaximumFractionDigits(2);      ; ;
        //prompting user to enter number of products (array size)
        System.out.print("Enter the number of products:  ");
        numberofproducts = input.nextInt();
        //creating an array of products to store information in
        DVD[] productarray = new DVD[numberofproducts];
        //This will loop until the number of products is 0
        for(int j = 0; j < numberofproducts; j++)
            productarray[j] = new DVD();
          //prompting user to enter product name
          System.out.print("Enter the DVD Title:  ");
          input.nextLine();
          //reading user's input
          productarray[j].setName(input.nextLine());
          //prompting user to enter the product number
          System.out.print("Enter the product number for " + productarray[j].getName() + " :  ");
          //reading user's input
          productarray[j].setProductnumber(input.nextInt());
          //prompting user to enter the price per unit
          System.out.print("Enter the price per unit for " + productarray[j].getName() + " :  ");
          //reading user's input
          productarray[j].setPriceperunit(input.nextDouble());
          //prompting user for the number of units
          System.out.print("Enter the number of units " + productarray[j].getName() + " on hand: ");
          //reading user's input
          productarray[j].setNumberofunits(input.nextInt());
           //Calculating the Value of Invetory
          nextProduct.setValueofinventory(nextProduct.getPriceperunit() * nextProduct.getNumberofunits());
          grandTotal += nextProduct.getValueofinventory();
          productarray[i] = nextProduct;
          input.nextLine();
        }//end for loop
        //Displaying the Inventory
        System.out.println("Item #\tName\tProduct #\t# of Units\tUnit Cost\tTotal Cost");
        for(int j = 0; j < numberofproducts; j++)
            System.out.print((j + 1) + "\t" + productarray[j].getName() + "\t" + productarray[j].getProductnumber() + "\t\t");
            System.out.print(productarray[j].getNumberofunits() + "\t\t$" + nf.format(productarray[j].getPriceperunit()) + "\t\t$");
            System.out.println(nf.format(productarray[j].getValueofinventory()));
        }//end for loop
    System.out.println("The Value of the entire inventory is:  " + "$" + grandTotal );
      }//end main method
    }//end class inventory
    class DVD extends product
        private double valueofinventory;
        private double restockingfee;
        public DVD()
        }//end constructor
      //sets the valueofinventory variable plus a 5% restocking fee
      public void setValueofinventory(double valueofinventory)
            restockingfee = valueofinventory * .05;
        this.valueofinventory = valueofinventory * 1.05;
      }//end setValueofinventory
      //returns the valueofinventory value
      public double getValueofinventory()
          return valueofinventory;
      }//end getValueofinventory
      //returns the restockingfee value
      public double getRestockingfee()
          return restockingfee;
      }//end getRestockingfee
    }//end class DVD
    //This class will hold the information for the product
    class product
      //This will hold the product name
      private String name;
      //This will hold the values for product number, price of each unit, and number of units in stock
      private int productnumber, numberofunits;
      //This will hold the price of each unit
      private double priceperunit, valueofinventory;
        public product()
        }//end constructor
        //Sets the name variable
        public void setName(String name)
            this.name = name;
        }//end setName
        //returns the string value for Name
        public String getName()
            return name;
        }//end getName
        //sets the productnumber variable
        public void setProductnumber(int productnumber)
            this.productnumber = productnumber;
        }//end setProductNumber
        //returns the integer assigned to productnumber
        public int getProductnumber()
            return productnumber;
        }//end getProductnumber
        //sets the priceperunit variable
        public void setPriceperunit(double priceperunit)
            this.priceperunit = priceperunit;
        }//end setPriceperunit
        //returns the priceperunit value
        public double getPriceperunit()
            return priceperunit;
        }//end getPriceperunit
        //sets the valueofinventory variable
        public void setValueofinventory(double valueofinventory)
            this.valueofinventory = valueofinventory;
        }//end setValueofinventory
        //returns the valueofinventory value
        public double getValueofinventory()
            return valueofinventory;
        }//end getValueofinventory
        //sets the numberofunits variable
        public void setNumberofunits(int numberofunits)
            this.numberofunits = numberofunits;
        }//end setNumberofunits
        //returns the numberofunits value
        public int getNumberofunits()
            return numberofunits;
        }//end getNumberofunits
    }//end class product

    Java is not actually designed and developed for stand alone console application. So you cannot expect output in console as you thought. There may be third party utilities for your needs. Just google it. You can use your own logic to do this. It is not difficult. Anyhow I include this code here. This would be helpful I hope.
    public static String padAlign(String string, int fieldLength, char padding, boolean alignRight)
    int length = fieldLength - string.length();
    if (length <= 0)
    return string.substring(0,string.length());
    StringBuffer buffer = new StringBuffer(fieldLength);
    for(int i=0; i<length; i++)
    buffer.append(padding);
    if (alignRight)
    buffer.append(string);
    else
    buffer.insert(0,string);
    return new String(buffer);
    public static void main(String[] args)
    System.out.println(padAlign("Test",20,' ',true)+" "+padAlign("Test again",20,' ',true));
    System.out.println("--------------------|--------------------|");
    System.out.println(padAlign("Test",20,' ',false)+" "+padAlign("Test again",20,' ',false));
    }

  • Subcircuit pins do not align with grid and will not connect

    I have two identical subcircuit symbols.  One is just fine, but the other has pins that do not align with the MS grid, and one that will not even connect.  MS12.0.0.
    This one is fine:
    This one pins are off grid.  The circled one will not connect.
    Solved!
    Go to Solution.

    Hi,
    I have been experimenting a bit with this. One thing you can try is open the Symbol Editor, select the pin which is not connecting and then from the spreadsheet view, change the Shape to Zero-length Pin. Then try to see if you can connect the pin in the design. It will not appear as a line but you should still be able to connect to it.
    If this does not work, you can open a service request and we can try to see how to resolve the issue.
    Hope this helps.
    Regards,
    Tayyab R,
    National Instruments.

  • DW acting strange - does not go to code view

    My Dreamweaver CS3 has started acting strangely since I
    upgraded to a new version of CS3 studio.
    I have been working with CS3 for a while now without needing
    too much of an adjustment from DW8.
    However, I just bought a new computer so I had to reinstall
    all my software.
    On the new box, DW is acting mighty strange:
    1) When I am in Layout view and click on an element to go to
    the corresponding line of code for the element it no longer goes to
    the line. However, it does when I r-click on it. It is a bit
    annoying since it also opens the contextual menu at the same time.
    2) When I am in code view (which is 99% of the time) and I
    click on an element, it no longer shows me the corresponding CSS
    rule in the CSS pane. Again, if I r-click sometiomes it works, but
    this one is not reliable either way. Sometimes it works if I double
    click, but most of the time it doesn't.
    3) The comment icon on the code toolbar is often grayed out.
    No reason I can see and just as often it wil work on the same line
    of code where it didn't work a minute before.
    I combed the preferences line by line without success.
    On my old computer I never had any issues like this. I find
    it very strange and it is crimping my workflow considerably. Is
    anyone familiar with theis behavior or how to fix it?

    The times I have seen others post things like this, it's been
    due to a bad
    installation - reinstalling fixes it.
    > What is the best way to transfer preferences, snippets,
    etc. from one
    > computer
    > to another?
    PREFERENCES? No way that I know of.
    SNIPPETS? Copy the Configuration/Snippets folder from the
    USER-specific
    application folder and paste to a similar location on the new
    computer.
    XP-
    C:\Documents and Settings\<user>\Application
    Data\Adobe\Dreamweaver
    9\Configuration\Snippets
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    VISTA-
    E:\Users\<user>\AppData\Roaming\Adobe\Dreamweaver
    9\Configuration\Snippets
    or on Mac -
    Library/Application Support/Macromedia/Dreamweaver
    9/Configuration/Snippets
    SITE DEFINITIONS? Export from DW on one computer to portable
    media, and
    Import to the other.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "corradoconti" <[email protected]> wrote in
    message
    news:[email protected]...
    >I also wanted to give an update on the exact behavior I
    am experiencing:
    >
    > 1) I click on an element on the layout view and nothing
    happens - I
    > r-click
    > and it works as intended (but the contextual menu also
    pops up)
    > 2) I select code in the code view and instead of
    highlighting the
    > corresponding element in design view, nothing happens.
    > 3) When I r-click in design view on an element both the
    code and the CSS
    > rule
    > hightlights but when I select an element in code view
    the CSS pane does
    > not
    > respond at all. Other times it does show a rule but it
    always the last
    > rule in
    > my css, not the one I am selecting in code view.
    > 4) I click on a CSS rule in the CSS pane and I cannot go
    to the
    > corresponding
    > line of code in the CSS file about 70% of the time. When
    it does work half
    > the
    > time it takes me to the wrong place in the css file.
    > 5) In the code toolbar if I select a line of code all
    the "Comment" and
    > other
    > icons on the left may or may not be greyed out.
    Switching from one file to
    > another (any file) and then come back to the original
    file sometimes makes
    > those same icons active once again.
    > 6) On some files I cannot activate the "Visual Aids"
    toolbar icon. It
    > stays
    > grayed out for that page until I switrch to another page
    and come back.
    >
    > My guess is there are scores of other features not
    working properly. I
    > just
    > haven't got to them yet.
    >
    > What is the best way to transfer preferences, snippets,
    etc. from one
    > computer
    > to another? I want to try to capture my old preferences
    (code coloring,
    > file
    > extensions, etc.) and see if that makes a difference. At
    least, if I have
    > to
    > reinstall DW it would allow me to quickly set the new
    copy up with the
    > preferences that worked just fine on my other computer.
    >

  • HT5012 My iPad says I do not have permission to view movies I purchased!

    My iPad says I do not have permission to view movies I purchased!

    Close all open apps by double-tapping the home button, then swiping up and off the screen with the app window (not the smaller icon).
    Sign out of iTunes.
    Then reset: hold down the home button along with the sleep/wake button until you see the apple, then let go.
    Sign back in and try it again.

  • I am looking for some hotels on mozilla and encountered a strange issue, the hotel ad for first slot is not aligned in knowledge panel.

    I was looking for a hotel on mozilla and the first hotel exhibiting in the ad is not aligned with knowledge panel. However it is showing correct result on other browsers. This error is not just contained for one hotel ad but to other as well. I am just curious if it's an issue from their end or some technical syntax error in mozilla
    Please find an attachment.
    Thanks.

    You may have zoomed web page(s) by accident.
    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl/Command+0 (zero))
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    It is better not to increase the minimum font size, but to use an extension to set the default page zoom to prevent issues with text not being displayed properly.

  • Audio Not Aligning

    Hello,
    When I preview my simulation in Captivate 5.5, the audio (Pauls voice by the way) aligns exactly as I've set it.  However, when I publish it, it's a mess - not aligned at all.  I tried to demonstrate this to a co-worker, and wouldn't you know it, of course it was fine, didn't do it at all.  When I tried it again, it was totally messed up - and I've not edited a thing.  I've published it, previewed it in IE, and nothing, it is still messed up.
    Does anyone have any suggestions?
    Thanks a whole lot,
    Chris

    I replied hastily, David, and missed your point; as I explained in my 2nd post, I am trying to line up stills already on the tracks. I am familiar with the Browser or Viewer tranfers, but I am aligning stills which once were in sync and have now drifted asea.
    The subject has aroused little interest, only 43 souls have visited so far, and the post is floating off into second-page land. So it would seem likely that there is no desired short-cut and I must continue to drag my pictures reluctantly into line.
    Again, thank you for the reply. I shall labor on and wait patiently for FCPC. Or M.

  • MS Word 2010 will not display in Layout view

    In a nutshell, Word appears to be not so much stuck in "Draft" view but will not show Print Layout view at all.  I am writing a manual which includes many embedded images, charts, and the like, so all of the editing has been done thus far in Layout
    View.  At this point my project is effectively paralyzed; perhaps if I uninstall Word 2010 and return to a version that worked?

    "GSHancock" wrote in message news:[email protected]...
    Unfortunately the document is a section from an unpublished game manual, and falls under "sensitive" in its entirety. However, I will share this experiment with you; I deleted the entire manual's text and wrote a few lines, then saved the document. When
    I loaded it again, it came up in Layout View... so the problem may lie somewhere in the formatting of one of the section breaks? Weirdest thing.
    OK, I see why you can’t share the content. :-)
    Your observation does suggest a formatting problem. Continuing on that idea, working with a copy on the original document of course, you could split the document in halves (via Save As); then see which half shows symptoms of the problem. Split the problem
    document again, and again, until you have isolated the problem.
    Alternatively, if you want a quicker fix, the following would be worth trying: Delete all section breaks and then copy the content, minus the final paragraph mark (¶), into a new document.
    To show/hide nonprinting marks, including paragraph marks, click the ¶ button on the Home tab.
    Stefan Blom, Microsoft Word MVP

  • All of the sudden 90% of the things on my dvr say not available for mobile viewing

    For about the last week, almost everything I record on my dvr says not available for mobile viewing on my iPad. It was fine until the middle of last week.

    I really cannot offer any suggestion to you, but just to say I know what you are talking about.  I haven't hit the 90% mark yet (knock on wood), but I have had and continue to get random shows that record to the DVR but don't show up on the mobile apps due the the "not available for mobile viewing" error. I have posted in the past about this, as well as spoken to Comcast reps about this issue, yet no resolution is ever offered.  Sometimes it goes away on its own, but can return weeks later.  Very frustrating. A question for you though.  Are you setting your recording schedule through the mobile app, website, or the DVR guide itself?  I've noticed sometimes when I use the website to set my recording schedule, some of the shows just randomly don't record to the cloud dvr. If I use the DVR guide itself, then I haven't noticed the issue.  Could be a coincidence or not.  I hate using the DVR guide to set a recording schedule though.  Much rather prefer to use the website to set up a schedule.  I also notice I get the "Not available for mobile viewing" error on one time recordings.  I have yet to see a series recording give me that error.

  • New Macbook Pro Lid not Aligned Properly

    Hi all,
    I received my new 2010 15" HR i7 Macbook Pro earlier this month (May) and have been very happy with it up until yesterday when I noticed that the screen lid and the rest of the body do are not aligned properly when the lid is closed. There is an offset of about 1.5mm in the left-to-righthand direction.
    The computer is only weeks old and hasn't been dropped or mishandled, so I was wondering where I stand here. It's not a massive deal really, but I feel as a virtually brand new machine, this thing should be perfect. Would I be entitled to a replacement for this defect, and if so, how long would I likely be without a machine whilst I send it back etc. (it has some customisations so can't be exchanged in a retail store).
    Thanks in advance

    Hi chapowski and welcome to Apple Discussions!
    You are asking questions here which we don't really have any way of answering. Your best bet is to contact Apple ((44) 0844 209 0611 in the UK) and let them know your problem, and ask what they can do for you.
    Just FYI, Apple typically does not replace computers unless they are unable to repair them. Since it is not a stock machine, a repair would likely take less time than a replacement anyway.
    Best of luck.

Maybe you are looking for

  • Creative Cloud Folder Sharing, movie playing, commenting

    Hello, Like almost everyone else who's had a go at Creative Cloud's file sharing, I am very disappointed. I currently use WireDrive for project sharing/approval, but it is very overpriced. The Cage system looks very attractive - it's a quarter of the

  • Multi Room zones and Apple TV?

    I have recently bought an Apple Tv that I am very happy with however I now want to expand my current living room set up. Currently I use the Built-in TV speakers to listen to Music/films etc via my Apple Tv but If I continue I will ruin my TV speaker

  • Video Camera to Mavericks

    I have an Olympus Linear PCM Recorder, model LS-20M. When I connect it via USB to my Mac Mini with Mavericks installed, the computer can no longer read the videos from the camera properly. What can I do to fix this? Here is the instruction manual for

  • About creating my own form

    I want to be able to make a form where singneraren should be able to do a drawing on a raised area on the graph form. He should be able to draw up how his fence on his site should look like. and if he wants to have a gate so he will be able to choose

  • Huge Library Size!

    I just imported my iPhoto library (3.75 GB worth of pictures) into Aperture selecting the option to keep the masters in the original location. In Aperture's preferences, I have the preview size set to the default 5. After importing, my Aperture packa