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

White hat marketers usually approach the internet with quality. Black hat marketers usually approaching the internet with quantity. But any good internet marketer will always tell you that the solution always lies in the gray hat.

I was just reading the lasted issue of StomperNet’s The Net Effect and reading over the new Q&A section (more like a “Letters to the Editor” section), I was seeing a lot of questions like:

“Is it better to have 10,000 different blogs or a single blog with 10,000 accounts” - something like that.

Then I was thinking about my Twitter account.  About a week ago, I chose to disable my auto-follow and disable my auto-DM.  I admit that the number of followers that I had dropped a fair bit and my new follower additions have dropped dramastically.

I also just paid someone to start social bookmarking my content like crazy.  I would not say it is expensive, but for the amount of bookmarking I am requesting, it isn’t going to be cheap either.

What about the two article writers that I pay to write me quality articles versus the one overseas writer that I pay that produces tons of articles that aren’t even 1/10 the quality?

Quality or Quantity?

I’ve been pondering this for most of my internet marketing career.  And as you would expect, the answer is simply both.

BUT, there are a few rules and a few growing trends.  Plus, quality and quantity may not be an option for everyone, especially when you are first starting out.

Content is King

There is one constant that has always been there since the beginning of the internet and this is “content is king”.  Don’t forget it!  Anything and everything you produce that goes online is good (no matter how much quality or quantity you have).  That is important to understand.

Quality Content is Supreme Ruler

Stating that, Quality is still supreme ruler and it is something that is becoming more powerful every day.  Back in the late 90’s/early 2000’s, quality was not that important.  Search engines didn’t decipher between good and bad articles and getting high search engine rankings for, let’s face it: crap, was not difficult.  Ah, the Google Adsense Era.

But now, search engines are smarter and social media is starting to take center stage.  Quality matters in the social arena of the internet.  If you don’t produce good, quality content, no one will follow you, no one will listen to you.  You will never establish yourself as an authority in your niche (which is where a LOT of money can be made!).

What about SEO?  First, SEO is starting to respect and rank popular social media channels more and more.  (I will talk about this more in my final posting of the SEO Exciter Series Part 10, SEO and Social Marketing.)

Secondly, search engines are smarter.  They KNOW how much time visitors are spending on sites.  If your content is of poor quality, people will not stay and Google knows this, too.  Poor quality can result in quick search engine listings, but not very long-lived listings.

But More is Always Better

Quantity is still good.  And if you mix quality and quantity together, you create the ultimate internet marketing weapon.  Of course, this is easier said than done.

Writing 10 quality articles per day and submitting them to article sites and bookmarking them all over the place would be ideal, but either expensive to do alone or extremely time consuming.

And this goes with Twitter followers.  When I proactively recruited about 1000 followers in a week, the quantity was flowing, but the quality was poor.  Now I just get a bunch of people trying to sell me garbage (especially Twitter products, MLM’s or the next social media break-through tool).

(And this is ironic since I sell my own Social Media product, yet I know better, as a social marketer, not to Twitter-spam it all over the place. )

Too Much Garbage Can Hurt You

Twitter is an excellent example of where too much garbage can hurt you.  I was losing track of the quality twitter followers that I had and actively communicated with.

Too many backlinks and too much duplicate content can also hurt you.  Quantity is a great way of getting indexed quickly by the search engines (since it is easy for the spiders to find), but the search engines recognize these unnatural backlinking practices and you may lose your Google rankings rather quickly (worse, you can get put into Google supplemental index, which is sometimes called the Google Sandbox).

What to do

If you are just starting, I would always focus on Quality first.  This includes the articles you write, the people you follow and communicate with on Twitter and the other social media sites, and the development of your own website (not trying to create multiple websites at once).

This won’t send you blazing into the search engines or the create the viral social media upheaval we all dream about, but it creates a great foundation to build from.  Google will respect it. Your followers will respect it.  And it is easier to manage.

When time and money become more abundant OR you have created a solid foundation for your online business, then I would venture into more quantity (like more social bookmarking sites, more articles sites, more video syndication, more aggressively seek out social friends and perhaps start creating hybrid sites similar to your own).

Grow it slowly and naturally.  You will find that ultimately, a mix of both quality and quantity CAN be achievable.  And once you figure out the this quantity versus quality process flow, the traffic, sales, social following and more will start to snow-ball!

cheers…matt

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

First Name:
Email:

One Response to “Black Hat or White Hat: Quality or Quantity?”

  1. I was been looking the Internet for such information and just wanted to say thanks to you for the post. By the way, just off topic, where can i download a version of this theme? – 10x

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>