How to make two classes for one image: .small-image { max-width: 100px; max-height: 100px; } also have the text aligned in middle using css and html -


think it's possible use 2 different classes series of thumbnail images must doing wrong. please suggest how so.

css example:

.small-image { max-width: 100px; max-height: 100px; }  .textmiddle {vertical-align:middle;}  

only seem able put code in html 1 or other not both. thank you

try in html element :

class="small-image textmiddle" 

Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -