Adobe Dreamweaver CC 2015 Bedienungsanleitung Seite 166

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 700
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 165
159
Layout and design
Last updated 6/3/2015
A Row B Column
Dreamweaver recognizes the CSS files associated with any Bootstrap HTML file if the CSS filename contains
'bootstrap'. The CSS file reference can be any or all of the following:
Local path:
The minified or unminified CSS file is present locally. For example:
<link href="css/bootstrap.css" rel="stylesheet"> or<link href="css/bootstrap.min.css" rel="stylesheet">
Remote path:
A remote minified or unminified CSS file. For example:
<link href="http://somewebsite.com/css/bootstrap.css" rel="stylesheet"> <link
href="http://somewebsite.com/css/bootstrap.min.css" rel="stylesheet">
CDN
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
Note: Bootstrap style sheets in both link and import tags are supported in Dreamweaver. However, nested import - link to
a style sheet that in turn imports another style sheet - is not supported.
Hide, unhide, and manage hidden Bootstrap elements
Sometimes, you may require an element to be displayed in one viewport while in another viewport, you may want to
hide the element for design purposes.
To hide a Bootstrap element, right-click and select Hide Element. The element is temporarily hidden from the view.
To view and unhide hidden elements, right-click and select Manage Hidden Elements. The hidden elements appear
with a gray, hashed background. Click the eye icon to unhide the element.
Seitenansicht 165
1 2 ... 161 162 163 164 165 166 167 168 169 170 171 ... 699 700

Kommentare zu diesen Handbüchern

Keine Kommentare