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

With all of the Google Slapping that is going around these days, it is probably a good time to brush up on some ways to increase the quality of our keywords.  So what do you do when you either create an Adwords campaign that results in $10 minimum price bids OR when Google performs one [...]

With all of the Google Slapping that is going around these days, it is probably a good time to brush up on some ways to increase the quality of our keywords.  So what do you do when you either create an Adwords campaign that results in $10 minimum price bids OR when Google performs one of their famous “Slaps” that changes your nice $0.10 bid to $5?  I do a few things, in order of simplicity:

EASY

Re-Write Your Ads - Include the most important keywords in the Title.  Sprinkle some keywords or synonyms throughout the text. 

Use More Specific Keywords - Be sure to use Exact and Phrase Match keywords whenever possible. 

Use Lower Competition but Highly Relevant Keywords -  Try targeting the customer rather than the product.  For example, if you are promoting reverse mortgages, it is worth knowing that your customer is probably a senior citizen…senior citizen’s like to travel…so maybe bid on some keywords about cruises?  Remember that keyword quality is based not only on relevancy, but competition, history and click through as well!

MEDIUM

Split your Campaigns into Multiple Groups - Having dozens of Ad Groups is not a bad thing.  Doing this will tie your keywords more directly related to each specific Ad resulting in more quality.

Fix Your Landing Page - Make sure that you have quality content that is relevant to your keywords on the page.  It may be worth writing different articles about different keywords to make the keywords more relevant.  (PLUS, more pages equal more quality and improves the SEO of the website!)

WHEN ALL ELSE FAILS

Kill the Campaign and Start Over -  Use a new campaign name and try again.  If your campaign has a human editor looking over it, that editor may simply not like what you are doing.  Once you dump it, it erases it from their editorial ownership.  This is a guess, but I have tried this and it worked wonders!

Kill the Domain - I hate to say it, but Google will blacklist a domain!  If you bought a domain with a past history or you did something that displeased the Google gods, you may find yourself always treading for water.  This is an absolute last result, but for some, this may be the only ways to prevent yourself from living in the high bid price land for a very long time.

One final note:  When you do may a change to a landing page, ad or keyword, the results usually do not appear immediately.  Check back in a day or two to see if anything had changed. 

- Matthew Bredel

Home Based Businesses Revealed!   

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

First Name:
Email:

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>