Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When Full HTML is enabled, the button is automatically added to the toolbar. Once clicked, it opens up the document properties dialog window where you are then able to manipulate document metadata.

...

  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.

  • Web page addresses and email addresses turn into links automatically.

  • You can align images, videos, blockquotes and so on to the left, right or center. Examples:

    • Align an image to the left: <img src="" data-align="left" />

    • Align an image to the center: <img src="" data-align="center" />

    • Align an image to the right: <img src="" data-align="right" />

    • … and you can apply this to other elements as well: <video src="" data-align="center" />

  • You can caption images, videos, blockquotes, and so on. Examples:

    • <img src="" data-caption="This is a caption" />

    • <video src="" data-caption="The Drupal Dance" />

    • <blockquote data-caption="Dries Buytaert">Drupal is awesome!</blockquote>

    • <code data-caption="Hello world in JavaScript.">alert("Hello world!");</code>