create a link to the page html to images and css

A customer wanted a change to one of the pages on their website. So, I opened the page in DW and "recorded under ' another name of the same page (in order to keep a copy of the original page) in the same folder of the site. I made the changes and it was going on well in the browser preview. I then renamed this revised page identical to the original page back. I made this name change in the file to the desktop folder (could this be the problem?). When I downloaded from the site, it looked like all connections to the doc .css and the folder of images are no longer there. So, I pulled it in offline mode and now I am trying to find a way to re-establish links the .css and the images. Everything seems fine when open in Dreamweaver and when I preview it in mode browser, however in the thumbnail preview shows question marks when the images are supposed to be, and when I download it, it looks like hell.

Any ideas as to how I can restore links?

Thank you.

rigoliarts wrote:

I made this name change in the file to the desktop folder (could this be the problem?).

Yes, that would be the problem. You should never work via the files Panel > window > files. If then, you make changes to a file or move to another location in the folder root of the Dreamweaver site will ask you if you want to update the links with this file assocaiated.

rigoliarts wrote:

Any ideas as to how I can restore links?

Unless you have a backup of the original file, you may need to update the links manually. If you have the orginal file back to its original location, and then perform updates through the control panel site.

Tags: Dreamweaver

Similar Questions

  • How can I create a link or the words in my web page to open an external file?

    I have a text on a page, how to render a word in the text (hyperlink) to open an external file. When users would be 'mouse' on the word and know that it is a hyperlink because the word likely to change color or become fat for example. Thanks for your thoughts.

    1. open the menu "File/add files for download" and choose your file.

    2. Select the word that you want to have a link.

    3. go in 'Links' in the strip of higher command and assign the file you have selected for download.

    4 loan

  • CSS code or by default in the page html DW CC

    Hello

    I am creating a site of an empty html page and no matter what I do, Dreamweaver keeps placing the CSS code in the head of the HTML page. I don't want this site will have more than one page, and I would like a large css file of the site.

    I created a new HTML page, selected create a new CSS, named css for what I want, and still, it places the css in the html file.

    I've tired to do a right-click the page in design view and adding the css file and still the same.

    I never had this problem before, it seems as if the last update to Dreamweaver (the one where is by default adds folders JS and fonts) seems to be something that will not create mode to put the code directly in an external CSS file.

    The correct href links are in the head of the CSS tags.

    He drives me crazy.

    Thank you very much

    GoGood wrote:

    Hi Jon Fritz II

    Thanks for the reply.

    I've highlighted the css file, as suggested and then the page properties to change the margins to 0...

    'Well, it's your problem... »

    Page properties are literally 'page properties '. If you want to add body {margin: 0 ;} to your external .css file, you must make the change in CSS designer.} Page properties affect only the given page and will write to theArticle as CSS embedded.

  • Link to the page from app to App World?

    You want to provide a link to your application on BlackBerry App World, so that a user of Playbook that check your Web page can click sur-installer application on his Tablet. This should be simple, but actually it's not obvious. The URL of the application that I found using a desktop browser (for example, appworld.blackberry.com/webstore/content//? lang = en) is launched "App World" on the Playbook, but is unable to open the page real app; instead, I get a message saying "this point is not supported by your current profile of the device. I guess that my mistake is trying to open a link built for a desktop browser in the mobile browser.

    How can I create a link to a page of the app in BlackBerry App World that opens this page in "App World" on the Playbook? Thank you.

    It's specific documentation for the native SDK, but the URI can still work regardless of what technology you use. Worth the forehand?

    https://bdsc.webapps.BlackBerry.com/native/reference/com.QNX.doc.bps.lib_ref/com.QNX.doc.bps.lib_ref...

  • Column link to the page on the right calendar

    Dear all,

    I would like to create a link from a date column in a report page (e.g. page 10) to a calendar page (e.g. page 2).

    Let's say you have 15-dec-2015 in the data column, so I would like to open with this link to the page of the month of December in 2015.

    If the date value January 14, 2016 and then the page for the month of January in 2016.

    I did research on the internet, but this was not successful so far. I need some help here.

    I tried the following:

    In the section target the date column:

    Page: 2

    Set items:

    Value name

    ---------------------------------    -----------

    P2_CALENDAR_TYPE M

    P2_CALENDAR_DATE #EVENT_START_DATE #.

    Clear Max: Clear Cache

    This gives error because of the P2_CALENDAR_TYPE existing does not in page 2.

    I use APEX 5.0.1.00.06 on the 11g database.

    Kind regards

    Cafer

    Hi Thibault,

    I suggest to have two pages from the point P2_STARTYEAR, P2_STARTMONTH in your calendar page and use the function gotoDate after setting the month and year in these elements of the page. Set the static id of your MyCalendar calendar and try this code in page loading section:

    $(document).ready(function() {
       // Get Year and Month
        var year = $("#P2_STARTEAR").val();
        var month = $("#P2_STARTMONTH").val()-1;
       // Goto the date
        var d = new Date();
        d.setFullYear(year);
        d.setMonth(month);
        $('#MyCalendar').fullCalendar('gotoDate', d);
    });
    

    I hope that helps you.

    Concerning

    Mahmoud

  • Create a link to a page of a report query

    Application Express 3.2.0.00.27 version

    I did this 10 seconds of time but for some reason, its not working this time.

    I create a link in a report from sql query area. When the user clicks on one of the lines in the region of rpt sql, it will take them to the page where they can modify the selected record. I select modify the attribute in the region report report, and then select the column that contains the link. This is the column that is the pk (app_id).
    I go to the "links" column section. I enter in the target (8) page, select what icon to display, enter the name of the element that is the target of a value in the page 8 (P8_APP_ID).

    And finally, I get the value that will be copied to P8_APP_ID. Here I come #APP_ID #(élément de ligne de la page source). Then I throw the page and click on a line in the region of rept (page 6). However, I get an error of ORA-01403: no data found. I look at what value has been copied into the targe page element and is not what I expected.

    I go back and check I have set up the link correctly, but this is what I see for the page and the value element to link to copy its value.

    Instead of P8_APP_ID and #APP_ID # that I entered, the # is #APP_ID have changed to & APP_ID. I can't understand why this is happening! Whenever I come home
    #APP_ID #, APEX is changing to & APP_ID.

    The ideas people?

    It doesn't seem to be a good idea for me to use your own APP_ID. APP_ID already is the ID of the application of the present application.
    Give app_id in your query an alias and see if it works.

  • Link on the page does not work

    I can't get a link on my page to work.  http://jeannettedutton.com/MLVC/   The image of UPCOMING EVENTS (under the sign of Lobby hours) will not link to the page.  I am sure that the problem lies in the rotating image code, but I don't know why.  Help!  I can't understand it.

    Jeannette

    I revise this provision of the Center a bit to move the 'turning-item2.

    outside the 'turning-point-wrapper ".
    . Its never a good idea to put anything in a wrapper that is affected by a jquery script that didn't need to be.

    Make a backup of your page before you try the fix below.

    First add the below css inline style to the opening "turning point-item2.

    tag. Then select the HTML cut and paste after closing
    tag of the item_wrapper 'turning point '.

    Lobby Hours


      http://jeannettedutton.com/MLVC/images/upcomingEvents1.png"" onmouseover="this.src='images/upcomingEvents2.png" "onmouseout="this.src='images/upcomingEvents1.png'"border="none"/ >"

    Then add a style to your 'turn-point-wrapper' opening css inline

    tag, as shown below:

    Finally, add a
    Clearing solution (see below) to your code directly before the 'content '.



  • Navigation and link to the Page of content query

    Hello

    In my navigation model, I need my top-level link to be a link to the page at allResources.jspx. The sub-navigation must be a content query from one folder to the Complutense University of MADRID.

    The only way I was able to do so far is to add a query of content for the link to the page... but then I have two levels in my browsing when I only want one.

    At this point my gaze of pop ups of navigation like this:
    Link to page > name of content query > content query results

    I want it to be like this:
    Link to page > content query results

    How can I accomplish this?

    Thank you!
    Mitch

    When you add a content query, you have a checkbox "insert the contents of the files. Check this and you should have the result you want :)
    By checking this box, you ask the navigation it will add all the nodes in the content query directly in the navigation without creating a sub-level.

  • Button doesn't link to the page

    Hi all!

    I put: href = f? p = 110: 4: & APP_SESSION. as my request button. Of course, I would like to create a link to my page 4 of 110 demand.
    In the button source type I request or name of the item or page item.

    I know it's a basic question, but I am stock here!

    Thank you all!

    If it's a button between items (created using 'Create a button displayed among the elements of this region') then the application definition and use the method (method 1) branch

  • Convert links to the Page references

    Hi all

    I have to create documents printed from a webhelp project and convert internal hypertext links to the page references. There was a method that I have used before around that converting links to page references in Word, but I can't seem to find it. Can someone point me to it please?

    M | S

    See this page on my site. You can download a Word macro to add page numbers after the hyperlink.

    http://www.Grainge.org/pages/authoring/Word/word_macros.htm

  • How to create Mulitple tab in the Page

    Dear all,
    How to create Mulitple tab in the Page (UI)

    One way is to download the OA Framework Metalink Dev guide. You can also navigate to Jdevdoc (under your Jdev installation) and find the index.html file. There you have the reference to the Dev Guide. You can get the right information here too.

    Concerning
    Sumit

  • Green letter 'K', almost all links on the page

    Any page that I opened - it displays green letter K almost all links on the page. How to remove it? Thank you!

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

  • How to create a link on the web to use in an e-mail?

    I don't know how to create a link on the web that I can put in the e-mail addresses. Could you help me please? I know it must be very simple, because thousands of others do regularly. Thank you.

    Katy Anderson

    You can use file-> Send link or copy the web address of the address bar and paste it into an email.

    You are using an older version of Firefox (3.0.7) - you need to update as soon as possible

  • How can I return to the 'parent' source after following a link in the page source?

    After following a link in the page source, I would like to be able to return to the source 'parent '. The only option I found is the source is completely closed and open the source of the page once more. A 'return' option would be useful here...

    I just tried to look at the source of the page and the previous/next buttons on my mouse worked.

    If this isn't an option for you, another option is to view the Page Source to use an external application of your choice who has previous/next buttons the value. Dafizilla ViewSourceWith can be used to define an external application to view the source. You can also define an external application by changing hidden preferences 2, the following 2 links show what to change:

  • How to assign URLs dynamically using button/link on the page of peoplesoft? Please provide detailed instructions.

    How to assign URLs dynamically using button/link on the page of peoplesoft? Please provide detailed instructions.

    1. define the URL, the Z_URL1 or the Z_URL2 definitions

    2. in the change of field button:

    If true Condition then

    ViewURL (URL. Z_URL1);

    On the other

    ViewURL (URL. Z_URL2);

    End - if

Maybe you are looking for

  • Vista - when an UPDATE in Windows Update History, shows what CANCELLED anyway can put back and install it?

    When an UPDATE in Windows Update History, BY what CANCELLED shows can still bring it and install it? I have vista ultimate x 64.

  • End of XP Support - network -.

    I have a home wireless network with 2 PCs... Vista and XP. Because XP support ends I would like to disable internet access on the XP machine, but continue to share files to and from the two machines. Work offline on the XP machine will eliminate secu

  • BlackBerry Z10 bad e-mail address and password

    I keep getting these requested updates of Blackberry id recently and I need ot legeremnts my password etc. However, I do not remember my word password so tried the password reset only to find out that the email I entered when I orginally had the phon

  • Add a Firewire expansion card to my Pavilion slimline 5210t

    Can I add a Firewire expansion card to my HP Pavilion Slimline Desktop 5210t? Using Windows 7 64 bit. Any help you can provide about what to purchase or installation will be appreciated. I am trying to download movies from my Sony Handycam which uses

  • HP6600

    All the lights my my printer are clicking on and outside, and there is a number in the middle of the blue screen #00759C 98. My printer is not printing this morning so I unplugged and then plugged back in and that's when it started.  What I have to r