Matthew Bredel
Subscribe to the inside the Internet Marketing Mind RSS Fed

SAVE YOUR MONEY!

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

Your Name:
Email:

Inside the Internet Marketing Mind

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 -->
You are browsing the Money Making Programs category:

Can You Figure Out Dropship Business on Your own?

While trial and error are part of the learning process, you can save time and money by setting up your dropship business right the first time. These tips can help you to identify common mistakes to avoid when it comes to finding dropship products and developing a solid online store.


Finding Inspiration in Chris Malta and Worldwide Brands

Need a legitimate online success story to inspire you? Chris Malta is the real deal, and it is easy to learn through Worldwide Brands reviews that his company is worthy of the hype.


Black Hat or White Hat: Quality or Quantity?

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.


Should You Consider Using a Teleseminar Service?

Teleseminars provide a cost effective method for providing quality communications to both affiliates and customers, which helps to keep your business competitive.


Snake Oil & MY Social Media Scam?

I recently came across a 6 page blog post claiming that my social media product, TruSocialGuru, is nothing more than another spammy and scammy internet marketing con job. I think I have a few things to say about this…read on…


How Important is a Squeeze Page?

A squeeze page or landing page is an important part of a online business’s web presence. What does it take to make a squeeze page and how can you create an opt-in that pulls in the right customers?


Why Get Involved in Video Marketing?

Video marketing has taken the online business world by storm and has been labeled the wave of the Internet marketing future. Should you take advantage of this marketing tool to boost your business?


Who is Rhea Perry and What Can You Learn from Her?

As more and more women are coming to the forefront of Internet marketing, Rhea Perry is one name that is at the top of the heap. Her annual Entrepreneur Days events are creating a buzz in the online world, particularly for those who are interested in building a family home based business.


“Is Formula 5 Right For Me?”

 My number one question is currently:
“Is Formula 5 Right For Me?”
And I think it is a totally fair question, too. This is NOT your
type online product that we have seen and because of it,
there is a lot of confusion over what it will do for you.
Now there are plenty of pages of success stories and
testimonials [...]


What Can Stompernet’s Formula 5 Do for You?

Have you been searching for that one product that is going to help boost your business in 2009? Many people are saying Stompernet’s Formula 5 is the one to consider. Online reviews abound and what people are saying is good for Paul Lemberg’s latest product.Formula 5 is being touted to be the ultimate business development guide [...]


« Previous Entries Next Entries »