I'm opening a new window with a picture. I use the pic's size, but the page genereted by the code has margins (i think) and there white spaces on top and on the left of the pic. How can i make the picture come up with no white space?<br>Here's the code:<br><br>function my_win()<br>{<br>window.open('archive/Jul-18-Tue-0930.jpg','mywindow','width=648,height=488,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');<br>}<br><br><br>Thanks in advance for ur help & time<br>