• I can’t a photo to align RIGHT. In the code it says RIGHTand the other 2 I put in the same post on the left went to the left? Any ideas? This is the code for the picture that won’t go to the right. I don’t know code but I took this from between the text…before and after the picture. Thanks for ANY help.

    THE CODE:

    </span></p>
    <p class=”MsoNormal” style=”text-align: justify”><img src=”https://nakedineden.com/nakedinedenblog/wp-content/uploads/2008/03/mts-sky2re.jpg&#8221; alt=”New Mexico Dawn” align=”right” border=”2″ height=”232″ hspace=”50″ vspace=”15″ width=”309″ /></p>
    <p class=”MsoNormal” style=”text-align: justify”><span style=”font-family: Arial”>

Viewing 2 replies - 1 through 2 (of 2 total)
  • you posted the same thing in a thread that gave you your answer. your stylesheet.

    img {float: left; margin: 0 12px 12px 0;}

    the float:left; over rides anything you try applying through the post field. and you may want to read the other post you posted in and see what it says about not using align=”right”

    Might also want to take out all that MSWord code. “MsoNormal”

    Let the style sheet do your styling, leave off the style attribute from each ‘<p>’

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ALIGNING IMAGES – will go to left but not the right’ is closed to new replies.