Alex
I was wondering if there was a way to cut down the amount of wasted area in a form below is the code that I used to create the table. I have attached a screenshot of the area I am looking to remove.
table.ms-formtable {
width: 300px;
margin: 10px auto;
padding: 10px;
border-radius: 10px;
font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
color: #444;
background-color: #F0F0F0;
box-shadow: 0px 0px 20px 0px #000000;
Thanks
Rob