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...

For those of you that know that a cookie is something more than eat, please skip the next paragraph.
For the rest of us that are still learning about computers, let me quickly explain cookies! Whenever you enter a website, it is likely that the website will write a “cookie” onto your computer. Yes, this [...]

For those of you that know that a cookie is something more than eat, please skip the next paragraph.

For the rest of us that are still learning about computers, let me quickly explain cookies! Whenever you enter a website, it is likely that the website will write a “cookie” onto your computer. Yes, this sounds scary, but most cookies are rather harmless. They are not executable. They just store data. Sometimes the data is for marketing purposes (such as the website that is monitoring when the last time you visited the website). Sometimes it is to store usernames and passwords (that is sometimes handy! In this world of 10,000 passwords, one less to remember is not a bad thing). In the cookies of affiliate programs (such a Clickbank, for example), the cookie is used to record affiliate information and dates of visits. Again, don’t get too freaked out about cookies! They are everywhere and they are not going to damage your computer. You can disable cookies, but it is usually not necessary and usually results in more trouble than it is worth (A lot of sites run their “sessions” through cookies, which means that a cookie is written to tell the website that you are authorized to view certain pages. Without the cookie, you may not get access to secure websites).

** Cookie Gurus Can Return to the Blog Here!

So we’ve established that cookies are used to store affiliate information. If I have a Clickbank hoplink, for example:

http: // [your id].dayjobkill.hop.clickbank.net/

Your Clickback ID would be simply placed in the section of the hoplink. When someone clicks on this link, it will take them to the website and create a new URL as follows:

http: //www.dayjobkiller.com/?hop=[your ID]

Note that your Clickbank ID appears at the top of the page. But the thing you don’t realize is that between the original click and this new URL, a cookie was placed on the user’s computer. This cookie contains your Clickbank ID as well as the date it was clicked. If the user was then to return within the next 60 days (the length of the cookie), you would still get credit for the sale. — Note, though, that if you link directly to the displayed URL, you may get credit for the sale, but no cookie will be created.

So what’s the “bad”? Clickbank’s cookies are not too bright. If someone first clicks on your link and the cookie is set and then they return again later through someone else’s link, the second link resets the cookie. So sale does not necessarily go to the initial visitor.

This is a very important piece of information to be successful at affiliate marketing!! Remember that the average visitor requires 6 visits to a website prior to buying. This gives the visitor a lot of opportunity to reset their cookie to someone elses link. Therefore a few tips about Clickbank (and many other affiliate programs as well!):

1) Get the Opt-in! With good, wholesome marketing, you can keep the visitor interested in the product through you.

2) Remember to link back using the hoplink! You do not get punished for resetting your own cookie signature.

3) Beware of seller’s that have their own squeeze page! (We’ll talk about this one later)

The goal of affiliate marketing is to have the customer buy from your link. But it is more difficult than that! You need to be the last link that the visitor clicked prior to actually buying. Remember, you are not necessary selling the product, you are selling your link as well!

- Matthew Bredel

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

First Name:
Email:

5 Responses to “The ClickBank Cookie…Yum!”

  1. I have a few bonuses that I offer when people buy a clickbank product through my review page. I will have about 10-15% of the people that buy through my review and up asking for these bonuses but I have had three or so requests over the last three months that did not end up buying through my link. I have two things to think about this.

    1. The people are just devious and expect that I will not say no (of course I am going to send them the bonuses)

    2. Something is happening to the cookie in the middle.

    I have tried to test the clickbank link from my page and at the bottom of the sales page is my referral link. I would love to know what is wrong and why I am losing sales.

  2. These people probably clicked on your link at some point and then clicked someone else’s link after yours prior to buying…this, of course, resets the cookie to the other link. I have done this, too, and people ask for the bonus. In most cases, the buyer just does not understand about clicking the link and the cookies and therefore, it does not make sense to them that clicking another link will reset it. When I do something like this, I am VERY DETAILED in explaining that they MUST click my link just prior to buying. If it is a clickbank product, you may also want them to verify your affiliate hoplink at the bottom of the shopping cart page. I know, this can be frustrating! THe more specific you are, the better they will follow through! cheers…matt

  3. As a UK-based Falcons fan, I found your blog on google and read a few of your other Falcons posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.

  4. An affiliate marketing business can be a moneymaking business if you own a site that contains great information and can make business connections with the correct merchants, the appropriate content on your site is what will attract visitors.

  5. hi you mentioned the issue with squeeze pages could you elaborate?

    j

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>