get image tag attributes rollin

This commit is contained in:
Tom Preston-Werner
2010-04-19 15:50:10 -07:00
parent 475278fc99
commit 4cec243aa0
3 changed files with 75 additions and 11 deletions
+5 -3
View File
@@ -150,12 +150,14 @@ frame.
[[gollum.png|frame|alt=Gollum and his precious wiki]]
To specify the alignment of the image on the page, use the `align=` option.
Possible values are `left`, `center`, and `right`. Default is `center`.
Possible values are `left`, `center`, and `right`. Default is `left`.
[[gollum.png|align=center]]
To float an image so that text flows around it, use the `float` option.
Default is not floating.
To float an image so that text flows around it, use the `float` option. When
`float` is specified, only `left` and `right` are valid `align` options.
Default is not floating. When floating is activated but no alignment is
specified, default aligntment is `left`.
[[gollum.png|float]]