Fixed CSS to remove space between rows.
This commit is contained in:
parent
576892d739
commit
c22088bfd0
|
@ -1,33 +1,32 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<style>
|
||||
img {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border: 0px;
|
||||
img {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
td {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
tr {
|
||||
height: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 0px solid black;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
border: 0 solid black;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue