diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-15 15:01:17 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-15 15:01:17 -0500 |
commit | 03fe40cdc5c55bafd0f3b9058fb985e66a872aab (patch) | |
tree | c8483b369add2c0e813ca1b00bbe2dab5f243d63 /doc/bugs | |
parent | fb26b9ca849b2cc8090e317c0cba790da76c425a (diff) | |
download | ikiwiki-03fe40cdc5c55bafd0f3b9058fb985e66a872aab.tar ikiwiki-03fe40cdc5c55bafd0f3b9058fb985e66a872aab.tar.gz |
diagnosis: probably broken browser?
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/img_vs_align.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/img_vs_align.mdwn b/doc/bugs/img_vs_align.mdwn index dcb9129b9..c70f4d5ef 100644 --- a/doc/bugs/img_vs_align.mdwn +++ b/doc/bugs/img_vs_align.mdwn @@ -9,3 +9,11 @@ almost of my CSS foo again ;-) it seems.) --[[tschwinge]] > > I've edited the URL you provided to demonstrate this -- hope you don't mind! I've also added an inline, right-aligned image to this page.[[!tag done]] > -- [[Jon]] + +> Contrary to all of the above, html does not care about P tags when +> floating an image to the left or right via align. Proof: +> <http://kitenet.net/~joey/pics/toomanypicturesofjoey/>, where the image +> is in its own paragraph but still floats. Also, I re-modified a local +> copy of the hurd page to enclose the image in a P, and it still floats. +> +> Tested with Chromium and Firefox. --[[Joey]] |