Making Cash On The Web is a serious attempt to compile useful information about making money on the internet. It is a combination of things that I have learned myself, as well as information culled from other sources. It is NOT about get rich quick schemes, or wierd marketing programs. I am not going to sell you anything.
If you don't yet have a website but want to get started making cash on the web, start here.
Creating a link is one of the most basic tasks in building a website.
Here’s how you do it.
First, you need the address of the thing you are linking to. For example, this site’s address is http://www.makingcashontheweb.com
Then, you begin by typing the following
<a href=”
After the “ , you enter the address of the site and a closing >
Now, it looks like this:
<a href="http://www.mysite.com">
after the > , you type in the text that you want to show up as the link.
Then, you close the link by typing </a>
So the whole thing looks like this:
<a href="http://www.mysite.com">My Site</a>
Next entry: Tracking Web Statistics
Previous entry: Find Inbound Links To Your Site