NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

  1. From the Insert options, select Wiki Markup.
  2. In the editing window, enter the wiki markup.
  3. Click Insert.

An example is Examples are shown, followed by a list of HTML image attributes supported in Confluence.

Action

Markup

Displayed Image

Display an image flush right with a black border

Code Block
!nciplogo_40p.jpg|align=right,border=2,bordercolor=black,alt="NCIP logo"!
Wiki Markup
!nciplogo_40p.jpg|align=right,border=2,bordercolor=black,alt="NCIP logo"!
Display an image from another wiki space, centered
Code Block
!EVS:EVS Wiki^EVSTiny80.jpg|align=center,alt="EVS logo"!

EVS logoImage Added

   
Info
titleHTML image attributes supported in Confluence
 
  • align — 'left', 'right', 'bottom', 'center', 'top'.
  • border — width of the border (in pixels).
  • bordercolor — specify the color of the image border created with the "border" tab by name or by hex value.
  • hspace — amount of whitespace to be inserted to the left and right of the image (in pixels).
  • vspace — amount of whitespace to be inserted above and below the image (in pixels).
  • width — width of the image (in pixels). Supersedes natural width of the image.
  • height — height of the image (in pixels). Supersedes the natural height of the image.
  • title — descriptive text for the image, which is displayed when the pointer hovers over the image
  • alt — alternative text (required), which is included in the HTML code. This text is retrievable via search, and contributes to accessibility of the page for text-only viewing.

...