以下是使用CSS创建图片廊:
添加图片描述
<style> div.img { height:auto;width:auto;float:left;text-align:center;} div.img img { display:inline;} div.desc { text-align:center; font-weight:normal; width:120px; margin:2px; } </style>