• I’m currently making a page, which will consist of a table. Each row of the table will be:

    Name Description image

    this is all fine, except that when I insert the image, the bottom of the image is aligned with the top of the text in the other two columns. I’ve tried playing around with the image settings but to no avail..

    Here’s a link

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tiswas

    (@tiswas)

    Sorry – here’s the code too:

    <table width="100%">
    <tbody>
    <tr>
    <td><strong>Adam</strong></td>
    <td style="text-align: center;">blah blah blah</td>
    <td><a href="https://www.oxfordrevue.com/wp-content/uploads/2010/09/revue-1.jpg"><img title="revue-1" src="https://www.oxfordrevue.com/wp-content/uploads/2010/09/revue-1-177x300.jpg" alt="" width="177" height="300" /></a></td>
    </tr>
    </tbody>
    </table>

    tiswas
    I am very new to WordPress and didn’t know how to create a WP table (still don’t) but I was playing with an idea last night that might help. I wanted a pic and text in a table and went to MS Word and created a 2 column, 2 line table (I put some “x’s” in the table form as sort of place holders.
    Then I selected all, copy and pasted into me WP body. Then I put mouse in table in the WYSIWYG editor and clicked on insert image. WP put in just where I wanted and then I was able to wrap text around pic. Looked great.
    I don’t know if this is very “traditional” but it sure worked good and was easy.
    Leslie

    Thread Starter tiswas

    (@tiswas)

    thanks Leslie,

    I actually used insert image to put the image into the table, but for some reason it doesn’t align properly with the other columns in the same row..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Aligning Images in Table’ is closed to new replies.