Jump to content

(Tutorial) Desktop Notes , Having a little notepad embedded on desktop!


Recommended Posts

Posted

Hello i want to share a tutorial that i found around ;P

 

It's amazing really..

 

Desktop Notes

 

Today i will be showing you how to have a notepad embedded on your desktop.

 

YOU WILL NEED:

-Notepad

-Right Click

A- Computer would make it easier.

 

This Desktop Notepad is basically HTML using the <Form> tag.

 

Okay lets begin:

 

1)Open Notepad: Start>All Programs>Accessories>Notepad.

index.php?act=Attach&type=post&id=7472

 

 

Now here is the most imporant part, getting the code right:

 

<body bgcolor="#000000">
<center><form method="post" action="">
<textarea name="comments" cols="100" rows="35">

</textarea>
</form>
</center>
</body>

 

Lets disect it:

 

<body bgcolor="#000000">

 

Is basically the background colour of your desktop not the notepad.

 

<center>  </center>

 

aligns your text area in the center.

 

<form method="post" action="">

<textarea name="comments" cols="100" rows="35">

 

</textarea>

</form>

 

Is the text area. You can change the size of your text area on your desktop by changing the "Cols=" and the "Rows=" Colums the width and Rows the height.

 

Save the code as: <whatevername.html> e.g notepad.html

 

index.php?act=Attach&type=post&id=7473

 

Now the last section, embedding it. (Not as hard as it sounds)

 

Go to your desktop>Right Click>Properties>Desktop(tab)>Browse> And locate the HTML file> Apply

 

index.php?act=Attach&type=post&id=7474

 

Edit to your needs (size wise)

 

Thanks for reading.

 

2rdcger.jpg

 

Credits ~~> biggles2008

 

 

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...