HTML Codes and Tips for Internet Marketing-Open Links in New Window,Change Link Color, Etc.

When doing Internet marketing it is very useful to familiarize yourself with HTML code to help your site look and function better.  I will go over some questions I often get and give you the answers.

How do I make a link open up in a new window or tab?

This can be done for individual links by adding html to the link     <a href=”http://whateveryoursiteis.com” “target=”_blank”>Keyword you want</a>

The target=”_blank” is what makes it open in a new window.

How do I make all of my links open in a new window?

You use an HTML code and paste it in your header before the /header tag.

Here is the code

<script type=”text/javascript”>

jQuery(“a[href^='http:']“).not(“[href*='mydomain.com']“).attr(‘target’,'_blank’);

</script>

You will then put the name of your domain where it says mydomain.com and then all links on your page will open up in a different tab/window.

How do I change the color of Links?

If you have tried to make a linked word a different color in a Wordpress blog you have probably noticed that it won’t work.  You have use HTML to make the text the color you want it.

<font color=”blue”>I’m blue!</font>

How do I make my adsense go the left or right with the text around it?

<div style=”float:right;”>ADSENSE CODE</div> Flushes the object right.  Where it says ‘ADSENSE CODE’ you can put anything, eg. a pictures html.

<div style=”float:left;”>ADSENSE CODE</div> Flushes the object left.

How do I make words look highlighted?  How do I make a yellow or different color background for words?

<span style=”background:#FFFF00″>Yellow background</span> Looks like Yellow background.

How do I make text clickable?  How do I make a link?

The easiest way is to use <a href=”http://yoursite.com”>click here</a> Put your keyword in the place of “Click Here

Some sites (like wikipedia) won’t allow the normal <A HREF link so you have to use [url=http://www.mysite.com]Anchor Text[/url] or  [link]http://www.yoursite.com[/link]

How do I make a NoFollow link?

A nofollow link is used when you want people to visit another site from yours but you don’t want to give that site any link juice.  This is normal when linking to a product site when you are the affiliate.

<a href=”http://nameofsiteyouDon’tWanttoHelp.com/” target=”_top” rel=”nofollow”>Click Here</a>

Keyboard Shortcuts

ctrl + V = Paste

ctrl + C = Copy

For Firefox ctrl + T = Open new tab

Hold down the Ctrl button when you click any link to open it in a new window.

Internet Marketing and SEO Tips

In order to make money online you can’t simply buy a website and think that you will make money from Google. Over 90% of websites don’t make any money and over 90% of people that try to make money online never see a dime. In fact more people lose money while trying to earn money online than make any money at all.

The best way to explain internet marketing is to look at it like an MLM. If you are unaware of what an MLM, I will explain right now. Multi-Level Marketing is when you have a product and you sign people up under yourself and you get a percentage of what the people under you pay. Those people then sign up more people because they get paid a percentage of what the next people pay. The people at the top of the pyramid scheme end up making a lot of money but MOST people end up losing more money than they make.

Internet marketing is the same way. Infomercial and dishonest people will talk up making money online and people will pay upwards of 6 thousand dollars to make money online. Most of the people never end up making even 1 dollar from their site and lose 6 thousand dollars of their own money.

What you need to understand is that Internet Marketing does work, but it requires work just like any other job. You can make money online but most people are trying to sell you an expensive product because they get a percentage of what you pay to sign up for the program. Don’t believe everything your see, hear or read. You need to realize that if it’s too good to be true, it is!

If someone says that you can make an extra $500 bucks each month if you are willing to work hard for a couple of months then you would be wise to believe it could work. If someone says that you can make millions in a few days if you pay them X amount of dollars, you should know that it is a scam.

I joined The Keyword Academy because they are honest and tell you how it is. Click Here to see their website and what they offer. They do charge a monthly fee, but they teach you how to make more money than what they charge. They only charge $1 dollar for the first month and then $33 dollars a month after that. You can cancel at anytime and they don’t keep billing you if you decide to cancel. You could even cancel before the the second month and you would never get charged anything but the first dollar.

How to Earn Money Posting Links on Google

We have all seen those ridiculous ads about people making money online by simply posting links on Google overnight. Well, it can be done but it doesn’t happen overnight like those false ads will tell you.

In the internet market you have to do SEO in order to rank you website and increase search engine traffic. The way you can make money on your page is by putting ads on your page.

When you own a site, Google will allow you to put adsense on your page and then when someone clicks them you will get paid a percentage of what the advertiser is paying Google for every click on that link.

Google links are made by other sites linking to your site from theirs or from articles on free platforms like hubpages. The best thing that you can do is to write some great content on you site that is targeting a certain keyword phrase that you want to rank in Google for. You then will want people to link to you site using that exact keyword phrase.

Next Page »