HTML Direction rtl issue

前端 未结 5 754
梦如初夏
梦如初夏 2021-01-17 20:59

I am working on a Multilanguage website , where in a table one of the td needs to be arabic stuff - which we know need to start from right. I tried it in many ways but could

5条回答
  •  萌比男神i
    2021-01-17 21:52

    Both of these are OK:

    
    

    or this:

     
    

    or for HTML5: (but this doesn't work always)

     
    

提交回复
热议问题