itech20059
MIS
Hi can anyone give me an example on how to indent a row in a table. Or maybe the entire table like a quater of an inch.
table{indent: 2em;}
do you think that will work?
table{indent: 2em;}
do you think that will work?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.indent {margin-left: 1em;}
td.myCell { padding:1em; }