yeah, that far I scrape, but this:
Code:
table.images {
padding-top: 1em;
margin: 0 !important;
text-align: center;
text-indent: 0 !important;
font-weight: bold;
font-size: 0.8em; /* Change this if you want */
font-family: serif;
}
table.images tr td img {
width: 100%;
height: auto;
margin: 0;
padding: 0;
vertical-align: middle;
}
is like magic to me. I just copy paste it and am happy when it works.