Skip to main content
wefollow
Inspiring
July 23, 2022
Answered

Create the template from Dreamweaver

  • July 23, 2022
  • 5 replies
  • 471 views

Hello,

 

  I wondered If I could  create the template(Bootstrap)  file from site already live.

When I tried to save as Template,  Menu won't highlight(?) let me save as Template

 

Thank you for reading,

James

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer wefollow

thank you for information and help


thank you very much

5 replies

Nancy OShea
Community Expert
Community Expert
July 23, 2022

I see no reason why not.  But for better answers you'll need to provide more information.  What's the URL to your live site?

 

 

Nancy O'Shea— Product User & Community Expert
wefollow
wefollowAuthor
Inspiring
July 23, 2022

ifollowhim.com

 

thank you

Nancy OShea
Community Expert
Community Expert
July 23, 2022

This isn't fit to be a template.  The navigation is too wonky. And the code contains too many errors.  Scrap this.

https://validator.w3.org/nu/?doc=https%3A%2F%2Fifollowhim.com%2F

 

CREATE A NEW SITE:

Go to  Site > New Site...  Give it a new site name and hard drive folder.  Example C:\MySite2

 

CREATE YOUR TEST PAGE & TEMPLATE:

1. Go to File > New > Starter Templates > Bootstrap Templates. 

2. Select a layout & hit CREATE button.

3. Save as test_page.html

4. Make whatever changes you wish to your test_page's text & images, etc...  Preview in browser & validate code to ensure it contains no errors.

5. When your test_page is absolutely perfect, go to File > Save As Template. 

6. Switch to Design View.  Add some Editable regions for page specific content.

7. Save Template and close it.

 

CREATE A CHILD PAGE:

8. Go to File > New page from Template.  Select your newly created Template from the list and hit Create button.

9. Save child page as index.html (your home page).

10. Repeat steps 8 - 9 for other child pages.

 

Nancy O'Shea— Product User & Community Expert