Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xhtmls image align needs fix #160

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 1 comment
Open

xhtmls image align needs fix #160

GoogleCodeExporter opened this issue Apr 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

sorry but I don't know how to fix this :(

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant