• Resolved henkboersema

    (@henkboersema)


    My theme or WP is refusing to wrap text arround my images.

    The html: (DUTCH)

    <img src="https://www.ziektekosten-vergelijken.nl/wp-content/uploads/2011/09/takecarenowlogo.png" alt="" title="Agis zorgverzekering voor jongeren" width="194" height="185" class="alignleft size-full wp-image-55" />
    <h1>Agis zorgverzekering</h1>
    <p>Bij Agis kun je naast je <a href="https://www.ziektekosten-vergelijken.nl/agis/">basisverzekering</a> voor een aanvullende verzekering kiezen die speciaal op jongeren is afgestemd.</p>

    You can find the CSS and a example at: https://www.ziektekosten-vergelijken.nl/agis/jongeren/

    Can somebody please help??

    [Please post code snippets between backticks or use the code button.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • On the page example, you’re having a problem because the image is immediately before an H1. You’d need to either place the image inside that H1 or apply something like display:inline-block; to the H1 tag.

    Thread Starter henkboersema

    (@henkboersema)

    Thanks! It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP refuses to wrap text arround my images’ is closed to new replies.