문제

Is there a way to use cellpadding for just left and right? I am looking for answers but all I keep finding is CSS.

도움이 되었습니까?

해결책

No, there is no clear way of doing with without position your <td> tag by using parent. Based on this: http://www.w3schools.com/tags/tag_td.asp there is nothing that is supported that will help.

I would suggest using attributes such as rowspan and colspan to help adjust table cells - using that will help you structure the content the way you want without having to use css.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top