html cellpadding the left side of a cell

前端 未结 6 571
遇见更好的自我
遇见更好的自我 2021-02-05 02:31

I want to pad my text in a cells on the right side with additional space .

I don\'t use css style sheets .

this is my code

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-05 03:14

    I use inline css all the time BECAUSE.... I want absolute control of the design and place different things aligned differently from cell to cell.

    It is not hard to understand...

    Anyway, I just put something like this inside my tag:

    style='padding:5px 10px 5px 5px'

    Where the order represents top, right, bottom and left.

提交回复
热议问题