CSS og tabeller
Jeg forsøger mig med CSS og tabeller, men har det problem, at jeg ikke kan få tabellerne til at smække helt sammen. Der er en smal stribe luft imellem.Jeg har sat:
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
border: 0px;
Men ingen af disse fjerner mine smalle streger!
Hvad mere kan jeg gøre?
