Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8204929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:03:09+00:00 2026-06-07T08:03:09+00:00

I am designing an html email. I have an image and 1 paragraph at

  • 0

I am designing an html email. I have an image and 1 paragraph at the top and bottom. These 3 are within a table cell. I need the image to be at the center of the cell and the 2 paragraphs should be vertically equidistant from the image.

<td height="200" style="vertical-align:middle;">
  <p style="vertical-align:middle;">Lorem Ipsum</p>
  <img src="pic.jpg" height="150" />
  <p style="vertical-align:middle;">Lorem Ipsum</p>
</td>

Right now the 3 are not aligned vertically. How do I get them to align with equal space between each other vertically?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T08:03:12+00:00Added an answer on June 7, 2026 at 8:03 am

    This way it works fine:

    <style>
        td {
            vertical-align:middle;
        }
    </style>
    

    And the HTML:

    <table>
        <tr>
            <td>
                <p>Lorem Ipsum</p>
            </td>
            <td>
                <img src="http://lorempixel.com/output/food-h-c-100-200-8.jpg" alt="">
            </td>
            <td>
                <p>Lorem Ipsum</p>
            </td>
        </tr>
    </table>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm designing an HTML 5 site using a header, article, and footer. I have
I'm designing my html emails, these are to be a block of html containing
Designing a simple HTML table that I am going to implement alternate-row coloring on...
I've made the jump from HTML table layout for designing webpages to CSS about
I'm designing an html email for a Holiday Art Market. The request is simply
I'm designing an HTML template for an email newsletter. I've learned that many email
I'm designing an html newsletter which runs so far very correct on every email
I am designing a custom HTML helper and I would like to execute Html.ActionLink
The rails docs are apparently in error - http://guides.rubyonrails.org/association_basics.html#selfjoins ) In designing a data
Okay, so I'm designing this site. Here's the HTML markup of this simple element:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.