> No, I celebrated too soon - thanks for checking, Mike :) > > I had trouble getting display:block to work with my horizontal line - > that might better now it's all divs (I hope!). Still fretting over > this - best I've managed so far is ALL the slideshows running in one > frame! aargh. > Any advice gratefully taken on board ...
If you add a class to those divs (one,two,three,etc) then something like this should get you close: .slideshow, .slideshow a { width: 136px; height: 110px; display:block; } .slideshow img { width: 110px; height: 110px; display: block }