Thanks Eric,
just added
width: 150px; height: 125px;
to the end of this
#middlecontent .excerptlist .articleexcerpt img{ float:left; margin:0 15px 5px 0; }
to make
#middlecontent .excerptlist .articleexcerpt img{ float:left; margin:0 15px 5px 0; width: 150px; height: 125px;}
|