HTML - editing code inside <! - InstanceEndEditable ->
Windows 7 32-bit Dreamweaver 8
I am new to HTML and Dreamweaver.
I use Dreamweaver to edit a website originally built by someone else.
Each page of the site has a footer code. I need to edit this code and really do it on every page except one - which is grayed out and I can’t edit it?
Is there any way to edit this code? I really don’t understand why it is inactive only on this page? My HTML is very limited and I'm currently learning.
The difference between the page I cannot be changed, and the rest, apparently, are InstanceEndEditable as well as InstanceEnd parts
Any tips that were highly appreciated
Here is the code that I cannot edit ... (the code preview looks a bit strange, I hope that it is visible - I had to delete some hyperlinks in it, since I have less than 10 posts)
<!-- InstanceEndEditable --> </div> <!--$$/content$$--> <p> </p> <p> </p> <p> </p> </td> </tr> </table> </div> <div class="Footer"> <p class="White">Policy</a>| <p class="White"> <div id="simplegallery2" style="text-align:center; width:65px; height:39px; margin:0 auto;"></div> <p class="L8_White">...............................................................................................................................................................</p> <p><strong>Crystal Clear Development Co., Ltd</strong></p> <p><strong>Crystal Clear Vessels Co., Ltd</strong></p> <p> 9/115 Moo. 9 , Chaofa Rd., Chalong, Muang, Phuket 83130 Tel/Fax: +66 (0) 76 383 306 Mobile : +66 828 004718, 801 427457</p> <p> E-mail: <a href="mailto: l Website: <p>Copyright © 2009 Crystal Clear Thailand. All rights reserved. Web design by Alexander Evengroen & </div> </body> <script type="text/javascript"> var gaJsHost = document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-7136030-27"); pageTracker._trackPageview(); } catch(err) {}</script> <!-- InstanceEnd --></html> You cannot edit code outside the <!--InstanceEndEditable--> sections. You must change this from the original template (dwt file). If you want, you can go in a text editor and change it outside of Dreamweaver, but if the DWT file is ever updated (don’t worry if you don’t have a DWT file), the footer will be replaced.
The location of the DWT file is often indicated at the very beginning of the document. Scroll up and you will see a bunch of Dreamweaver tags that list template information.
You cannot edit this code directly because it is a template. You must edit the template to edit this area. Look in the Templates folder for the appropriate template for this page.
The second way: edit this code outside of Dreamweaver, but keep in mind that any change applied to the template (.dwt file) will no longer affect this page.