Page display pblm with styles

Hello
I have an html file in an application directory of Tomcat.
When I open the file in a browser(like File->Open..), the page display is correct.
I mean it takes the Scripts, Styles directory into consideration and displays correctly.
But when I open this html file using http://localhost:8080/myProject/abc.html , it displays the page
with all controls like buttons, textfileds etc. However it is not shown based on the style
specified in the Styles folder.
What could be the reason?
Note: This application is copied from some other system and the style reference is correct. i.e:
<LINK rel="stylesheet" type="text/css" href='../style/default.css'> and the style folder is in the parent directory
Pls help

Oops!!! Got it corrected.
The problem was this : <LINK rel="stylesheet" type="text/css" href='../style/default.css'>
and the folder name was Style.
thnx

Similar Messages

  • Page display pblm

    Hello
    I have an html file in an application directory of Tomcat.
    When I open the file in a browser(like File->Open..), the page display is correct.
    I mean it takes the Scripts, Styles directory into consideration and displays correctly.
    But when I open this html file using http://localhost:8080/myProject/abc.html , it displays the page
    with all controls like buttons, textfileds etc. However it is not shown based on the style
    specified in the Styles folder.
    What could be the reason?
    Note: This application is copied from some other system and the style reference is correct. i.e:
    <LINK rel="stylesheet" type="text/css" href='../style/default.css'> and the style folder is in the parent directory
    Pls help

    Oops!!! Got it corrected.
    The problem was this : <LINK rel="stylesheet" type="text/css" href='../style/default.css'>
    and the folder name was Style.
    thnx

  • Preview displays PDF with "COPY" written across each page

    Canon's saving money by no longer including the User Guide with some of their camera's such as the Canon A1100 IS:
    If I go to the canon site:
    http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=183&mo delid=18138#DownloadDetailAct
    ... I can download the User Guide as a PDF from here:
    http://gdlp01.c-wss.com/gds/6/0300001856/01/PSA1100ISCUGEN.pdf
    In Preview 5.0.1 (503), every page of the manual has the word "COPY" written across every page, which interferes with legibility.
    If I open the same PSA1100ISCUGEN.pdf file in Acrobat Pro 9, then the word "COPY" is no longer displayed.
    However if I go to print the manual from Acrobat Pro 9, then the preview in the Print Dialog shows the word "COPY" across each page to be printed.
    So whether I use OS X's Preview.app, or Acrobat Pro 9, they both share the same printing subsystem which wants to print "COPY" across every page.
    BTW Preview.app's "Show Inspector" identifies the Canon User Guide as protected, but with Printing privileges.
    Any guidance on how to print the Canon User Guide without the word "COPY" across every page? Any thoughts on why Preview.app displays the word "COPY" onscreen, while Adobe Acrobat 9 does not? Any thoughts on whether there's a way around the common OS X printing subsystem that both sit on, wanting to print "COPY" across every page?
    PS. I'm using an Canon IP5000 ink jet, but the behavior seems the same if I'm pointing to my office's Kyocera Postscript printer.

    Search for the manual on the european site http://canon-europe.com/ - the versions there (at least for the A1100 IS) do not have the annoying COPY watermark.
    The direct link for the A1100 IS manual is http://files.canon-europe.com/files/soft32765/manual/PSA1100isCUGEN.pdf
    Thanks to a post on dpreview for the hint - http://forums.dpreview.com/forums/read.asp?forum=1010&message=34633050
    -dh

  • Not all chinese characters display correctly with non-embedded text

    Hi all,
      I've updated to the last beta 2 of Flash Player 10.1 (10,1,51,66) and compiled this simple Flex application to illustrate the fact that not all chinese characters can be displayed correctly with non-embedded text (device font).
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/halo"
                   minWidth="1024" minHeight="768"
                   creationComplete="resourceManager.localeChain = ['zh_CN'];"
                   layout="{new VerticalLayout()}">           
        <fx:Script>
            <![CDATA[
                import spark.layouts.VerticalLayout;
            ]]>
        </fx:Script>
        <s:Label text="伜-伞伟传伡伢伣伤伥伦伧伨伩伪伫伬伭-伝">
        </s:Label>
        <mx:Label text="伜-伞伟传伡伢伣伤伥伦伧伨伩伪伫伬伭-伝"/>       
    </s:Application>
      Notice that characters from the Unicode range 0x4F1E .. 0x4А2D are not displayed within <s:Label> component that uses Flash Text Engine (FTE) by default to display the text, but at the same time those characters display just fine within older <mx:Label> component that relies on flash.text.TextField instance to render the text.

        OK, did not know that "Arial Unicode MS" font is only distributed with Microsoft Office, was looking into relying on this font in case if "simsun.ttc" font is not available at the user's system, by using the following:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   minWidth="1024" minHeight="768"
                   creationComplete="resourceManager.localeChain = ['zh_CN']"
                   layout="{new VerticalLayout()}">               
        <fx:Style>
            @namespace s "library://ns.adobe.com/flex/spark";
            @namespace mx "library://ns.adobe.com/flex/halo";
            s|Label {
                fontFamily: "Arial Unicode MS, SimSun, Arial";            
        </fx:Style>   
        <fx:Script>
            <![CDATA[
                import spark.layouts.VerticalLayout;
            ]]>
        </fx:Script>
        <s:Label id="sparkLabel" text="伜-伞伟传伡伢伣伤伥伦伧伨伩伪伫伬伭-伝"/>   
    </s:Application>  
    Tough decision ahead, but accordingly to  the survey at codestyle.org (2000 participants from 2007 year and onwards), Arial Unicode MS is present at 62.53%% system surveyed.
    ps
       My current install of Windows XP already includes the install of Microsoft Office 2007 and I've also enabled/disabled the support of East Asian languages, thus the content of  my "fonts" folder differs now significantly from "clean" Windows XP install version.
    Nevertheless I found the page with comprehensive lists of standard fonts installed with different releases of Windows that looks viable here:  http://www.kayskreations.net/fonts/fonttb.html

  • Display image with Logout label

    Hi,
    I am trying to create logout image&label as show on this page below at the right top corner,
    http://apex.oracle.com/pls/otn/f?p=31517:227:9400289793713::NO:::
    whenever i insert image in the Logout/Navigation Bar Entries the image .gif with style=width/height=16/16 doesnt show
    any idea on this...regards

    You're going to need to supply more information.
    Perhaps compare your generated HTML with what is found on Denes' page
    <a href="apex_authentication.logout?p_app_id=31517&p_session_id=16383870403475" style="text-align:center;display:block;">
    <img src="wwv_flow_file_mgr.get_file?p_security_group_id=2381609905666412890&p_fname=sign_out.gif" width="16" height="16">
    <br>Logout</a>Do you get any browser errors?
    Scott

  • 2 Page Display

    I use the free version of Adobe Reader X, then, trying to change it to 2 page display, I do Edit>Preferences>Page Display>and change "Automatic" to "Two Up Continuous" but no change takes place, and it is still one page at a time, one above the other.
    Do I have to reboot to get changes to Apply?
    [I have trouble re-establishing my Internet connection whenever I reboot].
    Thank you for your suggestions.

    Hi Alchesay121,
    You don't have to reboot the system to get changes to be applied.
    The only thing required is to close Adobe Reader and any PDF opened in browser and then on opening the PDF again, it will display two pages at a time.
    If this doesn't work even then, then there could be two reasons behind it:
    1. Go to Edit->Preferences->Documents-> UNCHECK the option: Restore last view settings when reopening documents.
    2. The PDF was created with a default page display option rather than automatic. To override it go to Edit-Preferences-Accessibility- CHECK the option: Always use page layout style and select the layout.
    -Nikhil

  • I can't open the page of youtube with my MacBookPro (OSX 10.7 Lion) through VPN in China

    I am woking in mainland China, so I have to use VPN to open the page of youtube when I am in China. However, since November 2012, I can't open it again with my MacBook Pro (OSX10.7.5 Lion) through the VPN account. But  I can open the page of youtube with my old PowerBook G4 (OSX10.4.11 Tiger) through the same VPN account. Why? Can anyone help me to fix this problem? Thanks

    Dear Linc Davis, I can open the other pages except those are blocked by the Chinese government ( youtube, vimeo, etc ). But I don't understand why my PowerBook G4 running with Tiger and Saferi 4.1.3 can open those pages with the same connection and the same VPN account ( as I run both Macbooks side by side since this problem occurred ).
    When I try to open youtube, it appears a blank page with the statement of
    "Safari can’t open the page “http://www.youtube.com/” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again."
    Listed below are the information from Page Source:
    <!-- LOCALIZERS: Each localizable piece of the page is marked with a comment -->
    <HTML>
    <!-- LOCALIZERS: If in a right-to-left locale, add dir="rtl" to the HTML element. -->
    <HEAD>
        <LINK rel=stylesheet type="text/css" href="page-load-errors.css">
        <!-- LOCALIZERS: You might want to change the font family. You can also add styles to override sizes, etc. -->
        <STYLE>
            BODY {font-family:'Helvetica Neue';}
        </STYLE>
        <!-- LOCALIZERS: The next line contains the page title that appears in the window's title bar -->
        <TITLE>Failed to open page</TITLE>
    </HEAD>
    <BODY>
    <div class="error-container">
    <div class="icon" alt="Safari Icon" role="img"></div>
    <div class="text-container">
    <!-- main title here, repeated 3 times -->
    <P aria-hidden="true" class="error-title error-text-engraving">Safari can’t open the page <A id="help-button"></a></P>
    <P aria-hidden="true" class="error-title error-text">Safari can’t open the page <A id="help-button"></a></P>
    <P class="error-title error-text-inner-shadow">Safari can’t open the page <A aria-label="Help" role="button" id="help-button" class="" HREF='open-help-anchor:ibrw1071'></a></P>
    </div>
    <div class="text-container">
    <!-- error message here, repeated 3 times -->
    <P class="error-message error-text-engraving">Safari can’t open the page “http://www.youtube.com/” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.</P>
    <P aria-hidden="true" class="error-message error-text">Safari can’t open the page “http://www.youtube.com/” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.</P>
    <P aria-hidden="true" class="error-message error-text-inner-shadow">Safari can’t open the page “http://www.youtube.com/” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.</P>
    </div>
    </div>
    </BODY>
    </HTML>
    Listed below are the information from Page Resources (page-load-errors.css) :
        This file has a UTF-8 BOM in it so it can be included from a UTF-16 page
        without specifying an explicit character set. When editing it, please be
        sure to preserve the BOM (first three bytes of the file, EF BB BF).
    body {
        background-color: rgb(237, 239, 238);
        background-image: url(ErrorPageBackgroundTile.png);
        background-size: 100px 100px;
        text-align: center;
        -webkit-user-select: none;
        cursor: default;
    .error-container {
        margin-top: 128px;
        padding-top: 0;
    .error-container, .suggestion-container, .action-container {
        position: relative;
        width: 500px;
        min-height: 90px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 93px;
        padding-right: 93px;
        padding-bottom: 0;
    .suggestion-container {
        margin-top: 25px;
        padding-top: 20px;
        background: url(ErrorPageDividerLine.png) top center no-repeat;
        background-size: 686px 1px;
    .icon {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 113px;
        height: 120px;
        background-image: url(ErrorPageCompass.png);
        background-repeat: no-repeat;
        background-size: 113px 120px;
    .reading-list-glasses {
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 8px;
        width: 35px;
        height: 16px;
        background-image: url(ErrorPageReadingList.png);
        background-repeat: no-repeat;
        background-size: 35px 16px;
    .error-text-engraving .reading-list-glasses, .error-text-inner-shadow .reading-list-glasses {
        /* Hide the duplicate Reading List glasses that are next to the envgraving and the shadow of the
        inner text. The images are just there for horizontal spacing of the components of the error text,
        we don't want to show them. */
        visibility: hidden;
    html[dir=rtl] .icon {
        left: auto;
        right: 7px;
    .text-container {
        position: relative;
        width: 100%;
        margin: auto;
        -webkit-font-smoothing: antialiased;
    .error-text, .error-text-engraving, .error-text-inner-shadow
        margin: 0;
        word-wrap: break-word;
    .error-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    .error-text-engraving {
        position: relative;
        top: 1px;
        width: 100%;
        color: white;
    .error-text-inner-shadow {
        position: absolute;
        top: 1px;
        left: 0;
        right: 0;
        color: rgba(255, 255, 255, 0.25);
    .error-title
        font-size: 18px;
        line-height:24px; /* This needs to be the same as the 2nd color stop position in -webkit-repeating-linear-gradient of error-title.error-text. */
        font-weight: bold;
    .error-title.error-text {
        /* the position for rgba(124, 128, 130, 0.9) needs to be the same as the line-height in .error-title */
        background-image: -webkit-repeating-linear-gradient(rgba(79, 82, 85, 0.9) 0, rgba(124, 128, 130, 0.9) 24px), url(ErrorPageBackgroundTile.png);
    .error-title.error-text-engraving {
        margin-top: 22px;
        margin-bottom: 25px;
    .suggestion-form input
        font-size: 16px;
        margin: 0;
    .suggestion-prompt
        margin-bottom: 12px;
    .suggestion-prompt, .error-message {
        font-size: 14px;
        line-height: 17px;
    .suggestion-prompt.error-text, .error-message.error-text {
        background-color: rgba(101, 105, 107, 0.9);
    .suggestion-prompt.error-text-engraving {
        padding-bottom: 0px;
        margin-top: 6px;
    .action-container {
        margin-top: 8px;
    .action-container .suggestion-form {
        display: inline-block;
        margin: 5px;
        padding: 0;
    .action-container .suggestion-form input {
        width: 132px;
        margin: 0;
    .error-text a, .error-text-inner-shadow a {
        visibility: hidden;
    .error-text-engraving a {
        z-index: 1;
        position: relative;
        top: -1px;
    #help-button {
        display: inline-block;
        width: 25px;
        height: 24px;
        vertical-align: bottom;
        background-image: url(HelpButton.png);
        background-repeat: no-repeat;
        background-size: 25px 24px;
        -webkit-user-drag: none;
        margin-right: -35px;
        visibility: visible;
    .error-text-engraving #help-button, .error-text #help-button {
        background-image: none;
        visibility: hidden;
    #help-button:active {
        background-image: url(HelpButtonPressed.png);
    html[dir=rtl] #help-button {
        margin-right: inherit;
        margin-left: -35px;
    @media (-webkit-min-device-pixel-ratio:2) {
        body {
            background-image: url([email protected]);
        .suggestion-container {
            background-image: url([email protected]);
        .icon {
            background-image: url([email protected]);
        .reading-list-glasses {
            background-image: url([email protected]);
        .error-title.error-text {
            /* the position for rgba(124, 128, 130, 0.9) needs to be the same as the line-height in .error-title */
            background-image: -webkit-repeating-linear-gradient(rgba(79, 82, 85, 0.9) 0, rgba(124, 128, 130, 0.9) 24px), url([email protected]);
        #help-button {
            background-image: url([email protected]);
        #help-button:active {
            background-image: url([email protected]);
    I don't know whether these information can help to solve the problem.
    Thanks

  • Oracle Web Page display in OmniPortlet after deploying

    hi, all
    I meet with a issue with webcenter application deployment.
    I regester ServerA' Omniport to my application and then deploy it to serverA's webcenter instances. While when I open the page, the following page displays in Omniportlet portlet and also "custimize" button redirects page to it:
    http://www.oracle.com/index.html?_adfp_page_def_name=%252Fa.jspx&_adfp_portlet_binding_id=OmniPortlet1_1&_adfp_full_Page_Mode=true&_adfp_back_url=http%253A//oow3.oracle.com%253A7777/oow/faces/a.jspx&_adfp_requested_newmode=5
    I checked the html source code and found that it's due to the URL error. I tried to deploy the same application to another WC server and it works well.
    The Omniportlet's html source code with displaying issue:
    <iframe frameborder="0" src="http://oow/adfportlet?_adfp_page_def_name=%2Forder.jspx&_adfp_portlet_binding_id=OmniPortlet1_1&_adfp_portlet_component_id=formPC_NAM_SEPportlet1&_adfp_faces_form_id=form" style="position: relative;" allowtransparency="true" marginheight="0" marginwidth="0" name="formPC_NAM_SEPportlet1_iframe" id="formPC_NAM_SEPportlet1_iframe" onload="try{SubstituteFormSubmit(event, this);} catch(e) {}; try{_resizePortletIframe('formPC_NAM_SEPportlet1_iframe');} catch(e) {}; return true;"/>
    The correct one on another WC server:
    <iframe frameborder="0" src="http://b.cn.oracle.com:7777/oow/adfportlet?_adfp_page_def_name=%2Forder.jspx&_adfp_portlet_binding_id=OmniPortlet1_1&_adfp_portlet_component_id=formPC_NAM_SEPportlet1&_adfp_faces_form_id=form" style="position: relative; width: 300px;" allowtransparency="true" marginheight="0" marginwidth="0" name="formPC_NAM_SEPportlet1_iframe" id="formPC_NAM_SEPportlet1_iframe" onload="try{SubstituteFormSubmit(event, this);} catch(e) {}; try{_resizePortletIframe('formPC_NAM_SEPportlet1_iframe');} catch(e) {}; return true;"/>
    Why the first WC application cannot get the correct URL of itselfe? I tried other portlets and there was the same error on that WC server.
    I'm so confused. Any one has any idea? Thanks.
    Rongrong

    I missed one point:
    The first WC Application with issue is deployed to:
    http://oow3.oracle.com/oow/faces/order.jspx
    The right one is deployed to
    http://b.cn.oracle.com/oow/faces/order.jspx

  • Display Issues with mini (Mid 2010) and LG L246WP

    I recently purchased a new mini (Mid 2010 base model) and planned to use it with my 24" LG L246WP monitor, which is about 3 years old. The monitor has VGA, component, and HDMI inputs.
    I used an HDMI-to-HDMI cable to connect the mini directly to the monitor, and the output is completely messed up. The mini recognized the monitor (titling the System Preferences > Display dialog with 'L246WP') and set it to the monitor's native resolution of 1920x1200, but on the monitor the image is cropped to what looks like a 4:3 aspect ratio and with part of the image shifted up and left so I cannot view the top menu bar or the left hand side of the desktop. The monitor's on-screen display shows 1080p in this mode.
    The Display dialog also gives me an option for 1080p. I can select this and use the Underscan slider to resize the desktop output to fit on the screen, but it is still shifted left and must be resized smaller than the available display space (plus the total image is only 1080 pixels, not using the monitor's full native screen). In this mode, 1080p also shows on the monitor's on-screen display.
    I tried 1024x768 to see if I could get a properly-positioned image, but the desktop was shifted just like in the 1920x1200 case and the monitor's on-screen display status still reported 1080p.
    The monitor has a menu setting under an HDMI heading with "Video" and "PC" options, but changing this selection does not make a difference.
    Since the monitor came out before HDMI was as widespread as it is today, it came with a DVI-to-HDMI cable, so I also tried using that cable with the HDMI-to-DVI adapter that came with the mini, but this did not make a difference either.
    To prove it wasn't the HDMI cable, I connected the mini to my Samsung 6300 series 40" LED HDTV and with some tweaking of the Underscan slider the displayed image filled the screen perfectly.
    I've searched the Internet and various forum threads (i.e. http://hardforum.com/showthread.php?t=1167222&page=63) seem to indicate this monitor can send a corrupted EDID that causes issues, especially with nVidia graphics drivers. On Windows you can use registry or driver hacks to override the EDID with the correct values, but on OS X this doesn't seem possible (I was hoping for a Terminal one-liner but it seems this doesn't exist). I have seen some mentions of the shareware SwitchResX (http://www.madrau.com), which looks like it gives you the option to override resolution settings, but I haven't tried this yet.
    It also appears to me that the monitor is always interpreting the signal (or the mini is always sending the signal) as 1080p, even if I've set 1920x1200 in the Display dialog. I don't know if this is a defect in the monitor where it always assumes the HDMI input is a 1080p source (previous I used it with an Xbox 360 with no issues but that was 1080p HDMI), or if is a bug in the graphics drivers (or at least a lack of flexibility / miscommunication to the user trying to handle a corrupt EDID).
    I asked my local Genius Bar for advice today (without bringing any hardware in) but was not told anything I didn't already know.
    I'm trying to determine the best way to work through this issue. *My questions are:*
    Would it make any difference if I used a Mini DisplayPort-to-DVI adapter (and then my DVI-to-HDMI cable to the monitor's HDMI input)?
    What about a Mini DisplayPort-to-VGA adapter? In the past I used a 12" Powerbook (via a mini-DVI-to-VGA adapter) with this monitor and had no display issues like this, but I'd prefer to stick with a digital connection on my brand new mini.
    Is SwitchResX the only practical way in OS X to override a corrupt EDID and force the mini to output a certain resolution?
    Besides the various adapters and SwitchResX, is there anything else I should try before buying a new monitor?

    Hello EPWilson4984.
    I have been experiencing the same issues you described. Connecting my brand new Mac Mini to my Westinghouse 24”monitor (L2410NM,  1920x1200 pixel resolution) produces a very fuzzy and washed out image quality. The Mac recognizes the monitor and applies the right resolution (1920x1200), but it looks just awful. The EDID info is definitely not right.
    Now, I tried your suggestion (DVI-to-HDMI), and similar suggestions from other threads, but nothing works. Nothing seems to work at all.
    The main input for the monitor is HDMI, so whatever cable I use, in the end always has to connect to the monitor via HDMI. I tried all these combinations with zero success:
    Mac mini -> HDMI cable -> monitor (result: fuzzy and blurry image)
    Mac mini -> displayport –HDMI adapter-> HDMI cable -> monitor (result: fuzzy and blurry image)
    Mac mini  -> displayport –DVI adapter-> DVI-to-HDMI cable -> monitor (result: it gives me a blank screen, no image at all)
    I’m running out of options. Don’t know what to do. The 24” monitor produces beautiful, crisp images when hooked to my Windows 7 PC. It looks horrible when connected to my brand new Mac Mini.
    Any alternatives you may have come across? Please let me know, thank you.

  • To Display Output in Grid ALV with change of some field display total with

    Hi Masters,
    I m working on ALV in which  i have to display output with the following format.
    Header
    "Some String"                                                             date/time                                                                               
    User:XYZ01       page 1 
    Line
    1st field    2nd    3rd     4th       5th   6th    7th   8th   9th  10th field
    x               y       z        A        B     C       D     E      F       G
    BLANK..............................................................................                            
                          "total 3rd+4TH"           P        Q     R      S        T       
    same thing for every change of 4th field .
    So the problem is with inserting the line with string "Total of 3rd+4th" in the output .
    Can Anyone help me out?
    Thanks ,
    Varlani Amit

    Hi,
    Use control-break statement ON-CHANGE for the 4th field, and do the changes.
    regards,
    sri

  • 2-Page display in Acrobat 9.1.2

    I have a document created in ID CS4, of multiple facing pages, and exported to PDF.  But when I open it in Acrobat 9.1.2, and switch to 2-Page view, it displays with page one (a right-hand page) moved to the left of the screen, and page 2 (a left-hand page) to its right on the same screen.  From then on, all the RH pages display on the leftt in Acrobat, and the next LH pages display to their right.
    Is there no way to get Acrobat to display a single RH page, and then display each 2-page spread as they actually appear in the document?

    Thanks Bernd, yes that works, and your help is appreciated.
    It's a bit annoying that Acrobat reverts to single-page view each time the file is closed.  Can't this setting be sticky?
    Also, the option you've pointed out seems oddly worded, which I guess is why I couldn't find it in the online Help -- the first page is part of the document, so I wouldn't have thought to call it a "Cover Page".  But it only works if you select this option *after* selecting Two-page mode, so it doesn't seem very obvious to me.
    But I guess not all menu phrases can seem immediately clear to everyone who reads them.  Tricky business, UIs.
    Thanks again for assisting me!

  • Mozilla page is in No Style although I changed it into Basic Page Style so I can't see Themes

    I have installed Lion Family theme, and I updated Firefox to latest version today. After installing firefox to latest version, I could not see my theme so I tried to look for new theme but I could not see to pictures for the themes. I thought it is in No Style so I checked the Page Style but it showed me that the website is in Basic Page Style. So I tried to ask for help to Mozilla support and I also found that all Mozilla pages are in No Style but other websites such as Facebook, Apple and Youtube are in Basic Style. What's wrong with that?

    hello minpyaesone, please make sure that your system's clock is set to the right date, time and timezone: time.is

  • Since upgrading to FF5, i get the following xml error on local development server (IIS 7 Windows 7): XML Parsing Error: no element found, Line Number 1, Column 1. The pages display fine when uploaded to hosting server. How do i resolve it

    All aspx pages running locally via IIS or Visual studio inbuilt server can not be displayed in FF5. This problem has only occured since upgrading to FF5. The same sites/code worked fine with the previous version of FF.
    When uploaded onto a hosting server the pages display fine. Pages all display ok on local IIS on IE, chrome, opera etc.
    I do go through a proxy server, but so do the other browsers.
    All this means i can't develop locally on FF. Help please!

    Maybe your application doesn't support "Send NTLMv2 response only. Refuse LM & NTLM".
    https://support.software.dell.com/zh-cn/foglight/kb/133971

  • Why is login page (to register to use this forum) and other pages displaying foreign characters (e.g., বাংলা (বাংলাদেশ) when am using English (U.S.) versions of IE6 & Opera 10.6 to contact you (as FF4 hanging computer)?

    FF4 hanging badly, so used IE6 & Opera 10.63 to register with & access Mozilla support site. Some words on those pages displayed in a foreign language (Arabic script?? )-- example, বাংলা (বাংলাদেশ)
    Foreign characters on initial Support registration page, were in lieu of English words asking to select UserID & Password. (Page not entirely in foreign language--only parts. Request to repeat password choice, enter email, were in English).
    I registered (guessing what to enter). Went to Support page [support.mozilla.com/bn-BD/kb/ask]. Greeted by statement: "Our volunteers haven't translated this article into বাংলা (বাংলাদেশ) yet."
    No idea what language that is, or why u think I can read it. Presently logged in from U.S.

    That is Bengali ([http://www.mozilla.com/en-US/firefox/all.html]). Firefox 4 no longer has the language setting in the user agent and in your case it doesn't seem to work to detect the language.
    You can change the bn-BD in the link(s) to en-US on the Mozilla sites.

  • When I print, a last page is printed with a summary of document printed - file name, directory, ...

    When I print, a last page is printed with a summary of document printed - file name, directory, ... Just got Windows 8. Is this something I can stop? Waste of paper and ink!!

    Hi RebeccaQ,
    Generally speaking, a summary page, document summary or document properties page is often generated based on a setting in the software application being used as opposed to the printer driver or menu setting.  For example, in MS Word you can select to print this page with each printed document.  In this case, depending on your version of Word, you can enable/disable the feature often in "Word Options", "Display", "Printing Options", "Print Document Properties".
    Does this help?  If not, which printer model and software application is being used when the summary is printed? 
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for

  • I received an apple gift card and i would like to add more money to it how do i do that?

    I see how i can check my balance but how do i send money or place more cash onto the card thanks in advance

  • Output from QIP 6416-2

    Frustrating... We have always had to use an RF modulator between our QIP 6416-2 and our TV, but having just purchased a Philips 32PFL3504D HDTV, I wanted to try using component out; no luck. I have looked at the wiring diagrams online time and time a

  • An unhandled exception has been thrown in the ESB system-400 Bad request

    Hi, When i try to call a ESB Routing Service in a BPEL Flow, i am getting the error below, An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception on JaxRpc inv

  • Tomcat not starting up!

    i had tomcat installed and running until i installed the sun java studio creator. when i did that, tomcat would not start! i tried removing it and reinstalling it on port 8085 (i thought it would conflict with the studio creator's port number) but it

  • Line spacing in acrobat pro X

    forms, made one in Pro X, to be used by someone in Reader where can I find line spacing capabilities - (form is then enabled to use in Reader) looked all over for hours to find answer and nothing* set font at Helv 9 point and the line spacing looks a