Hi All,
I've got a minor problem. I'm trying to have a number of small photos on the page, and when you click on them they go to big photos. Everything's working fine except when the big photo is displayed, there's a small border at the top, and the left hand side. And I have no idea why. I've coded border = 0 to no avail. Code is:
<SCRIPT LANGUAGE="javascript">
<!--
// open new window
function newWindow(img, wide, tall)
{
imgWin = window.open(img, "picture", "width=" + wide +",height="+ tall)
imgWin.focus()
}
// -->
</SCRIPT>
I've got a minor problem. I'm trying to have a number of small photos on the page, and when you click on them they go to big photos. Everything's working fine except when the big photo is displayed, there's a small border at the top, and the left hand side. And I have no idea why. I've coded border = 0 to no avail. Code is:
<SCRIPT LANGUAGE="javascript">
<!--
// open new window
function newWindow(img, wide, tall)
{
imgWin = window.open(img, "picture", "width=" + wide +",height="+ tall)
imgWin.focus()
}
// -->
</SCRIPT>