Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Dreamweaver cc2020 - Bootstrap and php

New Here ,
Jul 30, 2020 Jul 30, 2020

I have a responsive site that needs a php page for a shopping channel. When I go into Dreamweaver and open a new php page I do not get the option for Bootstrap as I do with a HTML page. Is there somehow I can get round this? Really appreciate some help

592
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 30, 2020 Jul 30, 2020

You should be able to save one of your .html pages, that has the Bootstrap layout you want, as a .php file and go from there.

Translate
Community Expert ,
Jul 30, 2020 Jul 30, 2020

You should be able to save one of your .html pages, that has the Bootstrap layout you want, as a .php file and go from there.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 30, 2020 Jul 30, 2020
LATEST

Jon gave you the correct answer.

PHP is a scripting language like JavaScript and XML code.  Use an existing HTML page that already contains links to Bootstrap, etc... Go to File > SaveAs > filename.php.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines