Just Ask Matt - Answers

Changing the Font & Style of Your H1 Tags

QUESTION: (Rhonda) I am having problems changing the font size of my H1text. Is this very important? If so, how do I go about changing it?

Changing the text and/or style of an H1 tag is simple in CSS.  It does not affect anything other than how the visitor sees it though (i.e., if you use a large font, it means nothing more than a smaller font, in SEO terms or how Google sees it).

You can change the H1 tag locally or in the CSS definition file.

If you want to change all of the H1 tag settings in your entire website, you would do this in the CSS file:

h1 {
font-size: 24px;
}

You would use the h1 tag as you normally would:
<h1>This is my H1 tag</h1>

You can define a class in the CSS file which allows you to define your new style whenever you wish anywhere on the site:

.h1style {
font-size: 24px;
}

You would add this class to your h1 tag, when you wish it:

<h1 class=”h1style”>This is my H1 Tag</h1>

* Remember to add the “.” when defining it in the CSS to classify it as a class.

Finally, you can do it locally using a style attribute (without the CSS file):

<h1 style=”font-size:24px;”>This is my H1 Tag</h1>

All of the above do the exact same thing.  Their use is based on how often you use the style and how you want it defined (whether globally or locally).

Also, remember you can add other styles to the same definition (like color):

<h1 style=”font-size:24px; color:red;”>This is my H1 Tag that is Red and 24px high</h1>

I find that being able to change the styles of my text for header and other standard tags to be quite invaluable!  Knowing a little bit of CSS can go a long way.  Give this a try!

The easiest thing to try first is the local definition using the style attribute. If this is working for you, consider creating or editing your own CSS file!

Good luck!  cheers…matt


Read Full Post >>
More Questions & Answers...
GOT A QUESTION?

Who is Behind Marketing Mind?

Matthew Bredel begin_of_the_skype_highlighting     end_of_the_skype_highlightingMy name is Matthew Bredel and as of March, 2007, I am a full-time, work-at-home internet marketer. For close to 10 years, I worked for a defense company which was an OK job, but I was so uninspired in life and frankly, I needed some more money. That is when I first discovered internet marketing! Now I admit that I didn't start making thousands in my first couple of months (in fact, I lost my shirt!), but I finally saw the "internet light"...

Read More about Matthew Bredel
GURU STUFF END -->

Share This Post...

Just recently, there has been a little bit of a rebirth of the old “Google Cash” concept. For those of you who are not familiar with the Google Cash concept, let me give you a little bit of history…
Prior to mid-2004, Google and internet were still growing and learning. At this time, Pay-Per-Click services (mostly [...]

Just recently, there has been a little bit of a rebirth of the old “Google Cash” concept. For those of you who are not familiar with the Google Cash concept, let me give you a little bit of history…

Prior to mid-2004, Google and internet were still growing and learning. At this time, Pay-Per-Click services (mostly Google Adwords at this time) was still in its infancy and competition was relatively low. The Google Cash concept was based on signing up for affiliate programs, bidding on relevant keywords and then sending the traffic directly to the vendor’s website. There was no intermediate website. These types of programs were also called “Data Entry Programs” simply because all you had to do was sign up for affiliates and “enter data” into an Adword campaign.

Of course, this system was starting to become abused and the competition for keywords became much greater. Google wised up and created some rules that prevented multiple ads for the same URL in mid-2004 and that was the beginning of the end of Google Cash. Costs of PPC’s skyrocketed and people began to lose money fast. In fact, Google recently banned any promotion of “data entry” programs from Adwords due to the customer complaints of money lost. For PPC’s to be profitable, vendors themselves were in the best positions to outbid all of the affiliates.

Now 2007 has come and with it, a resurgance of direct affiliate marketing. Google Cash (the program) just recently updated their famous eBook and programs like Affiliate Project X and DayJobKiller (an add-on to Affiliate Project X) presents new approaches to make direct affiliate marketing work. The programs go more into detail about finding products, advanced Adwords strategies, and testing to make money the old-fashion Google Cash way.

Do these new methods really work? Well, they are definititely improved and the techniques are very current and do work well (for non-direct affiliate marketing methods). The biggest problem with these new methods are the risks and the time. This IS like the old methods, but to make this stuff work requires time, patience and money. From my trials, for every 2 product failures, there was 1 success. Still, that is pretty good! My failures cost me about $50 each over a three day span. My successes makes me about $10-$20 per day. To maintain these successful campaigns, you need to manage your cash flow very well. Spending $20-$40 per day on an Adwords campaign is not unheardof.

Does Google Cash 2007 work? To some degree, yes. This is not like the “good old days”, though. This can be a lot of work and a bit expensive, especially starting out. Also, the profit margins are much lower than before. As competition grows again in this “genre” of making money online, the difficulty will increase. Understanding these methods (and some of the other money making ideas) found in these new programs are well worth a second look, though.

- Matthew Bredel

To learn more about affiliate marketing and data entry programs, visit TheWebReviewer.

Don't Buy Another Money Making Product Until You Watch These FREE Videos!

First Name:
Email:

5 Responses to “Is “Google Cash” Really Dead?”

  1. Thanks for this, it is just what I was looking for. I’ll be coming back here and reading what else ya have to say.

  2. Hey, this was a great post. Really informative. I bookmarked it, and will definitely be coming back. :D

  3. Your post just made my day - so glad I got to read it,

  4. Generating revenue off a computer always is hard at the begining however Its those that be persistant to it that will succeed.

  5. You made a number of ok points there. I did a search on the issue and found most people last wishes as harmonize with your blog

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>