TestImages in 'raw' format
Here are some images:
Here's an image, and a link to it (separate):
[[image:toyfish.jpg]]
[[file:toyfish.jpg]]
----
Here's an image, with a link to the FrontPage:
[[image:bird-image.jpg|FrontPage]]
Here's a file link, with cover text
[[file:bird-image.jpg|a nice bird image]]
= image attributes =
You can add html attributes to the image tag, for different effects:
height="100"
[[image:bird-image.jpg|height="100"]]
height="50" width="20"
[[image:bird-image.jpg|height="50" width="200"]]
align="left"
[[image:bird-image.jpg|align="left"]]
more stuff
{{HTML(<BR>)}}
----
align="middle"
[[image:bird-image.jpg|align="middle"]]
more stuff
{{HTML(<BR>)}}
----
align="right"
[[image:bird-image.jpg|align="right"]]
more stuff
{{HTML(<BR>)}}
----