diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2009-11-12 09:14:45 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-11-12 09:14:45 -0500 |
commit | ed742ab2b580cf1f1b72b5c3e5d7517dad18a3dc (patch) | |
tree | 7cb6e8faa3d8e39a4471f7534682c10a21553ca4 | |
parent | 34ae4419a5846336a4cc22976eab60142949c202 (diff) | |
download | ikiwiki-ed742ab2b580cf1f1b72b5c3e5d7517dad18a3dc.tar ikiwiki-ed742ab2b580cf1f1b72b5c3e5d7517dad18a3dc.tar.gz |
explanation: whitespace surrounding your use of the IMG tag
-rw-r--r-- | doc/bugs/img_vs_align.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/img_vs_align.mdwn b/doc/bugs/img_vs_align.mdwn index 9ed5e9e19..dcb9129b9 100644 --- a/doc/bugs/img_vs_align.mdwn +++ b/doc/bugs/img_vs_align.mdwn @@ -4,3 +4,8 @@ embedded as `<p><img ...></p>`. That's at least what I see on <http://www.bddebian.com:8888/~hurd-web/hurd/status/>. On the other hand, CSS is supposed to be used instead, I guess. (But how... I forgot almost of my CSS foo again ;-) it seems.) --[[tschwinge]] + +> [[!img logo/ikiwiki.png align=right]]The [img tag doesn't create P tags](http://git.ikiwiki.info/?p=ikiwiki;a=blob;f=IkiWiki/Plugin/img.pm;h=32023fa97af8ba8e63192cacaff10a4677d20654;hb=HEAD), but if you have surrounded the img directive with newlines, they will result in paragraph tags. +> +> 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]] |