image not behaving properly within a table.

  • Unknown's avatar

    simple two column table:
    Image on the left, text on the right. side by side

    **/ <table> <tr> <td> “image here” </td> <td> “text here” </td> </tr> </table> /**

    1. when loaded as is, at full size 350px, Image loads tiny with text right beside it.
    2. if I add a width to the column, Image will size to scale and text gets pushed to the bottom of the page.

    I tested the code outside of the site and it works properly.. whats do you think is going on?

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

  • The topic ‘image not behaving properly within a table.’ is closed to new replies.