Dreamweaver does not link any images or styling to my webpage

Hi,
I have been creating a webpage and have moved images from one folder to another and now the website will not display any images or styling. I have moved all the content back and it still doesn't show. I have created a completely new website with new images and styling and even now it still doesn't link the images to the "live view" (or when I open it in a browser). What have I messed up?
Thanks in advance.
Tom.

Thanks for you quick response - Please note that even if I use a template it doesn't show any image I put in. Can you see a problem with this template code? I have put the HTML and then the CSS after
PLEASE ALSO NOTE: I have completely re-done site management and moved images to where they should be. This has not worked.
<!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" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link href="file:///C|/Users/admin/Desktop/tomstinhouse/twoColElsRtHdr.css" rel="stylesheet" type="text/css" /><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
</head>
<body class="twoColElsRtHdr">
<div id="container">
  <div id="header">
    <h1>Header</h1>
  <!-- end #header --></div>
  <div id="sidebar1">
    <h3>sidebar1 Content</h3>
    <p>The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the right side of the #mainContent div if the #mainContent div will always contain more content than the #sidebar1 div. </p>
    <p>Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque  eget, cursus et, fermentum ut, sapien. </p>
  <!-- end #sidebar1 --></div>
  <div id="mainContent">
    <h1> Main Content </h1>
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. </p>
    <p>Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at,  odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce  varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id,  libero. In eget purus. Vestibulum ut nisl. Donec eu mi sed turpis feugiat  feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut,  sapien. Fusce metus mi, eleifend sollicitudin, molestie id, varius et, nibh.  Donec nec libero.</p>
    <h2>H2 level heading </h2>
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio.</p>
<!-- end #mainContent --></div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
   <div id="footer">
    <p>Footer</p>
  <!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>
