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

What’s happening next week in internet marketing and are you ready for it?

What’s happening next week? Anything could happen. You could hit spot one in the SERPS for the hottest keyword in your niche. You could disappear off page one (wince). You could face a new competitor that takes money right out of your pocket, or you could dominate the search engines and rake in some serious cash.

A lot of people have their own proven formula that works for them in terms of getting indexed in search engines fast and getting great rankings for desired keywords. Some follow a golden rule and others just ‘wing it’. If you’re winging it, you’re probably not going to make as much money as someone with a strategy. So, what’s your strategy? Not many successful online entrepreneurs are willing to share their secrets — at least not for free, anyway.

In terms of making sure you’re ready for whatever the wind blows your way, you want to make sure you don’t fall victim to old methods that no longer work for search engine optimization. You want to “future proof” your site so that if the algorithms change, you’re not going to disappear off the face of the information highway. If you do your part with SEO, keyword research, high quality content, and follow a multi-faceted marketing strategy, you’re probably going to be fine. This doesn’t mean you’ll hang onto spot 1 on Google and Bing for the top ranking keyword in your niche forever, but if your site is found to relate to your topic and you have plenty of inbound and outbound links from sites with a good reputation, you’re going to be in a pretty solid position.

The key is to continuously work on your marketing efforts, do plenty of keyword research, and to never EVER be complacent.

SEO is not evergreen so it’s important that you continually work to build your online brand, get links pointing to your site, and interact with your target audience (i.e: email marketing, social marketing, etc.) . What else can you do?

Here are three tips:

1. Keyword research. Tools like Market Samurai are increasingly popular because people want to have an inside scoop on keywords, competition, and trends in their niche.
2. Check your stats. Know where your traffic is coming from. Know what keywords you’re ranking for, and strive to expand your reach.
3. Research your niche. Continuously stay in the loop in your niche. Understand what your competition is up to and be aware of ‘the next big thing’ in your niche way before it hits the streets!

The information you need to get or to stay successful is definitely at your fingertips and all you need to do is find tools and techniques for gathering business intelligence and using it to your advantage.

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

First Name:
Email:

2 Responses to “Internet Marketers: Are You Ready for Next Week?”

  1. Great post Matthew. I couldn’t agree more. In my particular industry, we come across hundreds of partners every year who don’t plan ahead in their SEO efforts, keep their sites updated, build links and overall build their brand within their community. They wake up one day and it’s all gone and they don’t know what to do. It’s so important to develop a strategy and stick to it, refine it and always work on it. Great post.

  2. Thanks Jamie, for your comment. You’re quite right. Too many people think SEO is a project with an end date once they start to see traffic or gain top spot for their desired keywords.

    This isn’t Matthew but I actually wrote the post as I contribute here once a week.
    Have a great day,
    Dana

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>