Copy link to clipboard
Copied
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
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.