Model change DreamWeaver does not update of child Web pages?

Hello group,


Sorry for my question from newbie here.

I loaded a HTML Web page and try it in a DreamWeaver template file.

I then created Web pages from the template file ((fichier-nouveau-Page à partir dele de modèle-Site-modèle) and made sure the checkbox "Update Page when changes were made to the model" was selected/checked.)

Then, I created several children Web pages and saved as .html files.

I decided to change the system of navigation - part of the region of uneditiabel in the model - bar by opening the template file and edit-ing this file and then saving them in the same DreamWeaver template file.

However, Web pages were not updated to reflect changes to the navigation bar in the French model?!

Can someone tell me what I am doing wrong?

DreamWeaver Template selection.jpg

I think it's something I'm doing wrong with DreamWeaver...

If anyone is interested, here is the HTML code.

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

<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN".
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
"< html xmlns ="http://www.w3.org/1999/xhtml">".

< head >
<!-TemplateBeginEditable name = "DocTitle"-->
< Title > CNC Joe workshop - Home Page < /title >
<! - TemplateEndEditable - >
< meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"
"" < link href = "... / style.css" rel = "stylesheet" type = "text/css" media = "screen" / >
<! - keep the http-equiv for IE8 meta tag - >
< meta http-equiv = "X-UA-Compatible" content = "IE = 8" / >
<! - link CSS file here - >
"" < link rel = "stylesheet" type = "text/css" media = "screen, projection" href = "... / style.css" / >

< / head >

<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
< body >
< div id = 'wrapper' >
< a name = "top" > < / a >
< a href = "index.html" target = "_self" title = "Home Page of CNC - Joe" > "
"" < img src = "... / joesworkshoplogo.gif" width = "770px" height = "300px" alt = "Shop CNC Joe - Home Page" / >
< /a >
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -->
<!-BEGIN OF MENU DROPDOWN->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -->

< div class = "mainmenu" >

< ul >
< class li = "li_nc" > < a href = "index.html" target = "_self" > home < /a > < /li > "
< class li = "li_hc" > < a href = "cad.html" target = "_self" > CAD < /a > < ul class = "ul_ch" > "
< class li = "li_nc" > < a href = "cad_intellicad.html" target = "_self" > IntelliCAD < /a > < /li > "
< class li = "li_nc" > < a href = "cad_draftsight.html" target = "_self" > DraftSight < /a > < /li > "
< class li = "li_nc" > < a href = "cad_progesoft.html" target = "_self" > Progesoft < /a > < /li > "
< /li > < /ul >
< class li = "li_hc" > < a href = "cam_html" target = "_self" > CAM < /a > < ul class = "ul_ch" >
< class li = "li_nc" > < a href = "cam_mach3.html" target = "_self" > Mach3 < /a > < /li > "
< class li = "li_nc" > < a href = "cam_vcarve.html" target = "_self" > V-Carve < /a > < /li > "
< class li = "li_nc" > < a href = "cam_cut3d.html" target = "_self" > Cut 3D < /a > < /li > "
< class li = "li_nc" > < a href = "cam_bobcadcam.html" target = "_self" > Bob-CFAO < /a > < /li > "
< class li = "li_nc" > < a href = "cam_meshcam.html" target = "_self" > lattice CAM < /a > < /li > "
< class li = "li_nc" > < a href = "cam_deskcnc.html" target = "_self" > desktop CNC < /a > < /li > "
< /li > < /ul >
< class li = "li_hc" > < a href = "projects.html' target ="_self"> project < /a > < ul class ="ul_ch">"
< class li = "li_nc" > < a href = "projects_zzeroplate.html" target = "_self" > Z zero plate < /a > < /li > "
< class li = "li_nc" > < a href = "projects_x0y0edgefinder.html" target = "_self" > X 0 - Y0 Edge Finder < /a > < /li > "
< class li = "li_nc" > < a href = "projects_digitizingtouchprobe.html" target = "_self" > touch scanning probe < /a > < /li > "
< class li = "li_nc" > < a href = "projects_millwebcam.html" target = "_self" > mill webcam < /a > < /li > "
< class li = "li_nc" > < a href = "projects_laseredgefinder.html" target = "_self" > Laser Pointer Edge Finder < /a > < /li > "
< class li = "li_nc" > < a href = "projects_davidlaserscanner.html" target = "_self" > David Laser Scanner < /a > < /li > "
< /li > < /ul >
< class li = "li_hc" > < a href = "reference.html" target = "_self" > reference < /a > < ul class = "ul_ch" > "
< class li = "li_nc" > < a href = "ref_gcodes.html" target = "_self" > G-codes < /a > < /li > "
< class li = "li_nc" > < a href = "ref_nema.html" target = "_self" > info motor NEMA < /a > < /li > "
< class li = "li_nc" > < a href = "ref_vbearings.html" target = "_self" > V-bearings < /a > < /li > "
< class li = "li_nc" > < a href = "ref_linearguides.html" target = "_self" > < /a > < /li > linear Guides "
< /li > < /ul >
< class li = "li_hc" > < a href = "offtopictopics.html" target = "_self" > off-topic topics < /a > < ul class = "ul_ch" > "
< class li = "li_nc" > < a href = "ott_backyardfoundry.html" target = "_self" > BackYard Foundry < /a > < /li > "
< class li = "li_nc" > < a href = "ott_blacksmithing.html" target = "_self" > forge < /a > < /li > "
< /li > < /ul >
< class li = "li_nc" > < a href = "links.html" target = "_self" > links < /a > < /li > "
< class li = "li_nc" > < a href = "contact.html" target = "_self" > Contact < /a > < /li > "
< /ul >
< / div >

<!-END OF THE MENU drop-DOWN->

<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -->
<!-END OF THE MENU drop-DOWN->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -->
<!-TemplateBeginEditable name = 'content'->
< h2 > projects: scanning Touch Probe: < / h2 >
< ul >
< li > < /li >
< li > < /li >
< li > < /li >
< li > < /li >
< li > < /li >
< li > < /li >
< li > < /li >
< /ul >

<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->
<!--end of the editable - the rest is boilerplate-->
<! - TemplateEndEditable - >
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->
< br / >
< p > < a href = "#top" > top < /a > < /p >
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->
<!-- Footer Region                                                                                    -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->
< div id = "footer" >
< hr / >
< p >
"< a href ="http://validator.w3.org/check?uri=referer">."
"< img class ="logo"src ="http://www.w3.org/Icons/valid-xhtml10"alt ="Valid XHTML 1.0"Transitional height ="31"width ="88"/ > < / a >"

"< a href ="http://jigsaw.w3.org/css-validator/check/referer">."
< img style = "border: 0;" width: 88px; "height: 31px;
"Class ="logo"src ="http://jigsaw.w3.org/css-validator/images/vcss"
ALT = "Valid CSS!" / >
< /a >
< /p >
< h5 > < strong > < i >
This site is only for educational purposes. Any resemblance to any person, alive or dead - is purely coincidental
< /i > < / strong > < / h5 >
< / div >
< / div > <!--end Div Wrapper - >
< / body >
< / html >

OK - I thought about it!

When I edited the .dwt model - I used 'SAVE AS' to save the file - it's FAKE!

I should have used just on 'SAVE', and DreamWeaver then asks if I want to update the files created with the template.

Further Questions:

-Whence the DreamWeaver store information about which pages were created with what model?

Tags: Dreamweaver

