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

I found myself in a rut.
Well, not really, but I was really starting to chase my tail and growth was slowing to a near stand-still. Over the past few months, I have been redesigning many of my sites, understanding and applying the concepts of video production and distribution, social networking, performing lots of A/B [...]

I found myself in a rut.

Well, not really, but I was really starting to chase my tail and growth was slowing to a near stand-still. Over the past few months, I have been redesigning many of my sites, understanding and applying the concepts of video production and distribution, social networking, performing lots of A/B Testing, evaluating in-depth Analytics testing and, of course, taxes and accounting.

All of these tasks are important and necessary to sustain your business, but there was something key that I was overlooking and missing in all of this: CONTENT!

When I started my online ventures, I knew that content was going to be the key to growth. For those who ask that question: “Where do I start?”, the answer is simple: Just start creating content! And at the beginning, I created a LOT of content. I wrote at least one article per day, blogged a few times per week, added at least 3 pages to my website per week, and focused a little bit of time every day creating my own eBook or autoresponder sequence or mini-eCourse. It was all of this mass amounts of constant content creation that created the internet empire that I run and manage today.

But once you create it, things change! Traffic becomes plentiful. SEO starts to take over. You start to focus on conversion rather than generation. Stupid things like aesthetics absorb your time while marketing tricks and “quick cash” methodologies distract from the development of your website.

And all of this can depress you, too. The quick cash can come and go. Analytics and testing is CRITICAL, but can really bog you down in time and growth.

(Don’t get me wrong here, analytics and testing is a big part of developing your business. They are the fine tuning steps of taking what you have and improving it for higher traffic and higher conversion. Still, this optimization does not necessarily grow your website or business.)

You also will find that as your grow, you become smarter about outsourcing your tasks and some of the first tasks to go include content writing and article generation. This is important for growth, but not great for your personal sanity.

This is where I recently found myself. I was losing touch with what got me here in the first place. Almost all of my content was being outsourced. I think my writers do a great job, but there is a signature to my own writing that originally built my business, which is currently missing.

So I have been writing more over the past few weeks and it feels GREAT! And even better, this is in addition to all of the other content that is currently being developed by freelancers in the background. Writing more reviews on TheWebReviewer is simple, fun, and results in better SEO, more traffic, more opt-ins and ultimately, more sales (AKA, GROWTH!).

I started to write original content on places like Hub Pages, too. I love Hub Pages, by the way! It is a great way to get backlinks, traffic, fans and a little bit of extra income.

Click Here to Check out My Hubs

My point here is to not forget about what got you on top in the first place! And for most of us, that is plain-and-simple content! Writing is a nice break from the everyday business tasks that absorb our time. From a mental health point, it is a great way to feel productive, vent a few frustrations, and feel like you are creating something that IS going to create you more recurring income for your future.

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

First Name:
Email:

5 Responses to “Drowning in Stupid Internet Tasks”

  1. I clicked on the link to see your hub page and it said it was not found? you might want to check that out.

  2. I know how you feel…

  3. Thanks, Aaron about that! It is fixed now…

  4. Hey Matt,
    Great stuff! As…..usual. Boy, you have been busy. Just checked out the HubPages link and enjoyed reading your content on that webpage stuff. LOL…most of what you talked about..I have experienced.
    Cheers and congrats with all the work with your projects.
    Liz

  5. I have tried to get the latest video to play but it cuts out approximately every 20 seconds. Very frustrating. Any suggestions. Thanks, Cyril


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>