Access your favourite web page just by bringing it to your desktop rather than opening your internet explorer and typing in the whole address. Now you don't need to open the site again and againto check the updates, just refresh your desktop or it will be automatically refreshed.
Here is a screen shot of my desktop with Yahoo set as the background of my desktop.
You can also easily do the same just by following these simple steps ..
<html>
<body>
<iframe
src="http://www.yahoo.com/"
height="100%" width="100%">
</iframe>
</body>
</html>
Here is a screen shot of my desktop with Yahoo set as the background of my desktop.
You can also easily do the same just by following these simple steps ..
- Open " Notepad " and copy the following code :
<html>
<body>
<iframe
src="http://www.yahoo.com/"
height="100%" width="100%">
</iframe>
</body>
</html>
- Here in the "src", type the link of the website that you want to set as the background.
- Now save this file with the extension " .html " like here I have saved the file as " xyz.html ".
- Now just right click on your desktop and select " Properties ", then select " Desktop ", then browse for the html file by clicking on the " Browse " button and click on " OK ".
0 comments:
Post a Comment