Why is vertical-align:text-top; not working in CSS

后端 未结 9 2004
灰色年华
灰色年华 2020-12-25 09:16

I want to align some text to the top of a div. It seems that vertical-align: text-top; should do the trick, but it doesn\'t work. The other things that I have d

9条回答
  •  Happy的楠姐
    2020-12-25 09:53

    The problem I had can't be made out from the info I have provided:

    • I had the text enclosed in old school

      tags.

    I changed the

    to and it works fine.

提交回复
热议问题