Adobe Dreamweaver CC 2015 Manuel d'utilisateur Page 384

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 700
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 383
377
Coding
Last updated 6/3/2015
To insert CSS code for creating border radius with vendor prefixes, open your CSS file and type the following Emmet
abbrevation:
-bdrs
When you press Tab, the abbreviation expands to the following code:
-webkit-border-radius: ;
-moz-border-radius: ;
border-radius: ;
Insert tags with the Tag Chooser
Use the Tag Chooser to insert in your page any tag in the Dreamweaver tag libraries (which include ColdFusion and
ASP.NET tag libraries).
1 Position the insertion point in the code, right-click (Windows) or Control-click (Macintosh), and select Insert Tag.
The Tag Chooser appears. The left pane contains a list of supported tag libraries, and the right pane shows the
individual tags in the selected tag library folder.
2 Select a category of tags from the tag library, or expand the category and select a subcategory.
3 Select a tag from the right pane.
4 To view syntax and usage information for the tag in the Tag Chooser, click the Tag Info button. If available,
information about the tag appears.
5 To view the same information about the tag in the Reference panel, click the <?> icon. If available, information about
the tag appears.
6 To insert the selected tag into your code, click Insert.
If the tag appears in the right pane with angle brackets (for example, <title></title>), it doesnt require additional
information, and its immediately inserted into the document at the insertion point.
If the tag does require additional information, a tag editor appears.
7 If a tag editor opens, enter the additional information, and click OK.
8 Click the Close button.
Insert HTML comments
A comment is descriptive text that you insert in HTML code to explain the code or provide other information. The text
of the comment appears only in Code view and is not displayed in a browser.
Insert a comment at the insertion point
Select Insert > Comment.
In Code view, a comment tag is inserted and the insertion point is placed in the middle of the tag. Type your
comment.
In Design view, the Comment dialog box appears. Enter the comment and click OK.
Vue de la page 383
1 2 ... 379 380 381 382 383 384 385 386 387 388 389 ... 699 700

Commentaires sur ces manuels

Pas de commentaire