Css won't appear in preview

when i style my content from a spry menus and even regular div tag using css it is a crap shoot on whether or not it saves right and i can preview it in my browser. It shows the correction/style in design view but when i preview my page is all messed up.  It will have half of css missing?????

Can you post a link to the page in question or show us the code from the page?

Similar Messages

  • Documents downloaded via Firefox won't print or appear in preview

    Documents opened with Firefox won't print or even appear in preview. The document can be viewed but won't print. When trying to print (or see in preview) only a blank page appears. This happens even when the document is saved or made a PDF file. This began with 3.6.13 and continues with 3.6.15. Curiously, documents saved or made a PDF before this began ~ 2 weeks ago can be still be printed and viewed in preview. I'm using an iMac with OS X 10.6.6 and a CanonMX 300 printer

    Hi Lidia.C,
    I understand that you are passionate about fixing this issue and I am sorry that it is so difficult to print.
    It is possible to change the default program that reads pdfs if it does not work from adobe. This can be done from the "3bar" > Options > Applications menu. [[Set how Firefox handles different types of files]]
    Does downloading the file and saving it first, then opening the file in another program allow you to print in the meantime?
    If there is a lockfile in the profile, it may be that preferences are not allowed to be changed. [[How to fix preferences that won't save]]
    I hope this helps.

  • Images won't appear in local preview

    Hi. I have a page I laid out in dreamweaver. It looks good.
    When I try to add new images, I can see them in the layout,
    but they do not appear when I do an F12 preview.
    My old images that do appear are in the same folder as the
    new ones I'm trying to add that won't appear.
    I tried to copy an existing image that appears and pasting it
    --they both appear in the layout, but an F12 preview only shows the
    old one even though it is the same image.
    I even tried to open a dreamweaver tutorial, insert and image
    and preview it, and it didn't work.
    Can anyone help me please.
    Thank you,
    Melissa

    This usually means that you are linking with root relative
    links. Enable
    Preview using Temp files in your Preferences, and then you
    will see them.
    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
    ==================
    "actrihop" <[email protected]> wrote in
    message
    news:f0irm3$hli$[email protected]..
    >
    > Hi. I have a page I laid out in dreamweaver. It looks
    good.
    > When I try to add new images, I can see them in the
    layout, but they do
    > not
    > appear when I do an F12 preview.
    > My old images that do appear are in the same folder as
    the new ones I'm
    > trying
    > to add that won't appear.
    > I tried to copy an existing image that appears and
    pasting it --they both
    > appear in the layout, but an F12 preview only shows the
    old one even
    > though it
    > is the same image.
    > I even tried to open a dreamweaver tutorial, insert and
    image and preview
    > it,
    > and it didn't work.
    > Can anyone help me please.
    > Thank you,
    > Melissa
    > --
    >
    >

  • Swf files appearing in preview (D8) but not n browser after uploading - frustrated!

    Hello,
    I have worked with Flash and Dreamweaver on the side for a
    number of years. We all know that after the recent changes, the way
    it handles object and embed tags has changed to favor Java
    actionscripts instead.
    This code I am about to paste was created using Dreamweaver
    8.02, with transitional (x) html. Now mind you, this is not the
    prettiest piece of code you've ever seen. I now am learning to use
    CSS layouts instead of layers/tables, with php and flash
    integrated. This one example is not the only time I have had this
    problem however.
    I made a silly flash banner (its actually a placeholder for a
    better one I have to develop) for testing purposes and sizing. It
    appears fine in Firefox, and IE6 in the preview mode via
    Dreamweaver. When I upload it all to the site, the flash banner
    does not appear.
    I have tried copying the FLA and SWF files to the root folder
    (the fla, swf, and html files generated are all present), and tried
    a number of variations in the code and parameters to no avail. The
    darn thing just won't appear now. Similarly older pages I have
    created that Dreamweaver now prompts you to "fix the object tag
    that may not work in IE7...etc" have the same issue. If I select
    "go ahead and fix them for me", they are visible in production, but
    gone after uploading.
    Now to remove the possibility that this was a layering or
    parent tag issue of visibility, I created a blank HTML page and
    "insert/media/flash" and stuck the banner in there, then uploaded
    it to my server. It doesn't appear.
    I need help. I have been scouring the web for a few days now
    to no avail and have become quite frustrated with what used to be a
    really easy integration of Flash and html.
    Here is the top chunk of code from the page in question: (the
    page is live with the missing banner here:
    http://www.aeonsolutions.net/shirtworks/Shrtwrks_Homepage.html)
    <!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=iso-8859-1" />
    <title>Shirtworks custom T shirts, silk screening,
    inkjet printing, embroidery, event, club, sport, organization,
    holiday, humor, clothing</title>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <style type="text/css">
    <!--
    #Layer1 {
    position:absolute;
    width:999px;
    height:690px;
    z-index:1;
    left: 4px;
    top: 3px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(Shrtwrks_bkgrnd5.jpg);
    visibility: visible;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4
    resized
    if (init==true) with (navigator) {if
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH) location.reload();
    MM_reloadPage(true);
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&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.indexOf("#")!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a
    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[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .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))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <link href="CSS/shirtworks.css" rel="stylesheet"
    type="text/css" media="all" />
    <style type="text/css">
    <!--
    #Layer2 {
    position:absolute;
    width:128px;
    height:309px;
    z-index:2;
    left: 8px;
    top: 197px;
    visibility: visible;
    #Layer3 {
    position:absolute;
    width:804px;
    height:457px;
    z-index:3;
    left: 179px;
    top: 215px;
    visibility: visible;
    #Layer4 {
    position:absolute;
    width:1000px;
    height:27px;
    z-index:4;
    left: 4px;
    top: 697px;
    visibility: visible;
    #Layer5 {
    position:absolute;
    width:528px;
    height:150px;
    z-index:5;
    left: 214px;
    top: 11px;
    visibility: visible;
    -->
    </style>
    </head>
    <body
    onload="MM_preloadImages('MenuText/HomePage_over.jpg','MenuText/Artwork_over.jpg','MenuTe xt/Apparel_over.jpg','MenuText/Embroidery_over.jpg','MenuText/Custom_over.jpg','MenuText/D irections_over.jpg','MenuText/AboutUs_over.jpg','MenuText/Contact_over.jpg')">
    <div id="Layer5">
    <table width="533" height="141" border="0">
    <tr>
    <td><script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','dat a','Banner1.html','width','525','height','143','hspace','0','vspace','0','align','middle', 'border','0','title','Banner1','src','Banner1','pluginspage','http://www.macromedia.com/go /getflashplayer','scale','noborder','movie','Banner1'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    data="Banner1.html" width="525" height="143" hspace="0" vspace="0"
    align="middle" border="0" title="Banner1">
    <param name="movie" value="Banner1.swf" />
    <param name="SCALE" value="noborder" />
    <embed src="Banner1.swf" width="525" height="143"
    hspace="0" vspace="0" align="middle" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"
    scale="noborder"></embed>
    </object></noscript></td>
    </tr>
    </table>
    Understanding this change is fundamental in my developing
    process as a designer, and will save my sanity. I appreciate any
    help.
    Mike

    Did you upload this folder?
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    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
    ==================
    "MalikyeMoon" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello,
    >
    > I have worked with Flash and Dreamweaver on the side for
    a number of
    > years.
    > We all know that after the recent changes, the way it
    handles object and
    > embed
    > tags has changed to favor Java actionscripts instead.
    >
    > This code I am about to paste was created using
    Dreamweaver 8.02, with
    > transitional (x) html. Now mind you, this is not the
    prettiest piece of
    > code
    > you've ever seen. I now am learning to use CSS layouts
    instead of
    > layers/tables, with php and flash integrated. This one
    example is not the
    > only
    > time I have had this problem however.
    >
    > I made a silly flash banner (its actually a placeholder
    for a better one I
    > have to develop) for testing purposes and sizing. It
    appears fine in
    > Firefox,
    > and IE6 in the preview mode via Dreamweaver. When I
    upload it all to the
    > site,
    > the flash banner does not appear.
    >
    > I have tried copying the FLA and SWF files to the root
    folder (the fla,
    > swf,
    > and html files generated are all present), and tried a
    number of
    > variations in
    > the code and parameters to no avail. The darn thing just
    won't appear
    > now.
    > Similarly older pages I have created that Dreamweaver
    now prompts you to
    > "fix
    > the object tag that may not work in IE7...etc" have the
    same issue. If I
    > select "go ahead and fix them for me", they are visible
    in production, but
    > gone
    > after uploading.
    >
    > Now to remove the possibility that this was a layering
    or parent tag issue
    > of
    > visibility, I created a blank HTML page and
    "insert/media/flash" and stuck
    > the
    > banner in there, then uploaded it to my server. It
    doesn't appear.
    >
    > I need help. I have been scouring the web for a few days
    now to no avail
    > and
    > have become quite frustrated with what used to be a
    really easy
    > integration of
    > Flash and html.
    >
    > Here is the top chunk of code from the page in question:
    (the page is
    > live
    > with the missing banner here:
    >
    http://www.aeonsolutions.net/shirtworks/Shrtwrks_Homepage.html)
    >
    > <!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=iso-8859-1" />
    > <title>Shirtworks custom T shirts, silk screening,
    inkjet printing,
    > embroidery, event, club, sport, organization, holiday,
    humor,
    > clothing</title>
    > <script src="Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > <style type="text/css">
    > <!--
    > #Layer1 {
    > position:absolute;
    > width:999px;
    > height:690px;
    > z-index:1;
    > left: 4px;
    > top: 3px;
    > margin: 0 auto;
    > overflow: hidden;
    > background-image: url(Shrtwrks_bkgrnd5.jpg);
    > visibility: visible;
    > }
    > -->
    > </style>
    > <script type="text/javascript">
    > <!--
    > function MM_reloadPage(init) { //reloads the window if
    Nav4 resized
    > if (init==true) with (navigator) {if
    >
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    > document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    > onresize=MM_reloadPage; }}
    > else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH)
    > location.reload();
    > }
    > MM_reloadPage(true);
    >
    > function MM_swapImgRestore() { //v3.0
    > var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&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.indexOf("#")!=0){ d.MM_p[j]=new Image;
    > d.MM_p[j++].src=a
    > }
    >
    > 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[n];
    >
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    > x=MM_findObj(n,d.layers
    .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))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    > x.oSrc=x.src; x.src=a[i+2];}
    > }
    > //-->
    > </script>
    > <link href="CSS/shirtworks.css" rel="stylesheet"
    type="text/css"
    > media="all" />
    > <style type="text/css">
    > <!--
    > #Layer2 {
    > position:absolute;
    > width:128px;
    > height:309px;
    > z-index:2;
    > left: 8px;
    > top: 197px;
    > visibility: visible;
    > }
    > #Layer3 {
    > position:absolute;
    > width:804px;
    > height:457px;
    > z-index:3;
    > left: 179px;
    > top: 215px;
    > visibility: visible;
    > }
    > #Layer4 {
    > position:absolute;
    > width:1000px;
    > height:27px;
    > z-index:4;
    > left: 4px;
    > top: 697px;
    > visibility: visible;
    > }
    > #Layer5 {
    > position:absolute;
    > width:528px;
    > height:150px;
    > z-index:5;
    > left: 214px;
    > top: 11px;
    > visibility: visible;
    > }
    > -->
    > </style>
    >
    > </head>
    >
    > <body
    >
    onload="MM_preloadImages('MenuText/HomePage_over.jpg','MenuText/Artwork_over.jpg
    >
    ','MenuText/Apparel_over.jpg','MenuText/Embroidery_over.jpg','MenuText/Custom_ov
    >
    er.jpg','MenuText/Directions_over.jpg','MenuText/AboutUs_over.jpg','MenuText/Con
    > tact_over.jpg')">
    > <div id="Layer5">
    > <table width="533" height="141" border="0">
    > <tr>
    > <td><script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','data','Banner1.html','width','525','height','143','hspace','0
    >
    ','vspace','0','align','middle','border','0','title','Banner1','src','Banner1','
    > pluginspage','
    http://www.macromedia.com/go/getflashplayer','scale','noborder','m
    > ovie','Banner1' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" data="Banner1.html" width="525"
    height="143" hspace="0"
    > vspace="0" align="middle" border="0" title="Banner1">
    > <param name="movie" value="Banner1.swf" />
    > <param name="SCALE" value="noborder" />
    > <embed src="Banner1.swf" width="525" height="143"
    hspace="0"
    > vspace="0" align="middle"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash"
    scale="noborder"></embed>
    > </object></noscript></td>
    > </tr>
    > </table>
    >
    > Understanding this change is fundamental in my
    developing process as a
    > designer, and will save my sanity. I appreciate any
    help.
    >
    > Mike
    >

  • LR 4 - image does not appear in Preview and will not print`

    The selected image appears on the main/center panel but not in the preview screen.  Printing results in a white sheet of paper with no image at all.  The image has been updated to LR 4 - but made no difference.  I've served help and the forums (where i saw mention of similar problems, but no comments or guidance on the problem).  What am I doing wrong?

    The problem began with the installation of LR4. I print directly from LR4 to my HPZ3100. I routinely select "print preview" in the print dialogue box. Now the first print I see the preview and then it prints. If I select a second print job and use the "print preview" the print preview screen comes up blank and never loads. If I try to delete the print job, it just never responds (resolves) so I have to turn off the computer and the printer and restart to clear the print job. if I don't use the print preview, it prints just fine (except that I'm not able to check what's about to be printed). Thanks for any thoughts you have on this.
    Date: Tue, 10 Jul 2012 16:01:47 -0600
    From: [email protected]
    To: [email protected]
    Subject: LR 4 - image does not appear in Preview and will not print`
        Re: LR 4 - image does not appear in Preview and will not print`
        created by Brett N in Photoshop Lightroom - View the full discussion
    Bill, if this is only happening some of the time, then we are probably looking at a resource issue. Any pattern in when things won't print? e.g. Certain file type won't but others will? Or is it more of a timing/order thing? e.g. First file prints fine, second does not? VStromee, do no files print for you? Or is it like Bill and sometimes the print and other times they do not? Did you install any new software recently or have any updates to the OS or any application that has printing capabilities?
         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: http://forums.adobe.com/message/4549692#4549692
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4549692#4549692. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Lightroom 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.

  • I have one pic in iPhoto that won't appear in the iMovie lower right photos

    Sometimes, a new iPhoto will simply appear for iMovie use. Sometimes I have to quit and restart iMovie for this to happen. But on this certain iPhoto, it just won't appear for iMovie, even tho I made a special album for it. That's blank, too. How can I beat this?
    Thank you.

    OK, I finally tried making it a TIFF in Preview, and it appeared in the iMovie photos, and it's in the movie.
    But does anyone know why some pics are "reluctant" to go to the iMovie photo browser?
    And why iPhoto rejects a .jpg?
    Thank you.

  • Background won't appear in Live View?

    Ok, so my problem is, the selected background won't appear in Live View, as the title says.
    I figured this is because I just bought an external hard drive today, and moved all my files, thus changing the root folder. So I edited the root folder under Sites>Manage Sites>Edit...
    ... which did nothing.
    So then I thought, "maybe I'll just have to start from scratch," which I tried. So I started a new page with a new css design, created a new root folder for it and dropped my background .jpg there, and the same thing happened. I can see the image in Design and Split, but not Live View. I've really scoured the internet for a solution, and most people just having ending being a problem with the root folder, but considering I tried it with a new document, I don't think that's it.
    So, anyone have any suggestions?
    Thanks!

    Right, seeing your code will help us more than our guessing, but... Check to make sure that your background image is IN your root folder, and that the link to it is correct.
    If the file is outside the root folder, even if the link is 'correct', the file will not be seen in Live View, which (as far as I know) looks no further than the root folder and all within it for its images.
    You speak of making a page and THEN defining a site. You will (in my humble opinion) be much better off if you started out by defining your site. That way, you can also make sure that your image files are inside your root folder, and that your links are correct.
    Best,
    Beth

  • Help - Apple TV won't appear in iTunes

    Everything was working fine. Now it's not. My Apple TV (2.0.2) won't appear in iTunes (7.6.2) on my Macbook (10.5.3).
    I can ping it. I can stream music through it (airtunes). Yes, iTunes is set to look for Apple TVs. No, no firewall is blocking anything. Mine is still listed there (in iTunes preferences) to sync with but it does not show up in the devices list.
    Things I've tried:
    - reset Apple TV
    - cut power to Apple TV and reboot it
    - reboot my Macbook
    - reinstall iTunes
    Things I've installed recently:
    - Firefox 3.0 RC 3
    - Safari 4.0 developer preview
    - 1password beta
    But I wouldn't think those would do anything.
    Help!

    OK, I got it to work. At first, I didn't understand your last question, because all that happens is a code is displayed on the screen. But then I realized that maybe when that happens it is then broadcasting itself, and sure enough it shows up in the devices list while the code is displayed.
    I'm glad it's working now but I wonder what caused it to lose it's connection. Something happened to my Mac recently that has caused some things to behave oddly. I think I put it asleep, threw it in a bag and toted it around - but that it wasn't actually asleep the whole time. (Other symptoms I've seen are lost preferences, failure to sync events added on the iphone back to iCal, etc.)
    Thanks for the help!

  • Desktop Content Viewer won't appear in InDesign CS6

    I am having an issue in CS6 Indesign with teh ADOBE DESKTOP CONTENT VIEWER.
    I try to preview a folio using the desktop viewer and nothing happens, it silently fails.
    I have uninstalled Indesign CS6 (including preferences), Uninstalled adobe Air 3.3. Uninstalled the content viewer.
    rebooted, reinstalled air rebooted, reinstalled Indesign CS6 rebooted...
    After installing InDesign CS6, i choose Help > Updates and updated the DPS Desktop Tools
    And it still doesn't work!
    I think it may be to do with AIR rather than InDesign because it goes through the progressbars in InDesign and I have previously a BETA version of AIR that caused an issue else where, even though this is now uninstalled and the latest release of AIR is installed it still is failing to comunicate with AIR.
    I also, based on another posts recomendation, installed earlier version of the tools, but this made no difference. I suspected it wouldnt as it installed to different version folders.
    Its really frustrating as it works fine on a co-workers PC running 64bit WIndows 7
    I now get this error if the folio is a new folio...
    I deleted my current folio and started again and when i try to preview i get this...
    USER Saleh is experiencing same issues http://forums.adobe.com/people/Saleh%20S
    I have started thsi new disscussion as for some people the answers in the other thread have resolved this issue but not for us.
    (old thread http://forums.adobe.com/message/4545998#4545998)
    Many thanks Geoff

    Hi Everyone,
    I can see, for such a long time many people are facing this issue (Desktop Content Viewer won't appear in InDesign CS6)
    Friends here is the solution of this distinguished problem.
    Steps: [For Window XP]
    [Make sure your log-in has “Administration” rights]
    Open My Computer [Window Key + E].
    Open the Main Local Disk [C:].
    Click on “Search” tab above.
    Click on “All files and folders”.
    Write “AdobeContentViewer.air” in “All or part of the file name:” Box.
    Click on “Search” [Now you can see “AdobeContentViewer.air” file]
    Double click on “AdobeContentViewer.air” to install it.
    Select checkbox for “Desktop Shorcut”
    Once it installed, open “Adobe Content Viewer” from the desktop.
    Now close “Adobe Content Viewer”.
    Open Indesign Application and try to “Preview” your article/work from the “Folio Overlay Panel”
    I hope this will work for you.
    Guys please share your experience after performing the above.
    Cheers
    Hitesh...

  • My iPhone 5 won't appear in my iPhoto

    My iPhone 5 won't appear in my iPhoto library so that I can import my pictures from my phone.

    Connect your iPhone to your Mac.
    In iTunes, under devices select your iPhone.
    On the main window it shows a summary of your iPhone. Along the top of the main window are tabs. Select Photos.
    The main window changes. Make sure Sync Photos with iPhoto is checked.
    In the bottom right there is an 'Apply' button. click that and your photos should now sync with iPhoto.

  • I want to uninstall Acrobat reader. I got support in the community to access my HD and to send to trash the internet plugs in for PDF viewer, but when I try to download a PDF from internet a black screen appears and preview doesn't open

    I want to uninstall Acrobat reader. I got support in the community to access my HD and to send to trash the internet plugs in for PDF viewer, but when I try to download a PDF from internet a black screen appears and preview doesn't open

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • When I plug my ipod touch into the computer it just charges and won't appear on itunes!

    when I plug my ipod touch into the computer it just charges and won't appear on itunes!

    http://support.apple.com/kb/TS1538
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • After upgrading to ios 5, my videos or tv show I purchased won't appear

    After upgrading to ios 5, my videos or tv show I purchased won't appear even though it said it have been download. Is this a bug with the iOS 5.

    In addition to my question above, I was referring to not able to see in on ipad2 and not on the iTunes on my pc. Ihave checked the purchased tab, downloaded tab and via the video app but they are not there. I have tried to purchase a brand new episode via iTunes...as soon as it finished downloading, it disappear from the download or purchased tab

  • TS4062 My Iphone won't appear in my devices in Itune.... And the WiFi does not work on my phone.... I seems like there is no solution to update my phone to the new ios on my computer or WiFi without using the 3g because of this!!! help me out

    My Iphone won't appear in my devices in Itune.... And the WiFi does not work on my phone.... I seems like there is no solution to update my phone to the new ios on my computer or WiFi without using the 3g because of this!!! help me out

    Hello there, TempestBelcher.
    It seems you've covered all the bases, but feel free to review the iPhone Troubleshooting Assistant for connectivity here:
    Apple - Support - iPhone - Calls Troubleshooting Assistant
    http://www.apple.com/support/iphone/assistant/calls/#section_0
    If you've followed all the instructions then there are a few good recommendations for what to do next in the last step.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • HT1386 When I connect my iPod Touch to a new laptop (Macbook Air) the "Info" tab won't appear and therefore I cannot sync it with my new iTunes. How can I sync this iPod with the iTunes on my new laptop?

    When I connect my iPod Touch to a new laptop (Macbook Air) the "Info" tab won't appear and therefore I cannot sync it with my new iTunes. How can I sync this iPod with the iTunes on my new laptop?

    There is no Info tab in Mavericks
    if you use OS X v.10.8.5 or earlier. If you use OS X Mavericks v.10.9 or later, your contacts, calendars, and other info are updated on your computers and iOS devices via iCloud. For more information, see iCloud Help at icloud.com.
    iTunes 11 for Mac: Sync contacts, calendars, and other info with iPod, iPhone, or iPad

Maybe you are looking for

  • BTE (business transaction event) for VB02, VB01

    Dear Experts, How can i use BTE with VB02 and VB01 (Listing) , I need to capture every change or creation of listing thank you Oded

  • Idoc monitoring tool .

    Guys , Is there any tool to monitor the Inbound and the outbound IDoc s from one server to another server . ?  I know there are transactions to view the Idoc , reprocess it , But i need to know is there any tool kinda thing which monotors all of the

  • Printer prints blank pages when I turn it on

    When I turn my printer on it starts to endlessly print blank pages for no reason. I have checked the print log and there isn't anything waiting to be printed. I have reset the printer, unplugged the power supply, and reset my computer. None of this w

  • Accessing files outside the jar

    Greetings, I've got a jar file with some classes, which is in a directory. In this dir there are also some resources. How to access those resources from inside the jar? Thanks in advance, imaginner

  • Icloud doubling my addresses, on macbook pro, but not ipad or iphone???

    I set up my Macbook pro, ipad 1 and iphone  4S to sync address via icloud. All my addresses on my macbookpro are doubled, but not on my ipad or iphone. How can I fix and avoid this in the future?