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 Pay-Per-Clicks (PPC) category:

What is a CPA Network?

Have you heard about CPA Networks? Much to my surprise it has nothing to do with certified public accountants! While it’s no doubt many veteran Internet marketers are familiar with this type of marketing, it is new to me and perhaps to other newbies in the online business world.
Also known as cost-per-action or cost-per-acquisition, CPA [...]


Where I Store My Phone Book…

I hate to do it, I really do!
I am not a wasteful person, either. I recycle. I conserve water. I try not to drive too much. Heck, we even have a compost bin.
But every year I get these stupid yellow and white books dropped off on my front door steps. And [...]


Google Adwords Quality (and Improving It!)

One of the biggest mysteries of pay-per-click advertising is trying to figure what Google Adwords thinks is “quality”. As we know, minimum bid prices and ad placement is a function of your text ad and landing page. But how do we know what is good and of “high quality”? Google provides us with a qualitative [...]


Adsense May Not Be Right for Every Website

Launching a website takes a lot of time and energy and, in some cases, money. Every for-profit site owner has the dream of being able to reap the rewards of a money-making website to make up for all the blood, sweat, tears poured into it.
Whether you are selling products or services or both, it is [...]


Pruning Your Adwords Campaign

The Frustrated Affiliate Marketer (Part IX)
(Continuing from Burning Money On PPC’s Effectively: The Frustrated Affiliate Marketer Part VIII)
You are pretty proud of yourself at this point because of the research you have done. And you have chosen to apply it by pruning your Adwords account. Basically, you have deleted or severely lowered the [...]


Burning Money On PPCs Effectively

The Frustrated Affiliate Marketer Part VIII
(Continuing from Understanding Analytics:The Frustrated Affiliate Marketer Part VII)
You have now implemented your statistics and tracking software on your website and it is now two weeks later. You decided to accept the loss of earnings for more data, so you increased your bid prices to about $0.35 per click. [...]


You Know You’re an Adwords Geek If…

(Again, in the spirit of Jeff Foxworthy and the Fourth of July week)

YOU KNOW YOU’RE AN ADWORDS GEEK IF…

You categorize your refrigerator items by Adgroup
The full name of your first child is legally surrounded in brackets
You use Analytics to predict the weather.
You built a Google Sandbox in your backyard.
Your Click Through Rate is higher than [...]


Adwords is a Worthless Piece of …

Calm down! I did not mean to disrespect the Google gods in any way from my title. Still, I have people reading a lot of your emails and many of you are rather peeved right now with Google Adwords. Realize, though, that being frustrated with Adwords is part of your journey to [...]


$10 Per Click on Adwords…What Next?

I wrote about gettin’ Google Slapped Silly a month or so ago and of course, being such an “expert” at Adwords (ha!), I would avoid this in my future, right?  Well, I created a new campaign a few days ago (and gosh, what a great idea I had, too!).  I created my website, did the [...]


Tips to Improve Google Adwords Bid Prices

With all of the Google Slapping that is going around these days, it is probably a good time to brush up on some ways to increase the quality of our keywords.  So what do you do when you either create an Adwords campaign that results in $10 minimum price bids OR when Google performs one [...]


« Previous Entries Next Entries »