Viewing 3 replies - 1 through 3 (of 3 total)
  • nomdecode

    (@nomdecode)

    The problem is caused by the ad above your image, which has a float: left which is pushing your image.

    Look for this element:

    <div style="margin: 5px;padding: 0px;float:left">

    and change the float:left to float:none. That should do it.

    Thread Starter HandyTutorial

    (@handytutorial)

    Thanks, nomdecode.

    But I want the ads in the left top. After the changes, it will on the top left of the content.

    nomdecode

    (@nomdecode)

    The ads should stay at the same place where they are right now. Try it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pictures are not showing correct in Firefox’ is closed to new replies.