• I’m trying to place some thumbnail images with text as per the following example:
    http://i40.tinypic.com/2d18uw2.jpg

    But the page is appearing looking like this:
    http://i42.tinypic.com/bjg74l.jpg

    Any ideas on what I’m missing in the code?

    Thanks!

    `
    <br />
    <h4>Past supporters</h4><br />
    Thank you to the following suporters who have previously funded our programs.
    <a><img class=”size-thumbnail wp-image-287 alignleft” src=”/wp-content/uploads/2014/01/_Logo_RGB_pos-150×150.jpeg” width=”150″ height=”150″ /></a>
    TITLE<br />
    Description here
    <hr />
    <a><img class=”size-thumbnail wp-image-287 alignleft” src=”/wp-content/uploads/2014/01/_Logo_RGB_pos-150×150.jpeg” width=”150″ height=”150″ /></a>
    TITLE<br />
    Description here
    <hr />
    <a><img class=”size-thumbnail wp-image-287 alignleft” src=”/wp-content/uploads/2014/01/_Logo_RGB_pos-150×150.jpeg” width=”150″ height=”150″ /></a>
    TITLE<br />
    Description here
    <hr /><br />
    `

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding the TITLE as a heading, the DESCRIPTION in a paragraph and style the HR with clear.

    <h4>Past supporters</h4><br />
    Thank you to the following suporters who have previously funded our programs.
    <a><img class="size-thumbnail wp-image-287 alignleft" src="/wp-content/uploads/2014/01/_Logo_RGB_pos-150x150.jpeg" width="150" height="150" /></a>
    <h5>TITLE</h5>
    <p>Description here</p>
    <hr style="clear: both;" />
    Thread Starter nosfer4tu

    (@nosfer4tu)

    Perfect, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spacing text around images on WordPress pages’ is closed to new replies.