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

As a teenager and a college student, I had many years of working with the public either as an ice cream scooper, a host, a server or a bartender. And the one thing they always told us was “The Customer is Always Right.”  Personally, there are limits to where a slogan like this can go [...]

As a teenager and a college student, I had many years of working with the public either as an ice cream scooper, a host, a server or a bartender. And the one thing they always told us was “The Customer is Always Right.”  Personally, there are limits to where a slogan like this can go (and believe me, I have encountered some really interesting situations in my time).  Still, as much as I think the slogan is moderately silly and out-dated, it makes a really good point in marketing!

A friend of mine just recently got a job as a salesperson and asked me to read the ad-copy of an email he was going to send out to his perspective clients.  This brought me back to when I first started to write my own ad-copy.  From my perspective now, it looks shocking!  But looking back at the beginning it makes sense.  Believe it or not, being able to write good ad-copy is a learned skill and it takes practice.  I am by no means a professional at writing good ad-copy, but I am definitely getting better and seeing this email made me realize it!

One of the biggest problems people have when first starting to write ads or selling something is that they write about THEM SELF.  Why not?  It is something we all know a lot about. This may seem a little bit crazy and you are probably saying to yourself:  “I don’t do that.” But it is subtle.  The key to most any effective ad-copy to write TO your customer ABOUT your customer.  This is all about THEM, not you.  Sure, including a little bit about yourself is fine, but do not make it all about YOU!

For example,

Sign Up For My Newsletter So I Can Find Out More About What You Need

In this case, the copy does not seem to bad, but really it is all about you.  It is focusing on “MY Newsletter” and *I* want to find out.  There is too much taking and not enough giving in this ad copy.

Sign Up for TheWebReviewer Newsletter Today to Receive Hot Tips on Interent Marketing.

The difference is subtle, but effective.  I am focusing on a newsletter name now: “TheWebReviewer Newsletter”.  (The name can even be semi-fictional).  And then I am GIVING them hot tips.

GIVE, GIVE, GIVE!  This is all about THEM!  Believe it or not, the more you give, the more you will receive.  Mind you, you are not always giving in your ad-copy and referring to yourself at the right moment, too, is important.  But if you are just starting off, go over your copy and see how much you are giving and how much you are taking.  You may be surprised at what you find!

- Matthew Bredel

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

First Name:
Email:

9 Responses to “Ad copy and NOT You”

  1. “One of the biggest problems people have when first starting to write ads or selling something is that they write about THEM SELF.”

    kinda like you are doing here…

  2. Using ALL CAPS is really annoying, try bold or underlining!

  3. makes a lot of sence to me.

  4. You are so right with this piece of advice Matthew!
    We need to look at everything we are trying to “sell” through the eye of the buyer and appeal to their emotions, needs and wants. We should generate an overwhelming desire in them for what we are offering to get them to dig into their pocket and come up with the dollars.

  5. IT IS VERY EASY TO WRITE AND IT IS VERY DIFFICULT TO WRITE AN AD.Unless you knowledge of that product it is difficult to convince people.
    It is easy to convince once you know product.It is easiest thing to convince if you dont have any ad.

  6. I am sorry but I want to say if you don’t have any product,it is easy to convince people.

  7. One the biggest things I always suggest to anyone before they write any copy is to KNOW YOUR PRODUCT! Regurgitating other copy or pretending to know about the product can be very transparent to the reader! You are so right!

  8. Hi Matt,
    Just read your blog. I got the point you were making about ad copy. I didn’t come to find typos or bad grammer etc. I got the tips I came to look for from you. And that’s what matters.
    I am a newbie in some ways and am learning each day. Right now my focus is in learning how to blog and then how to write articles to creat free traffic. Although I am in network marketing I am also interested in affiliate marketing. Just don’t have enough time to do it all.
    Got your auto-responder e-mail and your story is inspiring. Wish you and your young family the best.
    Thanks for your site. I am enjoying it and will recommend it to others.

    Best wishes,
    Changis

  9. Thanks Changis! Your encouragement is what keeps me going at this every day! cheers…matt

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>