pink
08-20-2003, 01:05 PM
Hello, I am setting up a new site and I want people to be able to click on the image button to open a larger picture of the item, how can I do this. This is what I have (below) but I only want the box that opens to be the size of the image, not a full page - HELP!
<html>
<head>
<title>Untitled</title>
</head>
<body>
<bg color=ff0063>
<img src="http://IMAGELOCATION.jpg">
</body>
</html>
<html>
<head>
<title>Untitled</title>
</head>
<body>
<bg color=ff0063>
<img src="http://IMAGELOCATION.jpg">
</body>
</html>