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

Should you use your real name when creating your online presence? Well, maybe. Having a persona online is important, especially in this new social media era, but understand what the pros and cons to using your real name versus a pen name are before making this big and important decision.

It is kind of a weird decision, but it is one of the first decisions you need to make when starting a niche online website:

Do I want to be the “Poster-Child” for my Product?

It is an important question that needs answering, though.  There are really three options and I’ll go over each one of them:

No Face to the Product or Website

Plenty of people don’t put a persona to their website.  You can do this, but you really restrict yourself on your traffic and conversion options.  First, it would force you to primarily use SEO and PPC for most of your traffic.  That is OK, but social media and social marketing is big and growing!

You can use your “company” or “website” name as the persona itself (in places like social media and article marketing), but conversion and following is going to be poorer than a real person.  People trust people more than companies.  I think having a company presence is social media is a good idea, but more as a resource, not for social marketing leverage.

Using a Pen Name

This is the best “in between” solution that exists.  Most people won’t know whether or not the name is real.  The question here is whether or not you still want to be seen.  Is it you in the images with a different name?  Again, most people won’t know the difference.

Having a face to a name is important in social media, though.  And if you choose to remain anonymous, you must be careful with how you manage your pen name and persona.  This can lead to some legal matters.

Still, you protect your name.  But if you are using your own face with the pen name, you do corner yourself into that niche, much like you would if you used your own real name.

Using Your Real Name

This is the most genuine way of doing it.  Branding yourself and your name has definite social media advantages: most importantly, trust.  It is easiest to manage online and being you is least amount of work.

But of course, you put yourself out there.  Privacy can be lost.  And you do need to do the “appropriate things” to protect your own identity.

Still, it can give you a lot of leverage in the social media world and help with your conversion and “story”.  You do corner yourself into the niche, though.  You can really only represent yourself in one niche, so choose the niche that is most important to you to act as yourself.  Having pen names in other niches is fine (I do it all of the time!).

But using your Real Name is not for everyone.  Anonymity is important to many of us, and I respect that.  So if you do choose to use a pen name, do it smartly and just because your name or face may not be on the product or website, I would keep the persona as real to you as possible (because it will seem the most genuine to your audience!).

cheers…matt

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

First Name:
Email:

One Response to “Pen Names Vs Real Names”

  1. I have problems with your site properly with the newest release of Opera. Looks fine in IE and Firefox though.

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>