Versions Compared

Key

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

...

Basic HTML provides the ability to add some basic text formatting to your document. When enabled, it adds the Bold, Italic, Styles, Horizontal Rule Line and Linking toolbar buttons that apply these styles.

...

If you want to remove basic styles from your document, you can also use the Remove Formatbutton to remove these styles. You can also insert and remove a Numbered List or a Bulleted List as well in this mode. Adding Files, Images, or Block Quotes are also available to you. With the Source button, you can quickly switch between Basic HTML mode to Source code mode, where you can hardcode your HTML tags manually.

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" />

...

  • Allowed HTML tags: <a href hreflang data-entity-type data-entity-uuid title target> <em> <strong> <cite> <blockquote cite> <code> <hr> <ul type> <ol type start> <li> <dl> <dt> <dd> <br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <div> <caption> <tbody> <thead class="*"> <tfoot> <th scope rowspan colspan> <td scope rowspan colspan> <tr> <figure> <figcaption> <drupal-entity data-align data-caption> <table summary align class="*"> <img src width height style alt title data-align data-caption <cite> <dl> <dt> <dd> <span> <a hreflang href class title target="_blank"> <blockquote cite> <ul type> <ol type start> <img src alt height width data-entity-type data-entity-uuid data-entity-id data-entity-type class="*">align data-caption> <strong> <em> <li>

  • 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.

...