• Hello,
    I am having an issue.
    I have created a simple table. Two cells total.
    One is an image(left cell).
    On the right is text.
    My problem: The text begins at the bottom of the image.
    Rather, I need both the image and the text to align to the top of the table!!

    I have tried the vertical align attribute, changing widths, heights, padding, margin and nothing seems to give me the result im looking for.
    I have tried putting the text in a div and aligning the div and no luck.

    This is crazy!

    Here you can see what’s happening..

    I could really use some help, thanks in anticipation

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ncastro340

    (@ncastro340)

    Here is the code for this table so you can see. In my text editor it looks just fine, both the left image and right text are aligned to the top of the table next to each other.

    [Code moderated as per the Forum Rules. Please use the pastebin]

    If anyone knows why this is displaying the way it is, please help!
    Thanks..

    Don’t use tables for layout purposes. Use divs, and you can set a vertical align in your css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image and Text Alignment…..NO COOPERATION’ is closed to new replies.