Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Align top and bottom does not work

...

  • First, attach the image to the page.
  • Now you can display the attached image:

    What you need to type

    What you will get


    !fish.gif!

...

Displaying an image attached to page in a difference space

 

No Format

!SPACE:my page^myimg.jpg!

 

Formatting an image

What you need to type

What you will get


!fish.gif|align=right,border=2,bordercolor=blue!

...

  • align — available values are 'left', 'right', 'bottom', 'center', 'top'.
  • border — specify the width of the border (in pixels).
  • bordercolor — use this with the above 'border' tag to specify the colour of the image border. Specify the colours by name or by hex value. See more information about web colours. (Available with Confluence 2.6.2 and later.)
  • hspace — specify the amount of whitespace to be inserted to the left and right of the image (in pixels).
  • vspace — specify the amount of whitespace to be inserted above and below the image (in pixels).
  • width — specify the width of the image (in pixels). This will override the natural width of the image.
  • height — specify the height of the image (in pixels). This will override the natural height of the image.
  • title — specify alternative text for the image, which is displayed when the pointer hovers over the image
  • alt — specify alternative text, which is included in the HTML code. This text is retrievable via search, and contributes to accessibility of the page for text-only viewing.

...