Forums

how to make space between pic and text (3 posts)

  1. tangerine3
    Member
    Posted 1 year ago #

    I just inserted a picture on my home page. It is aligned left of the text but the text is too close how do I tell it to add space between the picture and text or even better is there a way to add a border around the picture and space?

    <img class="size-medium wp-image-65 alignleft" title="inside chrome horse shop" src="http://www.chromehorserentals.com/wordpresstestsite/wp-content/uploads/2011/05/inside-chrome-horse-shop1-300x168.jpg" alt="" width="230" height="136" />You have just found the best company

    http://www.chromehorserentals.com/wordpresstestsite/test-contect/

  2. doc4
    Member
    Posted 1 year ago #

    tangerine3,

    A quick fix in this instance might be to add some inline styles:

    <img class="size-medium wp-image-65 alignleft" title="inside chrome horse shop" src="http://www.chromehorserentals.com/wordpresstestsite/wp-content/uploads/2011/05/inside-chrome-horse-shop1-300x168.jpg" alt="" width="230" height="136" style="float:left;border:1px solid #333;margin:0 10px 0 0;"/>You have just found the best company

  3. tangerine3
    Member
    Posted 1 year ago #

    Thank you that worked perfectly.

    style="float:left;border:1px solid #333;margin:0 10px 0 0;"/>

Topic Closed

This topic has been closed to new replies.

About this Topic