Operation Manual

Table Of Contents
163
Layout and design
Last updated 11/30/2015
"Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device
or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for
generating more semantic layouts." -
Bootstrap documentation.
To get started with Bootstrap documents in Dreamweaver, consider using Bootstrap starter templates . Dreamweaver
includes a bunch of templates aimed at different types of websites you may want to create, for example, ecommerce or
portfolio.
If you wish to create a Bootstrap document from scratch, you could always do so as described here .
Can I migrate existing fluid grid documents to Bootstrap documents in Dreamweaver?
No, there isnt a direct method of converting your existing fluid grid documents to Bootstrap documents. However, the
user experience in Dreamweaver while creating and designing Bootstrap documents is similar to that of fluid grid
documents. For example, you can get started by creating a Bootstrap document right from the New Document dialog
box. While you create fluid grid documents for three basic form factors – Mobile, Tablet, and Desktop, for Bootstrap,
you start by creating a document for basic screen sizes – small, medium, and large. The layout editing options that are
displayed when you click elements in Bootstrap documents also look similar to that of fluid grid documents.
Create Bootstrap documents
You can begin designing your Bootstrap website using one of the following options in the New Document dialog box:
Bootstrap starter templates (Starter Templates > Bootstrap Templates) - Use this option if you want to get started
quickly without the hassle of laying out your pages from scratch. Simply edit the text and replace the assets, if
necessary, and your responsive website is ready. See
Using Bootstrap starter templates for more information.
Create an HTML document based on Bootstrap framework (New Document > HTML > Bootstrap) - Use this
option if you want to build your website brick-by-brick using CSS and Bootstrap components within Dreamweaver.
See
Creating HTML documents based on Bootstrap framework for more information.
Using Bootstrap starter templates
Bootstrap starter templates let you create web pages for popular themes in a jiffy. All the dependent files in the
framework are saved automatically.
1 Click File > New.
2 In the New Document dialog box that appears, click Starter Templates, and then select the required template from
the list of Bootstrap Templates.
3 Click Create.
An HTML page that is based on the template you chose is created. You can now modify the page by adding or
deleting components, editing text, or assets as required.
Creating HTML documents based on Bootstrap framework
You can start building your responsive website by creating an HTML document based on Bootstrap framework. You
can choose to create a set of Bootstrap framework files or use the existing files. Once the document is created, you can
add Bootstrap components such as accordions and carousels using the Insert panel in Dreamweaver. Or, if you have
Photoshop comps, you can use Extract to bring in images, fonts, styles, text, and more into your Bootstrap document.
1 Click File > New.
2 In the New Document dialog box that appears, click New Document > HTML, and then click the Bootstrap tab.
3 To create a new bootstrap.css file (and the other bootstrap files), perform the following actions: