> Use CSS to control the initial display of the images. How would that be done? Right now this is what I'm using
.pics { height: 220px; width: 960px; margin-left: auto; margin-right: auto; } .pics img { width: 960px; height: 220px; }
> Use CSS to control the initial display of the images. How would that be done? Right now this is what I'm using
.pics { height: 220px; width: 960px; margin-left: auto; margin-right: auto; } .pics img { width: 960px; height: 220px; }