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

 
“Should I use Paypal or a Merchant Account to process credit cards on my website?”
Great question!  And it is one that I have struggled with in the past, as well.  The answer is simple:  both.  But at the beginning, which one should you focus on?  Let’s break them down briefly with a few pros and [...]

 

“Should I use Paypal or a Merchant Account to process credit cards on my website?”

Great question!  And it is one that I have struggled with in the past, as well.  The answer is simple:  both.  But at the beginning, which one should you focus on?  Let’s break them down briefly with a few pros and cons:

Advantages of Paypal:

  • For merchants with accounts, very easy and quick to set-up
  • For customers with accounts, very easy to make purchases

Disadvantages of Paypal:

  • High transaction fees
  • Limits on flexibilty (though, they do have API capability)
  • Can hurt conversion for customers without Paypal accounts
  • Suspended accounts can affect your other businesses

***
Advantages of a Merchant Account

  • Lower rates and fees
  • No need to have a third-party account (payments are made without a login)
  • More flexibility with customer management and direct access to your own gateway
  • Deep API capability (including custom payment pages)

Disadvantages of a Merchant Account

  • Setting up an account may take a few weeks and a lot of paperwork
  • Limited to credit card companies you sign up (and pay!) for
  • Credit card transactions only (versus debiting options with Paypal)

***
As you can see, both have their advantages and disadvantages.  In my opinion, conversion is key and providing your customers with the easiest way of making a payment is most important.  For those WITH Paypal accounts, that is the simpliest way of buying.  For those WITHOUT Paypal accounts, the merchant solution is much easier.

The rates are usually a little bit cheaper working directly with the merchant banks, but there are usually higher initial monthly rates for having processing capability of credit cards such as American Express, Discover and even eChecks.  As your monthly sales increase, these monthly rates become less significant and you will find Paypal costing you much more money than a merchant account.

Further, the flexilibility of creating custom sales pages and interactivity with your own brand and website is much more limiting with Paypal accounts.

This is all leading to the simple conclusion that for those just starting out, using Paypal is a great place to begin.  It is quick, easy and low risk.  In the meantime, you can start initiating your merchant account creation and integration and hopefully you can blend the two together into your website for the ultimate balance and flexiblity for both your clients and yourself.

cheers…matt

SUGGESTED MERCHANT ACCOUNT SERVICES:

Powerpay - They are perhaps one of the most well-known and respected credit card processing companies in the business.  Many of the “internet gurus” use Powerpay exclusively.  They seem to be quite flexible with adapting to your sales volume while providing competative rates in the business.  I personally have not used them, but many of my internet friends swear by them.  Learn More about Powerpay…

e-OnlineData - I found these guys through my hosting company for NetWebVideo (Pair Networks) and for the year that I have used them, I have had no issues at all.  They are associated with Authorize.net (perhaps the most known gateway system out there) and they have always been very good about answering my questions and providing other customer service requests.  Again, very low rates.  Learn More about e-OnlineData…

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

First Name:
Email:

4 Responses to “Paypal or Merchant Account? Credit Card Processing Basics”

  1. I’ve used both, and you are right, I’ve noticed a deep decline in conversion rates when I offer paypal for payment options only. A merchant account usually raised the conversion rates by about 20% in some cases! Another caveat to consider though is be sure to get a merchant account that integrates easily with your shopping cart, wasting away time in the coding process never really helps the bottom line either! best of luck!

  2. I never did the actual percentages, but 20% would not surprise me here. For those of us WITH paypal account, it is easy to do, but if you don’t have one, you are more than likely NOT to buy the product just because of the hassle with creating an account.

    I think this is what happened with Google Checkout. It works great but those just using this as their merchant suffered terribly…not because it was bad, but they just did not want to create another stupid account somewhere else.

    cheers…matt

  3. Lower rates and fees with integration can really help in some cases. Paypal can really limit your conversion rate, I’ve seen multiple product type conversion sales jump dramatically after an independent merchant account was setup. If your margin is there, and your volume is there, it is worth it to make the leap. good luck!

  4. Hi, I have just come across this blog whilst searching around Google as I am researching some info on debt relief!. I think it’s an interesting website so I bookmarked you and will come back another day to enjoy a proper read when I can give it more time.

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>