Help with dreamweaver please

by 2 replies
3
I created a new HTML document in dreamweaver and I accidentially saved it as a template the first time I saved it. I then re-saved it as .html. Now, however, every time I make a change and want to save it it's asking me to save it as a template. I can get around it by doing save as but it's a couple more steps and kind of annoying and I plan on using this template a lot. So how can it get it to stop asking me to save the document as a template?

thanks!
#programming #dreamweaver
  • I've never really used the templates in Dreamweaver, but doesn't the template "code" get added to the page? Like in the head of the page? Which might be why it keeps asking to save as template. Just a thought.

    Or maybe once it's marked as a template, it always will be seen as such?
  • Try this:
    Copy your code from the .html version & save it somewhere with Notepad.
    Use DreamWeaver to delete the existing files.
    Create a new doc in DW.
    Paste in your code from the saved file.
    Edit out the template-related code.
    Save as .html file.

Next Topics on Trending Feed

  • 3

    I created a new HTML document in dreamweaver and I accidentially saved it as a template the first time I saved it. I then re-saved it as .html. Now, however, every time I make a change and want to save it it's asking me to save it as a template. I can get around it by doing save as but it's a couple more steps and kind of annoying and I plan on using this template a lot. So how can it get it to stop asking me to save the document as a template? thanks!