pombreda / txt2tags

Automatically exported from code.google.com/p/txt2tags
GNU General Public License v2.0
0 stars 0 forks source link

xhtmls image align needs fix #160

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In r971 there's a fix for the image align in XHTML target (with --css-sugar).

But the fix needs a fix :)

You can't use display:block because it breaks the paragraph. Left/right aligned 
images are also used inside paragraphs, like this:

    [left.png] my text here [right.png]

The correct attributes for these two are:

    style="float: left;"

    style="float: right;"

Original issue reported on code.google.com by aureliojargas@gmail.com on 27 Jul 2012 at 5:48

GoogleCodeExporter commented 9 years ago
sorry but I don't know how to fix this :(

Original comment by eforg...@gmail.com on 30 Jul 2012 at 7:44