Adobe Dreamweaver CC 2015 Manual de usuario Pagina 167

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 700
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 166
160
Layout and design
Last updated 6/3/2015
Add Bootstrap components
The Bootstrap Components option in the Insert panel lists all the Bootstrap components that you can add to your web
page in Dreamweaver.
To add a component, drag it from the panel onto the web page. Before you drop the component, take note of the visual
aids such as Live Guides, Precision Insert (using DOM), and Position Assist. Use these aids to place the components
quickly, and accurately on your page. For more information on inserting elements in your web page, see the article on
Use the Insert panel.
Add rows
Click the required row after which you want to add the new row. Then, click . A Bootstrap row along with two child
column elements with six columns each is added.
The code for the added row is as follows:
<div class="row"> <div class="col-*-6"></div> <div class="col-*-6"></div> </div>
where * represents the current screen size in Dreamweaver.
Add columns
Select the required column and then click . The selected column is duplicated without its children.
All empty columns are assigned a minimum height of 20px. However, this height is not actually added to the page; it is
shown only in Live view for easier insertion of elements within the columns.
Vista de pagina 166
1 2 ... 162 163 164 165 166 167 168 169 170 171 172 ... 699 700

Comentarios a estos manuales

Sin comentarios