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

Continuing from The Frustrated Affiliate Marketer Part II… 
You are now convinced of a few things at this point:
1)  Affiliate marketing is NOT the easy $500/day that everyone advertises
2) ”Google Cash Methods” of affiliate marketing really does not seem to work.
3)  Still, the CONCEPT of affiliate marketing makes a whole lot of sense and you start to [...]

Continuing from The Frustrated Affiliate Marketer Part II 

You are now convinced of a few things at this point:

1)  Affiliate marketing is NOT the easy $500/day that everyone advertises

2) ”Google Cash Methods” of affiliate marketing really does not seem to work.

3)  Still, the CONCEPT of affiliate marketing makes a whole lot of sense and you start to get to know a few people in the forums having success with it so you KNOW at some level, this stuff works.

4)  There is something you must be missing.  Your frustration is getting higher now and you start to question whether or not this is going to ever work, but you fight on!  You are starting to understand this a whole lot more and with every failure you are learning a lot of stuff.  What am I doing wrong?

At this point you wisely start to see what other, successful affiliate marketers are doing.  Who are these people?  Simple, they are the ones getting high positions in the Ad rankings or in the SERPs (Search Engine Results Page) for a considerable amount of time.  Very few people are going to be paying for top Adwords positions for weeks on end with nothing to show for it. 

We can first rule out the major companies…you know, the ones that we want to be affiliates FOR.  They usually get top positions anyway (because their profit margins are higher and they can afford it, OR they are in a bidding war with Google Cash affiliate marketers).  What about the OTHER sites in these top positions?  This is where you choose to focus right now. 

What do these sites have in common?  First of all, they are WEBSITES.  They are not direct affiliate marketing.  Secondly, they provide INFORMATION.  Many of these sites are not just a sales page.  They can be review sites, information websites, or sign-up websites where they are offering something else that is FREE.  You also realize that these sites are of some quality, too.  The information they provide is good, well thought out, and trust-worthy. 

**********************************************************

One of the big problems people seem to have when creating their own website is that they spend too much time regurgitating ad-copy.  People really do not want to go from one sales page to another.  Yes, it is easier to write but not very effective.  Remember the point of affiliate marketing is to have someone:

1) Click YOUR link

2)  Buy the product

So what do you have to do? 

1)  Convince them that this product will solve their problem and by clicking YOUR link, the solution can be FOUND.

2)  Make sure that the product is, in fact a solution!

Buying the product FIRST and understanding WHAT is it all about is essential.  Then being able to comment on the product becomes much more believeable and geniune.  We spoke about this above:  Trust.  Ad-Copy does NOT create trust.  Neither does an over-hyped review.  Spending the time to understand the product and present it to your visitors fairly and unbiased is crucial to build trust.  Once you build trust, you can start building sales as well.

To Be Continued…Building the Site

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

First Name:
Email:

One Response to “The Frustrated Affiliate Marketer (Part III)”

  1. Yes, to provide INFORMATION is an important aspect. Besides ‘Free Stuff’, Music Reviews at my blog you can find Information about several ‘Happy LifeStyle’ aspects and DAILY Happy LifeStyle Inspiration.

    All the Best,
    HP

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>