Welcome, Guest
Username Password: Remember me

The news is not aligned with the images
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: The news is not aligned with the images

The news is not aligned with the images 12 years, 9 months ago #4752

  • rolee21
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
The installation smoothly, but the images on my site automatically align to the left, but on my website elSistema.info these images are aligned to the right, I could give a solution to change or MRSA whores my mistake? ?

Sample:

Mobil Version:

www.subeimagenes.com/img/movil-74430.html


web  version:

www.subeimagenes.com/img/web-74432.html

I hope your help

Re: The news is not aligned with the images 12 years, 9 months ago #4759

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
Use 'align' attribute to align images, because of currently MJ removes image's 'style' attribute.

Re: The news is not aligned with the images 12 years, 8 months ago #4775

  • rolee21
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
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;"    }

Re: The news is not aligned with the images 12 years, 8 months ago #4784

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
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}
Last Edit: 12 years, 8 months ago by dryabov.
  • Page:
  • 1
Time to create page: 0.22 seconds

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.