Sunday, 17 July 2011

Change Your DeskTop Into A website

How to do your Desktop Look Like Website

Click Start-->Run-->Notepad

Copy/Paste This html In Notepad

<html>

<body>

<iframe

src="http://www.google.com/"

width="100%" height="100%">

</iframe>

</body>

</html>

Now save as index.html

Then Click on desktop-->properties-->desktop-->browse--> and Click

in html that you saved . And Click Open . Now Click Apply and OK

Your desktop will to be look like website that you can search .

If want to change your site , just change the URL in your html .

Change this google and write facebook if you want and save as again and

do the same work . :) :)

Try This One Also

<html>

<body>

<iframe

src="http://www.google.com/"

width="50%" height="50%">

</iframe>

</body>

</html>

<html>

<body>

<iframe

src="http://www.Facebook.com/"

width="50%" height="50%">

</iframe>

</body>

</html>

No comments:

Post a Comment