> How could i get rid of the white space and show the picture exactly same > size as the window, so it would be perfect fit. What else do I miss in the > codes to make the perfect fit size?
Use the BODY tag and attributes like HORIZONTAL_PADDING or somesuch. There's a bunch of them, you need them all to convince all the browsers that you mean it. > Also, how can I have the small window > close automatically after user clicking on the picture's hyperlink? Any > helps will be greatly appreciated. Thanks. There's some JavaScript closeWindow() or somesuch. Look it up, or find another site that does it and use "View Source" to steal their JavaScript. -- Like music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]