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

The Frustrated Affiliate Marketer (Part IX)
(Continuing from Burning Money On PPC’s Effectively: The Frustrated Affiliate Marketer Part VIII)
You are pretty proud of yourself at this point because of the research you have done. And you have chosen to apply it by pruning your Adwords account. Basically, you have deleted or severely lowered the [...]

The Frustrated Affiliate Marketer (Part IX)

(Continuing from Burning Money On PPC’s Effectively: The Frustrated Affiliate Marketer Part VIII)

You are pretty proud of yourself at this point because of the research you have done. And you have chosen to apply it by pruning your Adwords account. Basically, you have deleted or severely lowered the bids of your under-performing keywords and are now highlighting your “money making” keywords by separating them into their own Ad Groups and expanding them by adding keyword modifiers.

But frustration settles in yet again. After the pruning process, your clicks go from about 400 per week to approximately 100 (costing about $22). On a good note, you have made 2 sales for $32! You have made your first official profit.

Now what?

You have spent weeks on building this website for a measly $10 per week profit? Your mind starts to ponder this again and the answer is simple:

YOU NEED MORE TRAFFIC FOR THESE KEYWORDS!

Your first inclination is to spend more on your pay-per-click ads. But after second thought, you realize that you are close to losing even more profit margin if you raise the bid even further. You need to get more traffic, FREE traffic from something that will correlate to these keywords.

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

Is this the perfect lead in to Search Engine Optimization (SEO) or what? We really answer our own question here:

Where do we get free, targeted, quality traffic?

Simple, the search engine organic results. These are those results that appear in the main body of search engine results. These results are not paid for and they are correlated to the search terms. Could we ask for anything more?

But of course, there is a bigger question: HOW to do appear in these free search listings? The is the golden question and the answer is quite vague. And yes, these listings are “free”, in Google’s point of view, but people pay hundreds if not thousands of days finding ways to get into these top spots. How do you do it? Search engine optimization is the solution. This is the method of positioning your website in the best way possible to be noticed, respected and indexed by the search engines for keywords that are relevant to your genre (or more specific, keywords that make you money!)

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

First Name:
Email:

2 Responses to “Pruning Your Adwords Campaign”

  1. There is obviously a lot to know about this. I think you made some good points in Features also.

  2. Maybe you should edit the webpage title
    Pruning Your Adwords Campaign to something more better for your subject you make. I liked the post even sononetheless.

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>