Photos side by side with captions.

  • Unknown's avatar

    I was just wondering… is there a way to get two pictures, side by side, both with captions? I can get the pictures side by side, but as soon as I add captions they drop into single file, one right under each other. I tried resizing everything, even made them super small, but still the captions make them drop below each other. Any ideas? Thanks so much.

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

  • Unknown's avatar

    You need coding for tables (in the html post editor). Simplest version:

    <table>
    <tr>
    <td>SHORTCODE1_HERE</td>
    <td>SHORTCODE2_HERE</td>
    </tr>
    </table>

    (Might need improvements for spacing, depending on the theme or the way you want it to look.)

  • The topic ‘Photos side by side with captions.’ is closed to new replies.