@charset "utf-8";
body  {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
/* Tips for Elastic layouts
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
.twoColElsRtHdr #container {
width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
.twoColElsRtHdr #header {
background: #DDDDDD;
padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
.twoColElsRtHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
.twoColElsRtHdr #sidebar1 {
float: right;
width: 12em; /* since this element is floated, a width must be given */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 0; /* top and bottom padding create visual space within this div */
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
.twoColElsRtHdr #mainContent {
   margin: 0 13em 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
.twoColElsRtHdr #footer {
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD;
.twoColElsRtHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

Similar Messages

  • Aperture 3 project does not display any images in one Project

    This is a strange situation.  The bullets below outline the situation:
    The project does not display any images
    When I place the pointer over the project it shows there are 500+ images
    I have located the RAW images stored in my aperture library
    I can pull up the images using a smart folder and searching for photos taken on the event day
    This is happening only to one of my projects that I know of (weird!!)
    I have tried to 're-add' the image by both importing and dragging and dropping into the project, neither works
    I tried the following basics:
    Fixed permissions
    Rebuilt the database
    Tried to re-import the data, but when I have the 'don't import duplicates' these are not an option
    Found the images in my Aperture library
    I created another project and drug all of the images into that project
    Any idea how I can fix this?
    My fear is that if I delete the original project, the original master images will be deleted.

    The most common cause of this is some sort of stuff in the search box at the top of the browser that you don't expect to be there. Just clear it and all your images should show up.
    RB
    One note - if you drug your images from one project to another it moves them vs copies them unless you hold down the option key.

  • I have backed my Mac Book pro up to my external hard drive using time machine. My iPhoto now does not show any images, even when I upload from my iPhone

    I have backed my Mac Book pro up to my external hard drive using time machine. My iPhoto now does not show any images, even when I upload from my iPhone

    Mac 101: File Sharing
    Mac OS X 10.7 Help: Transfer files between two Mac computers
    Mac OS X 10.7 Help: Set up a Windows computer to share files with Mac users
    Mac OS X 10.7 Help: Use iDisk to share files
    Mac OS X: Sharing your files with non-Apple computers
    How to share a Mac's files with a PC and vice versa.

  • My top and under folder does not list any images

    Suddenly, my top and under folder does not list any images ?
    For exemple : lightrom 0 /2013 0 /2013-05-11 126
    LR5 ; I run windows 8 64bits
    Thanks for your help.
    Best regard
    Regis

    Library Menu, select "Show Photos in Subfolders".

  • Adobe Lightroom 3.2 does not show any images

    I just updated to Lightroom 3.2 this week. It worked fine the past few  days. Then last night, it started kind slow, then showed images shown in  Library grid/strip view for any images. But it still show meta data.  And no images in Develop tab. But if I move the mouse on the image area,  the RGB values in histogram (upper right) still changes with differnt  values. Just no images. And it still shows the shooting data.
    I reinstalled it twice and oit still behave the same.
    Then  I build a new catalog. I see images only in the pre-import screen. Once  a folder is imported, no images in this new catalog.
    I also  tried to clear cache, removed preferrance, and then create a new  catalog. When I tried to import my images, there is a little triangle  showing on top of each image, clicked and it said" Lightroom has some  difficulty import the image file".
    But PS CS5 Bridge and PS CS5  works just fine. I can actually right click on a grid (even though not  seeing the real image or preview) and edit in PSP CS5.
    BTW, the  day before yesterday's problem, I was watchng the new Lightroom tutorial  from this site (which I bought) and adjusted preference,... I don't  know whether such a change of setting may cause Lightroom having  difficulty seeing images.
    Any help will be appreciated.
    If  anyone know how to submit a support request to Adobe please let me know  too. I cannot find a way to get support free opf charge and I will not  pay for their crash.
    Eric

    This happened to me before and did so again yesterday when I updated my NVidia drivers. NVidia evidently changes the display's color profile to "Use Windows display calibration." The solution is to reset the color profile for each of your displays back to what was set before. I am using Windows 7-64. This does not matter as for the ultimate solution, but getting to the proper dialog is easy:  click Start and in the search box type "color management." You should get the proper dialog box open with "Color Management" at the top. When I have had this problem it showed Device: Display 1 {its name}, no ICC Profiles in the ICC Profiles list area and "Use Windows display calibration" below. Click "Add..." and find your display profile in the list. There are very many. Mine were right at the very bottom. Pick it. Set it as default for your display. Repeat for other monitors, if any. ...and the pictures are viewable back in Lightroom!
    Good luck!
    Greg

  • LR4 "All Photographs" does not show any images.

    This week I upgraded from LR3 to LR4 on my Mac. Unfortunately, since doing so, "All Photographs" has stopped showing any images even though it indicates that there are 26,000 images in the library. Also, even though I have activated "Show photos in subfolders" that does not seem to work either. What is the problem please?

    See this thread: http://forums.adobe.com/thread/971825?tstart=30

  • Preview does not show any images

    Hello. I am running 10.6.5 and Preview does not work. Any image I try it on does not show up on Preview. Is there an existing solution to this problem?

    You can trouble shoot by creating a new user account and see if the problem is still present.
    You can Safe Boot to turn off third-party extensions and see if this is the cause.
    It could be if you install the 10.6.5 Combo Update it may straighten out, particularly if you installed the delta through the Software Updater. No harm here to re-install this combo.

  • PSE does not open any image nor it is possible to open a new file

    Hello,
    having installed Photoshop Elements 13 for the first time on my Windows 7 Ultimate (64 Bit) computer it is a big disappointment.
    I cannot open any image. It does not matter whether it is on a network share or local disk.
    Have no deinstalled the program and reinstalled. But the behaviour does not change at all.
    In the organizer I can select an image but when I want to transfer it the editor nothing happens.
    It is also not possible to create a new empty image.
    Anybody else having this behaviour?
    - Holger -

    Hi  Ing-HoBa ,
    Are you able to launch Photoshop Elements 13 Editor?
    If not please follow these steps;
    Go to following location:
    for Win
    C:\Program Files (x86)\Common Files\Adobe
    C:\Users\username\AppData\Local\Adobe
    for MAC
    Finder> Go > Go to Folder
    \Library\Applicaiton Support\Adobe
    ~\Library\Applicaiton Support\Adobe
    Locate folder OOBE and rename it OOBE.old
    Download and install
    Adobe - Adobe Application Manager : For Windows : Adobe Application Manager
    Adobe - Adobe Application Manager : For Macintosh : Adobe Application Manager
    After the installation
    Try to Open Adobe Application Manager / Creative Cloud App.
    Log in that with Adobe ID and Password.
    If it does not work first try couple of times more.
    Let me know if this resolves the issue.
    Reagrds
    Sandeep

  • LR5 Import dialog does not list any images

    Lightroom 5 is not seeing that a folder of images I'm trying to import has any images in it. The folder is question has well over 5,000 jpegs (it's my iPhone image depository). While I was able to import images from this folder with no problem in LR4, LR5 is telling me that there are no images in the folder. I've double checked that all my import settings are normal and the same as LR4 and it doens't matter. No matter what I do, I cannot get LR5 to see that there are any images in this folder to import.
    Any thoughts?
    Thanks,
    Antonio
    Here's an image of what's happening:
    Message title was edited by: Brett N

    "If the folder already exists in the Folder panel, select it and Choose Library > Synchronize Folder."
    It doesn't exist in the Folder panel. It never has. It would mess up my workflow to have it as such. I only import from this folder.
    Try (via finder) moving a few of the images in the folder to another folder that has been cataloged. Then synchronize that folder to see if the images show.
    I did this and the images showed up fine, so there is nothing wrong with the image files.
    Instead of invoking the Import Dialog first, drag an image from th Camera Roll folder onto the Library module or the Lr icon. That will bring up the import dialog. see if you get the same results.
    Did this and it did not work.
    Why this is strange is that I have no problem importing from the same folder in Lightroom 4. Something has changed here in LR5.
    Here's another image of what is happening:
    https://www.evernote.com/shard/s1/sh/e6199117-5f68-4a75-9faa-2f94220f8f18/2a633375d4c394fb 7e3ebd19c573eda4/deep/0/Screenshot%206/13/13%203:53%20PM.jpg

  • Lightroom CC Import sees CF Card in reader but does not see any images, cannot import anything

    I have installed Lightroom CC.  It seems to work but if I connect a card reader with a CF card, while Lightroom sees the card, it sees no images.  I have to copy the files to a hard disk and import from there.  How do I fix this annoying problem?

    Hi drchevalier,
    You mean, you are able to import those files, if moved to hard drive but not able to view them when importing directly from the CF Card? Please attach a screenshot.
    If so, might be an issue with the card. Did you try reformatting the card in the camera itself and check? If not, might want to try that.
    Also, make sure your camera is in the Camera Raw plug-in | Supported cameras list. Else, you might not see it in Lr.
    ~ Arpit
    EDIT: Sorry, did not see your reply. Glad to hear that the issue got resolved.

  • I HAVE AN ISSUE WITH BACKGROUND IMAGE IN FIRE FOX ITS WORKING FINE WITH IE BUT WHEN I TRY O RUN IT WITH FIREFOX IT DOES NOT SHW ANY IMAGE.

    HERE IS MY CODE
    <html>
    <body background="C:\Documents and Settings\Godara\Desktop\kufri (65).jpg">
    <h1>Hello world!</h1>
    </body>
    </html>

    Have you contacted Project VII support or searched their knowledge base?
    http://www.projectseven.com/support/index.htm
    Also, is there any way to remove unused styles (in an external CSS) in DW? Just it would be a pain to go through and remove the styles I've tried, but then later decided not to use.
    Not exaclty a DW answer, but I've used the free FireFox add-on to help me find unused selectors. Point it to a sitemap.xml and it can spider the whole site (as listed in that xml file).
    https://addons.mozilla.org/en-US/firefox/addon/5392
    But be careful with it. It apparently doesn't read JavaScript and your PMM triggers are actually used.
    Mark A. Boyd
    Keep-On-Learnin' :-)
    If you are reading this via email, be aware that it may not be an accurate representation of my message. Login to read the actual message and/or to reply.

  • Pc does not show any images.

    I got HP p7 1235p desktop AMD 8 quadcore 8 gb.My problem is when you turn on the pc,it goes on but the screen remains black,I already double checked with my other pc and there is nothing wrong with the monitor or cables.Maybe its the videocard, but its integrated.How can I fix that problem.its the videocard.pls help me. save my pc its only a year old.

    Hello emanny90,
    I understand that your HP p7 1235p Desktop PC will start to a blank screen. I am providing you with an HP Support document: Screen is Blank after Starting the Computer, which I would recommend you review and follow the suggested steps to come to a resolution for your computers issue.
    Please re-post if you require additional support. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • GTX 670 PE - Does not transmit the image - Stopped working and has recovered

    First excuse me for English.
    I bought my gtx 670 last year, and everything worked fine but sometimes with blue screen, thought it would be a mismatch. Before yesterday, when I was playing, the screen went black and the message appeared that he had recovered. I uninstalled all drivers and reinstalled all to the latest version 334.89. When I start my computer does not appear any image. The monitor seems to receive the signal from the board, but does not transmit. Replaces it with my old gtx 460 and it worked perfectly. I removed one stick of memory, and for a few minutes I thought I would have solved my problem until the screen goes completely black again. Updated the bios to latest version of the motherboard. I'm not sure what is happening. I'm hoping not to be anything wrong with the video card. Could someone give a hope on this video card? Or is she really dead?
    motherboard- GIGABYTE Z68X-UD4-B3
    Graphics      - MSI 670 GTX PE
    memory       - 8gb Kingston 1333 Mhz
    HARD DRIVE - 1TB seagate
    PSU              - Corsair 800
    CPU              - Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz

    Good morning,
    Yesterday and today were the day of testing.
    I put the video card in another machine and got a better response.
    In my current machine can not see the bios when I start the machine.
    On another machine I can see the bios and I can spend some time with image, but spending a few minutes the screen goes black also.
    I did a stress test and then the screen went black. The temperature was 40 degrees.
    I'm guessing the card is actually faulty.
    Any idea for new tests?

  • My itunes in pc fails to secure link with itunes store it shows the process bar it automatically quits the process it also does not shows any on the screen. i am using windows xp service pack 3. what shoul i do?

    my itunes in pc fails to secure link with itunes store it shows the process bar it automatically quits the process it also does not shows any on the screen. i am using windows xp service pack 3. what shoul i do?
    Diagnostics test
    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    ECS G31T-M7
    iTunes 10.5.2.11
    QuickTime 7.6.9
    FairPlay 1.13.37
    Apple Application Support 2.1.6
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 4.0.0.97
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 0012ABAC07F3CCB0
    Current user is an administrator.
    The current local date and time is 2011-12-31 14:06:21.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is not supported. (16005)
    Video Display Information
    Intel(R) G33/G31 Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:        {7599FAD1-1BB9-4AC6-80AF-404253DC519E}
    Description:            Atheros L2 Fast Ethernet 10/100 Base-T Controller - Packet Scheduler Miniport
    IP Address:             192.168.1.5
    Subnet Mask:          255.255.255.0
    Default Gateway:    192.168.1.1
    DHCP Enabled:      Yes
    DHCP Server:         192.168.1.1
    Lease Obtained:     Sat Dec 31 13:46:09 2011
    Lease Expires:       Tue Jan 03 13:46:09 2012
    DNS Servers:         192.168.1.1
    Active Connection: LAN Connection
    Connected:             Yes
    Online:                    Yes
    Using Modem:        No
    Using LAN:             Yes
    Using Proxy:           No
    SSL 3.0 Support:     Enabled
    TLS 1.0 Support:     Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was unsuccessful.
    The network connection timed out.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2011-12-31 14:00:02.
    **** Device Connectivity Tests ****
    iPodService 10.5.2.11 is currently running.
    iTunesHelper 10.5.2.11 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8.  Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9.  Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA.  Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB.  Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Connected Device Information:
    rawkiss’s iPhone, iPhone 3G running firmware version 4.0
    Serial Number:       86931UEAY7H
    **** Device Sync Tests ****
    Sync tests completed successfully.

    I have found a fix after doing additional research through this forum. Tech Note #328730 addresses this problem and it works for Photoshop Album 3.2 even though it was written for release 1.0.
    Here is a link that will take you directly to the Tech Note:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=328730
    When using this fix the Tech Note indicates:
    "Imported image data and tags are lost when you re-create the My Catalog.psa file, so you need to reimport images and reapply any tags"
    however it did retain the captions (at least it did for me).

  • Windows 8 error "product key does not match any of the Windows images available for installation"

    Hi Experts
    My HP Pavilion laptop came with window 8. I made the USB recovery for windows 8 using hp recovery manager. My windows was corrupted, while I was trying to install windows 7 in dual boot.
    I used above USB recovery to restore factory default. But every time it is giving me error "HP Recovery Manager Failed error code = 0xefffff08"
    Then I downloaded the OEM ISO mage for windows 8 and tried to do the clean install but now installation process is giving me error "The product key entered does not match any of the Windows images available for installation. Enter a different product key" 
    Please help me. To whom I have to contact?

    Hi ghost-rider,
    Thank you for your query, I will do my best to assist you.
    I understand you tried to do a recovery and you received this error  "oxefffff08".
    First I would suggest you run a hardware diagnostics. Testing for Hardware Failures (Windows 8)
    If no hardware failures are located, you have ruled that possibility out.
    Here is a link to Troubleshooting HP System Recovery Problems (Windows 8) that may help.
    If you are still having an issue doing a recovery, I suggest contacting HP support and explain the issue you are having with doing a recovery. They may have another option available for you.
    Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region  Technical Support Sitemap
    The clean install from an OEM image is looking for the product code as it does not match the one that came with the computer, You would need a new code.
    I hope this has helped.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

Maybe you are looking for

  • End of File Error with Tiff

    I saved my Tiff, 87 meg file on a Windows 7 Ultimate Laptop and set the computer to Hibernate. Next time I started up and got a BSD with memory dump. No problem I thought. Just restarted and everything looked fine. When I try to open the file I get "

  • I have problem with g62

    I have a problem with HP G62, the first not to charge the battery so I took out the CMOS battery, now will not turn on ...........pls help

  • How do I delete a preloaded icon

    I have no use for some of the preloaded icons and wish to delete those I do not use. Specifically I'd like to delete the STOCKS icon. Any ideas? I've tried holding it however when I do there is no "X" that appears on the icon. Thanks

  • Daily Messages relating to (invalid field in cdb)

    Hello all, I am investigating a set of messages that occur at the same time every day. See excerpt below. They occur at 9:41 everyday and are shown in the oldest messages file which go as far back as May 1st. Is there anyway to find out what is causi

  • Ac Pro 7 ..create on XP, won't open on Mac

    Created .pdf by scan on Acrobat Pro 7 (XP), emailed to a friend with a Mac. Won't open on the Mac. Tried it twice using different email systems and servers. He emails it back, and it opens fine on my end (so it's not corrupted). If I create the .pdf