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

 
As I was reading over a post by Darren Rowse this morning (Add Social Proof to Your Blog with Tweetback), I was thinking about the importance of trackbacks, in general, and why I (and many of you) do not do this more often!
This is worth a blog post ten-time over (and it about 10 times [...]

 

As I was reading over a post by Darren Rowse this morning (Add Social Proof to Your Blog with Tweetback), I was thinking about the importance of trackbacks, in general, and why I (and many of you) do not do this more often!

This is worth a blog post ten-time over (and it about 10 times overdue!).

First, what is a trackback?

Simple:  It is writing a comment on another person’s blog from your own blog.

This post, if fact, is a trackback to Problogger.net (in the link I provided above).  All I need to do is link back to the blog with a trackback link.  For Wordpress blogs, this is by adding /trackback to the end of the URL.

In this case, the trackback link is:

http://www.problogger.net/archives/2009/01/09/add-social-proof-to-your-blog-with-tweetbacks/trackback

(Some blogs have a trackback link located at the bottom of each post!)

The result?

As soon as my post is submitted, it will send an internal message to that blog that a trackback post has been created and the result is a comment on that person’s blog linking back to YOUR blog.

Essentially, it is leaving comments on other blogs with your own blog.

The benefits?

— TONS! —

Social Marketing - You are contributing to the “discussion”

Authority - It shows you are a player in this community

Traffic - Nice link back to your website.  If they want to read your comment, they need to visit your site!

SEO - This IS a backlink!  Now they probably have a “nofollow” built-in (but it is quite arguable whether or not this does anything anymore).

Content - You are growing your blog with content.

Do you see what I am getting at here?  You kind of get everything you want for you own blog Plus, it gives you a topic to even write about! I know too many of you always ask “What should I write about?”.   Here is your answer!

cheers…matt

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

First Name:
Email:

2 Responses to “Do You Trackback? WHY NOT!?”

  1. So then… how come you don’t have a Trackback link at the end of your post?

    I would like to trackback, if only I could find blogs that had trackback.

  2. Hey Vivian,

    Good point! And it is something I need to add to my new theme. (You can always trackback by adding a simple /trackback to the end of the URL you link to on my site).

    Something I need to add and post soon is the Pingback! Wordpress automatically trackback (through a “pingback”) to other people automatically…i.e., no trackback is required (though, it doesn’t hurt!).

    If you JUST link back to my blog from your blog AND your blog is on a Wordpress platform, it will appear as a pingback/trackback in the comments (assuming the blog you are referencing allows pingbacks/trackbacks).

    My blog does!

    Great point, though…cheers…matt

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>