table dimensions
-
I am (clearly) not a developer, but trying to build my own website (i.e. very limited knowledge, please try to answer in non-tech language as much as possible). I’m trying to make a table, you can see it here: https://newsite.wetwildcamp.com/schedule/adventure-camp-schedule/. Here is the code: body {
color: #444;
font-family: “Open Sans”,sans-serif;
font-size: 13px;
line-height: 1.4em;
min-width: 600px;
}
body, html {
height: 100%;
margin: 0;
padding: 0;
}
I made the padding 0 and margin 0 trying to eliminate the huge vertical space between cells. I don’t understand what 1.4em means. I tried to change the table height in pixels in the WP visual screen, but it didn’t work, I think because of the 1.4em. Should I just change the 1.4em to ???px? Should I change the 100% to something else?
- The topic ‘table dimensions’ is closed to new replies.