Thread: Align 2 images
View Single Post
Old 11-24-2015, 02:25 PM   #10
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
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.
JLius is offline   Reply With Quote