How do I?

  • Unknown's avatar

    Put a margin between the feet and the text in a grid I did on my Getting Better page, because they’re too close

    Thanks Carole x

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Please give us a link to the post.

  • Unknown's avatar
  • Unknown's avatar

    I always put 10px horizontal space around my images. See here:

    Image Settings – Titles, Descriptions, Captions, etc.

    That’ll give your images and text some breathing room.

  • Unknown's avatar

    Where did you paste that from? It’s got heaps of junk code. Also, it may look ok in a fixed-size document, but it’s not ok in a browser window, plus you’re using a flexible-width theme, which further complicates things (check what happens if you drag the browser window to make it narrower).

    One solution (paste this in your html post editor):

    <div style="float:left;width:50px;">
    <table border="0">
    <tr><td>
    <img src="http://madcarole.files.wordpress.com/2009/06/th_1194984778189639209right_foot_print_thumb21.png" />
    </td><td>&nbsp;</td></tr>
    <tr><td>Small<br />steps</td><td>
    <img src="http://madcarole.files.wordpress.com/2009/06/th_1194984776763627730left_foot_print__thumb21.png" />
    </td></tr>
    </table>
    </div>
    <div style="float:right;width:80%;">
    
    TEXT_HERE
    
    <div style="position:relative;bottom:150px;left:-25%;">
    <table border="0">
    <tr><td>
    <img src="http://madcarole.files.wordpress.com/2009/06/th_1194984778189639209right_foot_print_thumb21.png" />
    </td><td>&nbsp;</td></tr>
    <tr><td>
    Day<br />by<br />Day</td><td>
    <img src="http://madcarole.files.wordpress.com/2009/06/th_1194984776763627730left_foot_print__thumb21.png" />
    </td></tr>
    </table>
    </div>
    </div>

    (If you need an explanation, that’s a table with the first set of footprints floating left, then the text floating right, then another table with the second set of footprints to the left of the end of the text column.)

    Things would have been a lot simpler if each set of footprints plus legend was one image.

  • Unknown's avatar

    Thank you so very very much Adam :) and thank you too Raincoaster for all your help

    Hugs Carole x

  • The topic ‘How do I?’ is closed to new replies.