Problem viewing footer while viewing file as website.

Hi,
I'm currently working on a website and I use Flash Catalyst CS5.5. When I preview or save my work as a wesbite, my footer I created in photoshop before is not viewable proberly (Look at the Screenshots).
As you can see, in catalyst itself I can see it.
In the Browser (Chrome & IE9) I can only see half of it. I can't scroll down too and it's not display related.
Thanks for your help in advance!

I just viewd my website using a old desktop.
My website doesn't fit to displays and their resolutions automatically. That's the reason why I can't view the whole bottom of it on my 1920x1080 16:9 Display.
How can I make it fit to any desktop like a website should actually be?

Similar Messages

  • Problem viewing files to open in Elements 12

    I have just upgraded from Elements 9 to 12 -- and now it will not open folders or files in the "open" command. I get the typical screen showing "My Pictures" -- but the box below shows nothing. I can view everything in windows explorer, and can open folders and files in Breeze Blower -- but cannot access them in Elements. Needless to say -- that makes the new download useless! How do I fix it?

    I never used the organizer function in Elements 9, and in Elements 12 I've tried to just use the "Edit" page. I did go to Organizer and tried the things you suggested, but when I go to Edit, I still cannot open my files. In Edit, I go to OPEN and I see the top box showing the basic files, but the larger box, that is supposed to show the details, is empty. If I close Elements, shut down the computer, and restart everything, sometimes it then works -- mostly not.
    A friend suggested that I had a corrupted "DLL" file. Following his suggestions, I first unistalled Elements 9 (which had had the same problem recently), the restarted the computer. He thought perhaps since 9 was still installed, the installation of 12 just used the old DLL file (which he told me means "dynamic link library"  -- all of this lingo is foreign to me). elements 12 seemed to work for while, but now it is back to the old problem -- I cannot view files in Edit.
    He has suggested that I uninstall E12, then shut down the computer, then reinstall. I might try that, but since my E12 was a download and I had a lot of trouble loading it the first time, I'm a little hesitant. The files are there in my download folder -- so maybe that will work. Any further suggestions are appreciated.
    Bob
    Robert C. Glotzhober
    Emeritus Curator, Natural History, Ohio Historical Society
    Naturalist, Speaker, Photographer, Writer
    3942 Millstone Road
    Columbus, Ohio 43207
    [email protected]

  • Problem viewing files that were saved as Attachments using PSoft functions

    Hello,
    I am trying to apply the code delivered in FILE_ATTACH_WRK to send an attachment to our server, and also to retrieve (view) the file. I am able to save the attachments and also to retrieve them for viewing. But something is happening to the files when I return them from the server to view them. For example, I saved a text file, but when I pull the file back for viewing it appears that all the carriage returns have been removed. A file saved like this....
    -- Script : delete_bad_referral.sql
    --+
    -- 01/10/2011 rjm
    --+
    -- Return failure code when program does not complete successfully
    whenever sqlerror exit failure;
    whenever oserror exit failure;
    Comes back looking like this:
    +-- Script : delete_bad_referral.sql -- -- 01/10/2011 rjm -- -- Return failure code when program does not complete successfully whenever sqlerror exit failure; whenever oserror exit failure; set echo on set feedback on set head off set linesize 500 --select select * FROM sysadm+
    Has anyone seen this before? Know how to correct it?

    Apologies if I switch gears here. Your last post was helpful and may have helped to resolve the problem with .txt files. But I just returned from a meeting and the customers have refined their requirement so that users can only attach files within the Office suite - ie Word, Excel, PowerPoint, etc.... So .txt files will not be a problem.
    However, I just encountered a problem working with an Excel file as an attachment. I have no problem returning a .docx file - it opens just fine in Word. I can also save a .pdf file and have it open fine using View. But when I attach a .xlsx file, viewing it returns a .zip file! If I click Open, it breaks the file into several directories including _rels, docProps, xl, etc.... and several .xml files.  Nothing in the unzipped structure is viewable as an Excel file.
    What would be causing this to happen?
    Edited by: rjmerryman on Dec 6, 2011 12:28 PM

  • Others have problem viewing web.me website

    Other people are either having problems viewing my website in its entirety, or they are having difficulty viewing certain blog posts. I am seriously considering changing to another blog.

    I am upset that I have wasted $100 for the year.
    If you're referring to the yearly fee for MobileMe then that's not true. It's not MobileMe that the problem. It's IE.
    You can dumb down your web site to the lowest denominator, i.e. Internet Explorer, and can have your site viewable by all browsers. If your site is a commercial site then possible the use of iWeb and MobileMe is not the best choice. As already pointed out iWeb adheres very closely to web standards, almost to a fault some would say. So any browser that has not kept up with those standards will have problems to some degree or another.
    As for MobileMe, it's primarily geared towards the social networking that it provides and has a lot of server side stuff going on that makes it slower and more iffy than commercial hosting services like HostExcellence, GoDaddy, etc.

  • Problem Viewing HTML coded website in design view

    Hello,
    I've got a functional website I coded (using an html text editor) for a customer some time back that he wants to be able to edit. He doesn't know code, so we got Dreamweaver.
    The problem is, a lot of page elements simply won't show up in the Design view (though they do when viewed in a browser). I suspect it may have something to do with older nested Table tags I used, but neither of us is very interested in me rebuilding the site from scratch (which is largely what we were trying to avoid).
    The extra odd thing, though, is a lot of the code in question DOES display on the index page, but not on secondary pages, even though it was copy/pasted in the first place.
    The website in question is http://ckski.com. The index page shows up fine. (http://ckski.com/Pictures/GoodPage.jpg) On secondary pages, the only thing that shows up in the Design view is the banner image at the top of the page. I get a gridline for the main table structure, but no content (only some errors indicating some extra </td> and </tr> closing tags) (http://ckski.com/Pictures/BadPage.jpg)
    View Source should work to check the code, but I can provide anything else that might be needed, such as the CSS page.
    Thanks!
    Travers Jordan

    Code errors are responsible for 98% of rendering problems.  Your pages lack a valid doc type declaration which puts them into quirks mode.
    On line #1 in code view, change this:
         <html>
    to this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    At least that will give you a fighting chance of validating without errors.  Use the online code validator below to check for other errors in all your site pages.
         http://validator.w3.org/
    Incidentally, asking a non-coder to use Dreamweaver is form of punishment.   Basic coding skills are necessary to get the most out of this product.   Anything less is going to result in frustration and confusion.
    It's worth noting that DW is NOT a WYSIWYG editor.  Design View is at best, an approximation of what you can expect to see in some browsers.  For best results, use Live View in Split View and edit the code.
    Nancy O.

  • Problem viewing files in Lightroom 2.6

    Am using OS Windows 7, 64 bit. Have inages stored on an external USB hard Drive (320 GB Toshiba) and use an 8 GB thumb drive for administrative files. With both devices plugged in I open Lightroom and see the following:
    Catalog>All Photographs: 21,526
    Folders>Home (L:) [thumb]: 19,433 photos
              >Aggie (O:) [Toshiba]:  2,093 photos
    Indicator light to left of "Home" is orange.
    Indicator light to left of "Aggie" is Black or Green.
    Problem One:  The desktop seems to find "Aggie" and then lose her - cycling "On" an "Off" so to speak and for no apparent reason. The drive is not being moved, cables jiggled or anything discernable. This cycling might happen every minute or so. This does not appear to be a function of the drive because I can work in the directory in Explore and drag and drop files, e.g., without any difficulty. So, the question here is -- is this a problem within Lightroom or even in the OS.
    Problem Two:  The 19,433 photos that Lightroom indicates as being in the "Home" folder simply are not there! They are, in fact, on "Aggie". I prove this by doing a *.DNG search in the "Home" directory which comes up empty. The 2,093 photos which do show up in "Aggie" where they belong are recent imports -- possibly since upgrading to Windows 7.
    Questions:
        1.   Does anyone have a clue why the hard drive might be dropping out and/or cycling?
         2.  How is it possible that files which are clearly on one drive will show up in Lightroom as being on another drive?
         3.  Why is it that when the indicator light on "Aggie" is Green the folders on that drive still have a "?" beside them?    

    Maybe I am misunderstanding your terminology, but are you saying you have 19,433 photos on a 8GB drive?
    If any folder is showing a ?, then right click on it and locate the folder on the drive.

  • Problem viewing files

    Hi there.
    I've got a strange problem with my servlet. The servlet is used to open files from my database. I use tomcat 5.5 an it wroks perfectly fine when a call the servlet through the address http://localhost:8080/xxxxx but when i try to open a non text file through the address http://127.0.0.1/xxxx the page closes before i can see anything. I thing I get a IllegalStateException but i'm not sure. Here's the code for my servlet:
         public void doGet(HttpServletRequest request, HttpServletResponse response)
            throws ServletException, IOException
            try
                 HttpSession session = request.getSession();
    int fileNr = Integer.parseInt(request.getParameter("fileNr"));
                 ArrayList fileInfo = SQLQueries.getFileInfo(fileNr);
         response.setContentType((String)fileInfo.get(2));
                        OutputStream output = response.getOutputStream();
                        InputStream input = SQLQueries.getFileContent(fileNr);
                        byte[] bytes = new byte[Integer.parseInt((String)fileInfo.get(3))];
                        input.read(bytes);
                        input.close();
                        output.write(bytes);
                        output.flush();
              catch(Exception e)
                System.out.println(e + ": " + e.getMessage());
                StackTraceElement astacktraceelement[] = e.getStackTrace();
                for(int i = 0; i < astacktraceelement.length; i++)
                    System.out.println(astacktraceelement.toString());
                   return;
    The same problem comes when i uppload the servlet to my server. I sorry about the tabs in the code section.
    I'm really confused here and I'd appreciate all suggestions I can get.
    Thanks / Daniel

    input.read(bytes);That reads some bytes into the byte array. But it may not read all of them; that depends on the InputStream you are using. If I were you I would not assume you get the entire array all at once. Write the standard loop to copy the InputStream to the OutputStream.          catch(Exception e)
      System.out.println(e + ": " + e.getMessage());
      StackTraceElement astacktraceelement[] = e.getStackTrace();
      for(int i = 0; i < astacktraceelement.length; i++)
        System.out.println(astacktraceelement.toString());
    return;
    }This isn't going to affect your problem, but isn't that just a roundabout way of writingcatch(Exception e)
      e.printStackTrace(System.out);
      return;

  • Problem with Dataset While downloading file to Application server

    Hi friends,
      My report downloading some data to Application server in Unix Environment. When i am seeing that dataset, contents of the last field getting truncated. I specified length of the file which is greater than the record length, but still values are truncated. Its very urgent please send me the solution ASAP.
    Thanks & Regrads,
    Ramesh.

    Please provide me a solution

  • Can't view files with long file names?

    Hi, Im using Mac OSX 10.3.9 and I have a problem viewing files on a server that have long file names (i.e over about 20 characters) they do not show up on my mac but when viewed on a PC computer they are all there. Strange thing is though I have another mac on the same network running exactly the same operating system and version and files with long name can be viewed on that system ?? it is some simple preference does anybody know? Any help would be much appreciated. thank you.

    Hi, I tried accessing a test file that I have made up with a long name through a browser and through FTP and cannot see it on either one. I can however see it on the other Mac that I have access to that is running the same OS and version etc... and also this file can been viewed on the PC's that are around me....

  • I have problems with seeing my bookmarks, file, view, edit...buttons. I tried other shortcuts. I noticed that all of my bookmarks are located in the Internet Explorer browsers, how can I restore setting back to Mozilla Firefox?

    I have problems with seeing my bookmarks, file, view, edit...buttons. I tried other shortcuts. I noticed that all of my bookmarks are located in the Internet Explorer browsers, how can I restore setting back to Mozilla Firefox?

    Is the menu bar missing (the one containing File, View, Edit etc)? If it is, the following link shows how to restore it - https://support.mozilla.com/kb/Menu+bar+is+missing

  • I have a problem with running an EXE file on win2000, the Lab View is 5.1 and I do not know if it is 16 bit...

    I have a problem with running an EXE file on win2000, the Lab View is 5.1 and I do not know if it is 16 bit...what should I do?

    Hi Arika,
    The drivers that you need to install to make your executable work depends on what your executable is doing. To get started, you need to have the LabVIEW Run-Time Engine installed on your target machine (the Win2000 machine you are planning to use) in order to run your executable. Next, you need to determine what drivers your executable uses, if any. For example, if you are using GPIB instrument control, you will need to install the NI-488 drivers on your target machine. If you are performing data acquisition, you will need to install NI-DAQ drivers. If you are doing image acquistion, you will need to install NI-IMAQ drivers.
    All these drivers are available for downloading on ni.com. To get the drivers, go to ht
    tp://www.ni.com/support , click on the link that takes you to Drivers and Updates (under Option 3), and click on the links to get to the driver(s) you need. For example, if you need the LabVIEW 5.1.1 Run-Time engine, click on the All Drivers and Updates by Application link on the main page (http://www.ni.com/softlib.nsf/). Then click on the LabVIEW link, Windows 2000, Run Time Engine, and then you will see the link to get to the page to download the LabVIEW 5.1.1 Run-Time Engine.
    I hope this information helps.
    Best Regards,
    Wilbur Shen
    National Instruments

  • Sharepoint 2013 explorer view error - problem opening this location in file explorer (HTTPS + Win7 Enterprise 64 bit + IE9 32 bit + Office 2007 32 bit)

    Hi,
    We have a problem using Sharepoint 2013 explorer view. (Error - We're having a problem opening this location in file explorer. Add this web site to your trusted sites list and try again).
    I'm using Windows 7 Enterprise 64 bit, Office 2007 32 bit and IE9 32 bit. And the sharepoint site is a https site.
    Some people in my organization are able to browse and some users getting the above error. (with the same client machine configuration)
    If I clear my browser cache, closes the browser and open it then the explorer view is working. But after a minute if I try again I'm getting the above mentioned error. This 1 minute expiration happens is since the first time I have used explorer
    view, not since I opened the browser.
    I have tried the following on my machine:
    1. Modified the web client service to run automatically.
    2. Verified the sharepoint site is part of trusted sites (https://*.spsite.com/)
    3. Compatibility mode is turned on.
    4. Tried adding
    AuthForwardServerList in the webclient registry settings under parameters. (restarted the web client)
    5. Verified the BasicAuthLevel set to 1 (since we are using SSL). Tried setting the BasicAuthLevel to 2 as well. (restarted the web client)
    6. Tried installing software update for web folders (KB907306).
    Verified the below on the production server:
    1. The web application has the root site collection.
    2. It has WebDav Publishing disabled under IIS Web Server feature.
    Could some one please help me in resolving this issue?
    Thanks.

    Hi  Deepak,
    According to your post, my understanding is that you failed to use "Open with Explorer"  in a document library.
    For your issue, please verify the following:
    ActiveX controls must be enabled in IE.
    As you are using Windows 7 Server as the client computer, you must install the Desktop Experience feature from Server Manager.
    Make sure there is a working Root site collection.
    Install this hotfix for windows 7 work with sharepoint 2013 :hotfixv4.microsoft.com/.../463266_intl_x64_zip.exe
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • I am having problems viewing CR2 files

    Hi,
    I using windows xp service pack3. I used before about 2 years and I never had problems, but now when I uninstall adobe photoshop cs5  because I could not see CR2 files in adobe bridge I tried install again about 3 times and unsuccessful, could you help me please.
    Kind Regards
    Vygis
    Date: Tue, 12 Jun 2012 16:55:49 -0600
    From: [email protected]
    To: [email address removed by host]
    Subject: I am having problems viewing CR2 files Installing Adobe Photoshop cs5
    Re: Installing Adobe Photoshop cs5 created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    Were you experiencing this message prior to removing Photoshop CS5 Extended?  If not what prompted you to reinstall?  Finally what version of Windows are you using?
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Installing Adobe Photoshop cs5
    To unsubscribe from this thread, please visit the message page at Re: Installing Adobe Photoshop cs5. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

    Are you receiving an error when installing or are you unable to view your CR2 files once Photoshop is installed?

  • I have problem in quicklook for mp4 files in my mountain lion os 10.8.2 so please help me what i need to do? but i can view mov,3gp,jpeg files problem is only with mp4 files.... any one help me...

    I have problem in quicklook for mp4 files in my mountain lion os 10.8.2 so please help me what i need to do? but i can view mov,3gp,jpeg files problem is only with mp4 files.... any one help me...

    I have problem in quicklook for mp4 files in my mountain lion os 10.8.2 so please help me what i need to do? but i can view mov,3gp,jpeg files problem is only with mp4 files.... any one help me...

  • Problem viewing some video files

    I get this problem only with some video files, not all. They are all .mov files so it's hard to tell what is causing it. What it looks like is that the video and sound plays but the video is "barred out" with thick white stripes so it looks like three is only 1 pixel size width of video showing through. almost like this:
    "menu bar here"
    Just pretend with the dotted lines, you can see the video in it's place. I tried reinstalling quicktime but it does not work. Any ideas

    It seems I have two networks available at work, one is behind our firewall, and I login to it. This is the network that I can't view streaming video. There is also a "Guest" network that I don't need to login to. This one works with the YouTube and the news site videos.
    Thus, I conclude there is a setting that WiFi network administrators can invoke that specifically can block streaming video on some protocols (whatever the ipod touch uses) and not others (whatever the Macbook uses). But the same router hardware supplying the Guest network does not block these protocols. Presumably this has to do with security on one side of the firewall(?)
    Anyway, apparently outside of the WiFi controls available in the ipod touch settings.
    Weird...
    Paul

Maybe you are looking for

  • How to Trigger SY-UCOMM User Event  in ALV

    Hi Folks, Currently I have a classic ALV report where I need to remove all the standard ALV buttons and replace it with one custom button.  Given that, there is a parameter in REUSE_ALV_GRID_DISPLAY that deals with the user command event.  But during

  • Is there a way to adjust audio 'tone' on a VO? (ie deepen a voice)

    I'm piecing together a corporate video, and want the VO to sound deeper - does anyone know if there is a way to do this? I'm working with FCP HD 4.5. Thanks! K

  • Helping in Excel sheet 2013

    I have sheet for (4 shifts)  i wanna make roster depend on date,  the roster as follow when i put starting day it makes fill automatically as the previous picture from starting date of month and ending of the same month and when i put another dates i

  • Bursring control file from Lunix to windows server

    Hi all I have devloped an rdf file to return payment data I want to store the output on sharefolder on windows server is it possible to move the file (FTP) from the application server which is Linex to my windoes server using XML Bursting Control Fil

  • Search Help with Web Dynpro

    Hi all, I have to create a search help with web dynpro on a field but the database is on another system... How can I do? Many Thanks in advance...