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

I fill today’s blog post with a lot of “sucks” and “being screwed” references, primarily because we are finding a lot of new changes in the world of internet marketing lately. Who is taking the biggest hit? Publishers? Affiliates? ME? To some degree, all of them…but that should not deter us!

ftc-google-visa-devilI was just reading over a blog comment from my FTC Regulation post (with 1 hour audio interview!) and the commenter made an interesting point about affiliates getting screwed these days.   I have a few comments on this worthy more than just a comment on that post…

Affiliates ARE getting screwed!

Kenneth (the commenter) first makes the point about trust.  How do we, as affiliates, know about the developers of products (you know, the advertisers?).  As he suggests, maybe you have to do your own research first find out the truth about these companies, including where they are located.

Is the Affiliate Accountable for OverSeas Shenanigans?

This was the biggest concern.  If you are promoting a product that ends up screwing over people or breaking US Laws, can you be liable?  Well, I’m not a lawyer at all, but my assumption is that there is always the possibility.  (This is one reason why I chose to incorporate TheWebReviewer back in 2006 when it started to make some money.)

This is a Two-Way Street

But still, just because the affiliate can take some liability in the circle of internet marketing, it is still the advertiser (the person selling the product) that has even greater risk.  Despite the efforts of companies like Google to thwart affiliate efforts online (because they say it “adds no value”), the affiliate (also called a publisher) is actually in a better legal position than the advertiser.

Advertisers Are Getting MORE Screwed Now.

Being both a publisher and an affiliate, I have good insights and experience in both sides of this game.  And lately, as an affiliate, I have come across conflicts such as Google Adwords Bans and FTC Compliance.  Nothing that couldn’t be resolved.  Nothing that can get me into trouble.

As an advertiser, though, I have first found the new FTC regulations slowly making the product seller responsible for their affiliates.  If I choose to put an offer in a network and an affiliate chooses to SPAM it to 1,000,000, it is really MY problem.  Sure, I can ban those affiliates, but it is usually too late.  If an affiliate creates a flog, yes, per the new FTC regulations they are liable for that…but so is the advertiser.

And What About Merchanting?

Call me a Conspiracy Theorist, but I think all of these things are related:  Google Bans, FTC, and now Visa stepping in and shutting down online merchant accounts.  And this gets back to Kenneth’s original point…Can you control what is going on overseas?

  • Google tried to ban them, but there is no way of patrolling it (too many sites, too big of an internet).
  • The government (FTC) stepped in and tried to outlaw this (still, people just moved their companies overseas).
  • So now (with pressure from Google and the FTC…conspiracy speculation!), I think Visa is stepping in to tap the whole system off from the top.

If you cannot process credit cards online, you don’t make money.  It is that simple.  Of course, we are now seeing surges of overseas merchant accounts forming, but the business models have changed!  Higher reserves, huge increases in rates (over 10% in most cases) and payments usually take days or weeks to make it into your bank account.

This makes it tougher for the rogue product owners (still, it doesn’t stop them, but costs them a lot of money and puts their own cash flow in jeopardy).

Legitimate Businesses Getting Screwed!

But what sucks is that it hurts the Legitimate businesses domestically who DO follow the rules.  Again, this is something that I have recently fought (and resolved!).

As you can see, everyone is being hit here…not just affiliates.  And remember, if the affiliates are hurting, it is logical that it hurts the advertisers as well.

In part 2, I’ll talk about what should you do in this current climate…Give up?  HECK NO!  Despite all of this mess, there are many new opportunities in the horizon (especially the for “just starting” internet marketer!).

Off to take the kids to school…cheers…matt

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

First Name:
Email:

2 Responses to “Are Affiliates Getting Screwed?”

  1. Matt,

    Great article. Very Insightful. Glad there is still opportunity. There is always opportunity, just have to figure it out.

    Rob

  2. [...] can get screwed if you promote a shady offer (this, this, this, and this are all [...]

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>