Very Simple Image Gallery
问题 Does anybody have any suggestions as to where I could get a really simple gallery (projected below) that uses the basic html framework of the following snippet? A previous-next gallery <ul> <li><img src="image01.jpg" width="500" height="450"></li> <li><img src="image02.jpg" width="200" height="450"></li> <li><img src="image03.jpg" width="530" height="450"></li> <li><img src="image04.jpg" width="500" height="450"></li> <li><img src="image05.jpg" width="178" height="340"></li> <li><img src=