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

Are you resistant to using social bookmarking tools because you think: they’re a waste of time, you have no time for them, or because you think they’re a passing phase? If so—sadly—, you are leaving money on the table.

Are you resistant to using social bookmarking tools because you think: they’re a waste of time, you have no time for them, or because you think they’re a passing phase? If so—sadly—, you are leaving money on the table.
These free social tools are not going away any time soon. On the contrary, they’re increasing in popularity because they deliver what today’s online user wants. Online users are embracing Web 2.0 tools like Twitter, Facebook, and others because they enhance the aspect people most like about the internet—feeling connected with others.

If you embrace these tools and use them to your advantage, you can definitely benefit. It doesn’t take as much time and energy as you think! Here are some ideas for pain-free social marketing:

Online Profiles

Spending a bit of time creating some online profiles on social sites is something you just need to do once in order to see ongoing results. The results could be that when someone Googles you, they find your profiles which all link back to your website(s). Social sites are highly indexed and because you can create professional looking profiles on many sites (like LinkedIn, Google, or HubPages, for instance), this does good things for your online reputation. Sites like forums, social bookmarking, web 2.0 pages, and social networking sites often include a bio line (which gives you a chance to toot your own horn as a professional and an expert), plus a URL line that can provide more SEO power for your website / blog.

Social Bookmarking

When you write a great article or launch a product, social bookmarking can launch that URL into cyberspace and bring you traffic both via search engines who crawl those sites and index those links according to tags, categories, and descriptions, as well as via people who hang out on those sites and click links when they see something interesting. You can add social tools and aggregators like Onlywire to your browser toolbar so that social bookmarking is as easy as hitting a button and a few keystrokes. You can also add tools to your sites that allow your readers to bookmark for you as well with the click of a button!

Micro Blogging

Telling the world what you’re doing in 140 characters or less might seem irrelevant to you but people LOVE Twitter. People and search engines read those updates and the links you list can help you get more traffic. You don’t even have to micro-blog manually all the time because of various tools that can be set up to automatically update your status line for you! Tools like HubPages could send a link out as soon as you publish something new, like this hub: 7 Social Marketing Actions – Making the Most of Social Media for Your SEO, which I’ve just tweeted — (with just the click of a button) and shown the link to over 500 people on my list  plus displayed in the Twitter public timeline, too!

Anyone can see the tweet, and search engines could also index that tweet related to some of the keywords within it! Then…someone who enjoys reading the info could re-tweet or bookmark that post and create some pretty positive viral results!

social-bookmarking-micro-blogging-benefits1

With all the benefits and SEO power of social marketing, it doesn’t take a lot of time or effort to bring about great results. Instead of thinking you can’t afford to spend time on these types of tools it might be time to change your thinking to the reality that you really can’t afford “not” to spend just a few minutes a day taking advantage of all the benefits of social bookmarking, online profiles, video marketing, and micro blogging.  Matt Bredel’s SEO Exciter 10-part free SEO tutorial series is a great place to start!

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

First Name:
Email:

3 Responses to “Social Media - Resistance is Futile (and Potentially Harmful to Your Success)”

  1. [...] Go here to see the original:  Social Media - Resistance is Futile (and Potentially Harmful to … [...]

  2. [...] View original here: Social Media - Resistance is Futile (and Potentially Harmful to … [...]

  3. Just started bookmarking blog articles. Trying to see whether it helps generate traffic

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>