• Hi there,

    I just decided to update my wordpress version to 2.9.1
    Everything went well, however, every first line of my posttext, is now coming through my images. Example: http://www.inhetholvandeleeuw.nl/2010/02/vlaar-in-voorlopige-selectie/

    I tried messing around with some margins, but couldn’t realy figure out which was the right one. I hope someone could help me out here!

    Thanks in advance.

    Edit: Hm it seems that in Internet Explorer, it works just fine. (im running on Chrome)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Must be related to these results:

    because…your site looks fine to me. Nothing overlaps in IE7. I’m guessing you are using a different browser. Cross browser issues are often caused by bad code. things like this:

    <a href="http://www.workx.nl/"><img src="http://www.inhetholvandeleeuw.nl/wp-content/themes/channel/images/workx.jpg" alt="Workx - Materieelverhuur - Steigerbouw" border="0"></a> </div>

    Your image tag is not closed. That can cause issues in browsers…. it need to look like this (note the slash at the end of the image code)

    <a href="http://www.workx.nl/"><img src="http://www.inhetholvandeleeuw.nl/wp-content/themes/channel/images/workx.jpg" alt="Workx - Materieelverhuur - Steigerbouw" border="0" /></a> </div>

    work through the validation errors and that may get you sorted…you have several mismatched tags it looks like, which will definitely cause issues

    Thread Starter zyxelas

    (@zyxelas)

    Thanks for your reply!

    Tried to fix some of those errors, not the best at coding tho. Eventually it seemed that one of my plugins was causing the problems.

    Nonetheless, its good to know there are a lott of errors it seems!

    Thanks for your help:)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text through image since update’ is closed to new replies.