this question has answer here:
- why not use tables layout in html? [closed] 90 answers
i wondering improve thumbnail size see here in front page of template text (see http://shoutingblogger.blogspot.com/) , table via blogger css.
edit template, change
<img src="..." width="200px" height="150px">
to
<img src="..." width="250px" height="200px">
or whatever size want thumbnail be. original thumbnail size larger how being displayed, difference in quality shouldn't affected (if any).
Comments
Post a Comment