I need to place pictures from a website album to replace the existing thumbnails. How do I do it?? Thanks a Threelion!
<html>
<head>
<style type="text/css">
div.img
{
margin:2px;
border:1px solid #0000ff;
height:auto;
width:auto;
float:left;
text-align:center;
}
div.img img
{...