How do I align image and text?

  • Unknown's avatar

    Hi – I’m trying to add a new author in our blog’s profile page but the photo and text just won’t line up with the rest and now the page looks like a mess… I also have a problem with unwanted boldface on the same page… What do I do? Here it is: http://betterhealthforall.org/about/

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

  • Unknown's avatar

    You need coding for tables (in the html editor). In its simplest form it would be:

    <table>
    <tr><td>IMAGE1_CODE_HERE</td><td>TEXT1_HERE</td></tr>
    <tr><td>IMAGE2_CODE_HERE</td><td>TEXT2_HERE</td></tr>
    <tr><td>IMAGE3_CODE_HERE</td><td>TEXT3_HERE</td></tr>
    </table>

    But your page has a ton of junk code, so you’d better delete the whole content first and start over.

  • Unknown's avatar

    Thank you, that’s really helpful and has sorted out the page! Just one more thing – inserting the images from my image gallery added a whole load of HTML code in there again. You mentioned that the page was filled up with ‘junk code’ before so I’m now wondering whether all of that code is necessary? The page (as before): http://betterhealthforall.org/about/

  • Unknown's avatar

    You’re welcome. If I remember well, the “junk” I saw yesterday was either the result of copy-pasting from bad sources or attempts at creating space. There’s absolutely nothing of the sort now. Some parts of the image code aren’t strictly necessary, but they are perfectly normal code.

    The image code would have been simpler if you hadn’t set the thumbnails to link to the full-size originals when clicked. If that isn’t intentional, you can click on the images (in the visual editor, this time), click the mountain icon that shows up, click “None” below “Link URL”, click Update, click Update Page.

  • Unknown's avatar

    That wasn’t intentional, so will do that now. Thanks again!

  • The topic ‘How do I align image and text?’ is closed to new replies.