NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

  • Open the page on which you want to see the image.
  • From the Insert options, select Select Insert > Image.
  • Select the image to insert. There is a search function to find images on other Confluence pages.
  • Complete the image properties.
    • Add alt text for the image. This is required for Section 508 compliance.
    • You can resize the image, add a link to the image, add a border, and add effects.

...

Confluence supports several HTML image attributes. Some can be inserted in the XHTML after an image is inserted using the Confluence editor. These attributes may also be used by inserting the image using wiki markup. The steps are

  • From the Insert options, select Wiki Select Insert > Markup.
  • In the editing window, enter the wiki markup.
  • Select Insert.

...

Action

Markup

Displayed Image

Display an image flush right with a black border

Code Block
!nciplogo_40p.jpg|align=right,border=2,bordercolor=blackred,alt="NCIP logo"!

NCIP logo

Display an image attached to a page in another wiki space, centered
Code Block
!EVS:EVS Wiki^EVSTiny80.jpg|align=center,alt="EVS logo"!

EVS logo

Display an image attached to another page in the same wiki space
Code Block
!Wiki FAQs, Tips and Guidelines^nciplogo_40p.jpg|alt="NCIP logo"!

NCIP logo

...