The news is not aligned with the images

dryabov
13 years, 4 months ago
Use 'align' attribute to align images, because of currently MJ removes image's 'style' attribute.
rolee21
13 years, 4 months ago
and placed in the css style on the part of: but a img align right made
I could say I'm wrong ?????
this in the iphone css template.

a img {style="float: right; margin-left: 10px; margin-right: 10px;"    }

dryabov
13 years, 4 months ago
a img {float:right}

if you'd like to make all the images right-aligned.
But I'd do either
HTML: <img src="..." align="right" />

or
HTML: <img src="..." class="image-right" />
CSS: .image-right {float:right}

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.