Question:

IE support for valign

by Guest32352  |  earlier

0 LIKES UnLike

Does internet explorer support valign in tables? if not how can i get images to line up in the top of a cell?

 Tags:

   Report

1 ANSWERS


  1. Yes.

    <table>

    <tr>

    <td valign="top"></td>

    </tr>

    </table>

    OR

    <table>

    <tr>

    <td style="vertical-align: top"></td>

    </tr>

    </table>

You're reading: IE support for valign

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.