• I’m trying to get the text(centered) to sit next to the image. In editor it looks ok but when i update and go look at the page the text is at the bottom.
    If extra code is needed can you please explain where exactly i need to add it in all this..(Not comp savvy)

    <table border="0" cellspacing="2" cellpadding="2">
    <tbody>
    <tr>
    <td><span style="text-decoration: underline;"><span style="color: #000000;"><strong><a href="https://rawtwig.com/wp-content/uploads/2012/06/frogs-final-e1341198705201.jpg"><img class="size-full wp-image-65 alignleft" title="frogs final" src="https://rawtwig.com/wp-content/uploads/2012/06/frogs-final-e1341198705201.jpg" alt="" width="400" height="635" /></a></strong></span></span><strong></strong></td>
    <td>LAUGHTER
    Is a medicine that is precious as well as priceless.
    It is far more contagious than any disease.
    The door to this medicine is through funny stories, jokes etc...
    We get so caught up in stressful situations around us that we forget to smile or laugh.
    Laughter strengthens your immune system and helps to relieve stress.
    There is nothing better than when you have had a good laugh.</td>
    </tr>
    </tbody>
    </table>

    Thank You

    https://rawtwig.com/?page_id=34

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    When you create the post upload the image using in upload/insert button then just align it left and then the text should be aligned right next to the image.

    Thread Starter Raw Twig

    (@raw-twig)

    Hi there that worked great…thank you.
    Ive come to a bit of a challenge on my next Question.

    On my poetry page i wish to insert 3 images…side by side with text under each one.

    Is that a “table” thing or “cell” thing.

    Thread Starter Raw Twig

    (@raw-twig)

    Ok ive got this far but when i add more than 1 pic i cant see any borders separating them. Is this what im suppose to be using to get the effect i want? If so where/what part in that code do i place the pic/ text?
    On my poetry page i wish to insert 3 images…side by side with text under each one.

    <TABLE BORDER=3 CELLSPACING=3 CELLPADDING=3>
    <TR>
    <TD ALIGN="center">Cell1</TD>
    <TD ALIGN="center">Cell2</TD>
    <TD ALIGN="center">Cell3</TD></TD>
    </TR>
    <TR>
    <TD ALIGN="center">Cell4</TD>
    <TD ALIGN="center">Cell5</TD>
    <TD ALIGN="center">Cell6</TD>
    </TR>
    </TABLE>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image/text What am I Missing?’ is closed to new replies.