Links with Pictures
The next example shows the Yahoo online/offline graphics and creates a link to the Yahoo send message:
[{Image src='http://opi.yahoo.com/online?u=YahooUser1234&m=g&t=2' border='0' height='30'

link='http://edit.yahoo.com/config/send_webmesg?.target=YahooUser1234&.src=pg'}]
See more examples of resizing and styling at the plugin's own webpage.
Parameter
Description
src
The image’s URL (src attribute) for fetching images outside of Codebeamer or from static URLs.
wiki
The wiki markup points to the image. Useful for referencing an image attached to the current wiki page or issue. Example: wiki=[!apple.jpg!].
width
The width of the image, allowing manual resizing. You can also resize it in the WYSIWYG editor by dragging the image’s corners.
height
The height of the image.
...any...
Any other attributes are passed to the image HTML tag, allowing you to add CSS styling, borders, or similar effects.
Was this helpful?