Thank you so much!! Just one more question. If I simply remove the color and border numbers making it look like this…
/* Begin Images */
.entry img {
float: left;
margin: 3px 10px 3px 0;
background: ; <---------------------------------
border: ; <---------------------------
padding: 3px;
}
Will that keep it from happening in the future? Or, do I need to remove the background and border sections entirely?