Similar Questions

  • Yahoo counter does not appear on my Web page

    My Yahoo page visit counter does not appear on my Web page in Firefox. The counter is displayed in Internet Explorer.

    Do you still have this problem in Mode safe? If you do not, it is most likely one of your extensions/plugins. You can troubleshoot your plugins by entering Safe Mode. Follow the instructions below to enter:

    • Click Help > restart with disabled modules
    • In the dialog box that appears, click start in Safe Mode .

    If you do not see the problem, one of your extensions. First, you must disable all extensions and then re-enable one by one to find which is the cause of this problem.

  • Outlook express does not open links on web pages e-mail

    Is no longer, I can click on a link of e-mail on any web page and that my outlook express open (6) upwards to compose new e-mail messages. Does not open upward.  Copy and paste is a poor solution band-aid if e-mail link name is different e-mail real address (often).
    I think that an update of firefox (firefox8) may have disabled this... only guess. Hyperlinks to other web page still work. Just impossible to open link in email that opens my outlook express 6 to create new message and puts in e-mail address in the 'To' line up.

    These also work: www.oehelp.com/oedef.aspx and www.oehelp.com/ielnk.aspx and www.oehelp.com/oelnk.aspx

    Steve

  • Why YouTube video does not work in my Web page?

    I have searched for Dreamweaver, Adobe in general more than any other source of information, but can not get a YouTube video to my web page.  I did all the 'action', 'Embed' stuff, created of the divs, ignored divs... nothing works.  I copy the code, it seems, go to preview and browser and I get a gray box or anything!  Can someone help me with this please?  I am currently using Dreamweaver CC 2014 and it leads me to madness.

    Thanks in advance for any advice.

    It does not work in Live View, preview mode local a browser or online after downloading?

    Videos YouTube and the local preview browser settings do not tend to agree.

    For all of my built-in youtube, design view displays a gray box. Mode Live View shows the space for video and an error "Could not load" because the embed youtube I use has a relative link Protocol (starts by / /) and file uses: instead of http:. When downloaded the file works fine because the current page uses the Protocol http then the relative link of protocol adds it in the browser.

    If your site uses only http (not https) pages add http: in front of the / / so he could view in Live View and found the.

    If none of the above applies to your situation, could you post a link?

  • Saving as a single .html does not include the full web page (with images and properly formatted) as it did before! What happened here?

    First of all I must emphasize that I keep always up-to-date as soon as a new version of Firefox will appear.

    Now, a few months ago Firefox was able to save complete web pages as a single .htm file (including images and styles). Proof of this is that I have done it then. But now, after a few Firefox updates (sorry, but I can't identify exactly which of them might have been the one that messed up for me), while he was trying to exactly the same thing on the same website it is no longer possible. What happens is that now to choose the option 'Save the Web as HTML' (which I think is that I used to select before) it will not save the images and styles of web page, only the basic text and the home page anchors while he primarily save!

    I still have the old .htm files, I saved before (I can give them to you) and they work again properly on any PC (I tested), so it means that it is not a .htm file using the cache on my PC to render the images links to the file.

    I am aware that I can choose the 'Full page' option, but it creates a folder that I don't want to, so I'd rather have the old option to export the web page in a unique and properly shaped file that includes images!

    Thanks in advance!

  • 9.0.1 Firefox does not display the entire Web page

    The latest version of Firefox has developed an intermittent bug on my desktop computer. Especialy after a full stop, the program stops displaying many, but not all, the content of the Web page on most Web pages. Drop-down menus and buttons in the sidebar seems particularly prone to this problem, but large chunks of main content also fails to display on most Web pages. It's as if the page only partially loaded, but the loading process has effectively ceased.

    Uninstall, reboot, and reinstall temporarily solves the problem. but it comes back.

    Follow the suggestions mentioned in the following articles:

    Check and tell if its working.

  • Firefox does not print in complete web pages. It prints at best half left of the page. This has happened only recently. It is not my printer I get full page, printing from Internet explore and other applications. Help!

    Firefox has started printibg only the left side of a web page. I've tried the settings without success, in fact he did even smaller print area. I have set all parameters in the print menu, but can not solve this problem. How can I return to printing of entire web pages?

    Try of the reset described here:

    http://KB.mozillazine.org/Problems_printing_web_pages#Reset_printer

  • Printer does not print the entire web page.

    Why my new HP Photosmart 5520 copy an entire web page, even if I highlight the entire page or just the text? It will only print banners on the sides and everything autour. It gives me empty text or shaded areas. It gives me the opportunity to listen to samples and when I do, everything seems normal until I print. Help, please. I want to solve this problem before my husband is trying to do! Thank you.

    Why my new HP Photosmart 5520 copy an entire web page, even if I highlight the entire page or just the text? It will only print banners on the sides and everything autour. It gives me empty text or shaded areas. It gives me the opportunity to listen to samples and when I do, everything seems normal until I print. Help, please. I want to solve this problem before my husband is trying to do! Thank you.

    All web pages?
    Or only some of them - the more complicated menu systems and dynamic content on the sides/high/low?
     
    These web pages have generally an option for printing of the true story without all the extras - look for it.
     
    Web browsers do not always print everything they see * as they see it * nor can they still do that (because of the resolution of the web page, etc.)
     
    http://h10025.www1.HP.com/ewfrf/wc/document?cc=us&LC=en&DLC=en&docName=buu01105

  • HP SimplePass fingerprint icon does not appear on the Web page

    HP SimplePass 6.5.5.20 allows me to connect to my computer with a swipe of the finger.  But when I opened a Web site that requires a login and a password, fingerprint icon appear not so I can't add the Web page to my list of online accounts.  I uninstalled the software and reinstalled.  I use HP Pavilion dm4-1165dx Notebook PC with operating system with Windows 7 64 bit.  The driver loaded is Validity Sensor (VFS301) v2.1.0.2.

    TIA

    Discovered: Fix to a problem

    I figured out that Egis Technology Inc. has been disabled in my Add-ons from the internet.

  • My slide show does not appear on my web page, once he gets on the server.

    The slideshow works perfectly on my test server, but when I upload it to my server it is not.

    I worked on it.

  • Skin on video player does not appear in online web page

    Hello

    I have published a viedo.swf with a skin.  I tested the dialogue both - both the html doc and the SWF and skin is in everyone.

    I downloaded on my web server the following:

    1 dialogue,

    2 skin.swf

    3 video.html. and

    4. the AC_RunActiveContent.js

    All are in the same folder.

    When I goto the url the the video.html lies I do not see the skin... online.

    When I execuite the cross of dialogue I can't skin.

    Why don't I see it in the doc of hyml online?

    Thanks for your help.

    Guitarmon2, alias Joe.

    You are welcome.

    p.s. Please mark this thread as answered.

  • BlackBerry Torch 9800 smartphones does not display correctly the web pages properly and is healed by a reboot

    The normal display of the torch screen is shortened, the top of the page you are looking at is then repeated at the bottom section. Allow about 3/4 inch

    7, I made a new upward with the desktop software. Then, I removed all the info on the phone, then upgraded to reinstall the operating system. After that, I did a restore my files and programs. After the start, I did a battery pull. I think I can consider the issue RESOLVED because it plays as it should since Sunday

  • Mozilla firefox does not display a Notepad ++ web programming

    Mozilla firefox does not display a notepad ++ web page programming and connect not css files. Currntly of programs using CSS + html5.

    What is happening with the files that you have uploaded on the internet or with files saved locally on your computer?

    Make sure that the HTML file has a .html file extension.

    If the file has been uploaded to internet so could you give a link?

  • Recently changed my Apple ID and now does not update apps

    I know that this happens to a lot of people and I searched the forums to find someone with the same problem who received the help of the community, but I have not found the post again so I decided to make my own.

    I had to change my apple ID because I got hacked. I don't have a new brand, I changed the email of the Apple ID, I already had. Everything seems fine, except that now does not update my apps on my iPod touch. I know this is because applications are no longer associated with the correct email and this is most likely the problem, but I'm not sure how to fix it.

    I made sure that I disconnected all my accounts (Apple store/iCloud/choice of account) on all my products apple (2 pounds of Mac and iPod) and has signed all the accounts mentioned previously with new Apple ID. No progress, which makes sense because the applications are linked right old Apple ID?

    So I deleted all my apps thinking I could redownload them. But they are associated with my iCloud it seems... so I tried to disable my iCloud on the iPod so that apps would show 'get' instead of 'download' in the Apple store (basically doing my iPod are realizing that it is a new Apple ID and I want to get the apps for "the first time"), but that no longer works.

    My last attempt was to remove an application on my Macbook, in the hope that "get" appears instead of "Download", but in a way that no longer works. I even connected to my iCloud with my new apple ID and none of the apps show on my iCloud. I'm quite confused. Someone at - it insight, ideas, or suggestions on how I might remedy other that go into an Apple store or do a factory reset on the iPod? Does anyone know if the factory reset would even work?

    Thank you!

    Of the information your provided, it seems that your created a new ID ranting as update the e-mail address for the original code.

    What did you do?

    Say this, you:

    Change your Apple - Apple Support ID

  • Muse does not update changes made in Adobe editing in the browser.

    Muse does not update the changes that I made on my site, by the edition of Adobe in the browser, when I open the file of muse. He used to do this, but given that the update to the new face, she stopped working, someone at - it an answer to my problem?

    Please provide details here:

    http://feedback.inbrowserediting.com/

    Thank you

    Sanjit

Maybe you are looking for

  • Then I can on my ipod nano 7g?

    The title says it all. I just want to know how to do this so that I can go out for a race without having to use shuffle!

  • Portege M200, earpiece/headset Bluetooth

    Hello I have a portege M200 (M725) with a bluetooth adapter. I'm trying to connect my headset bluetooth Qware. It is recognized, but it doesn't connect. A message like "can't connect device. Would it be possible that the standard Bluetooth adapter do

  • Problem of PORTFOLIO MANAGER: followed backlist and cash balances?

    In addition to other recent restrictions on Portfolio Manager, as no registration high and low of the year for the Fund, MLP etc, I does not have a way to track cash balances in my accounts more. I was using a Citibank money market account with the v

  • HDD Hitachi

    My hd (500gp) .after laptop sound while coming as tik tik, then little bit to hang, then ok It's danger to hard disk or any replacement becoze as my laptop is under warranty

  • POWER VAULT NX200 [GRO]

    Buongiorno, abbiamo uno degli disk hard raid danneggiato, comprarne in vorremmo uno del in sostituzione. It Service tag e: jq4m75j.e urgent dato che since he nostro sistema di sorveglianza video. Grazie thousand