Hello,
I'm creating a popup to display some photos using the following code:
The popups have a white border along the top and left side and for the life of me I can't get rid of them. I've tried inserting margin:0, topmargin=0 and setting a style and nothing seems to work.
I figure either I'm using the wrong settings or the right ones and putting them in the wrong place.
Can anyone help?
I'm creating a popup to display some photos using the following code:
Code:
<a href="#" onClick="MyWindow=window.open('mypic.jpg','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=100,height=150'); return false;">Link to pic</a>
The popups have a white border along the top and left side and for the life of me I can't get rid of them. I've tried inserting margin:0, topmargin=0 and setting a style and nothing seems to work.
I figure either I'm using the wrong settings or the right ones and putting them in the wrong place.
Can anyone help?