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 6813347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:33:34+00:00 2026-05-26T20:33:34+00:00

Here is my HTML: <table> <tr> <td><img src=blah.png width=80> </td> <td> <p>This is ment

  • 0

Here is my HTML:

<table>
    <tr>
        <td><img src="blah.png" width="80"> </td>
        <td> <p>This is ment to be a comment section part</td>
    </tr>
</table>

This is meant to be a comment engine kind of a thing.

Basically, I want a table with a profile image first on the left. Then I want the username at the very top of the TD, then the comment below the name without the name pushing it forward.
Thanks!

  • 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-05-26T20:33:35+00:00Added an answer on May 26, 2026 at 8:33 pm

    I’m not quite clear what you’re asking. Does the following HTML not achieve what you’re trying to do?

    <table>
        <tr>
            <td><img src="blah.png" width="80"></td>
            <td>
                <p>Username</p>
                <p>This is ment to be a comment section part</p>
            </td>
        </tr>
    </table>
    

    Edit:

    Facebook’s comments look like this: Facebook comments

    I can see two differences between that and the code I posted above:

    1. Facebook has the username aligned with the top of the image
    2. Facebook has the username on the same line as the comment.

    Issue 1 can be taken care of by assigning vertical-align: top to all the cells in the table. Issue 2 could be handled with display: run-in, but that’s not supported in Firefox or IE 7 and 6, so you’re better off just having the username and comment be inline elements:

    <table class="comment">
        <tr>
            <td><img src="blah.png" width="80" height="80"></td>
            <td>
                <strong>Username</strong>: <span>This is ment to be a comment section part</span>
            </td>
        </tr>
    </table>
    

    See http://jsfiddle.net/hK85e/2/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is my HTML: <li> <div class=menu_inner> <a href=#> <div class=button><img class=486 src=images/portalbutton.png /></div>
My html is like this <div id=rsContainer> <table id=rsTable><!-- DATA HERE --></table> </div> and
I have an html table. Here is a simplified version: <table> <tr> <td><div style=display:
So I found this: http://tiles.apache.org/framework/tutorial/advanced/nesting-extending.html Here is the example: <definition name=myapp.homepage template=/layouts/classic.jsp> <put-attribute name=title
Here is my HTML: <tr> <td colspan=2 class=borderBottomCell> <div class=benefitInfo style=WIDTH: 99%! important;> <asp:DropDownList
not sure why I find this so difficult. Here is the html code: <tr>
I have a HTML table where I: Include explicit table width. Include explicit width
So I have this simple PHP loop that is generating html table data with
I have this html table where I have one cell in the table with
I have the following jQuery code to highlight table cells. Here is my html:

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.