Web

Create a phpinfo File

1> Use any text editor and create a file named phpinfo.php on your computer. 2> Edit the file and input the following code: <?php phpinfo(); ?> 3> Upload the file with an FTP client to your public_html folder.

Make a iframe Page Transparent

1> Adding allowtransparency=“true” to an iframe tag. <iframe src="http://www.ylsapt.com/ProductSearch.html" width="100%" height="214" frameborder="0" scrolling="no" allowtransparency="true"></iframe> 2> Make body style of your page to transparent. <body style="background:transparent;">