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

e-onlinedata is one of my merchants who recently sent me the following notice about new Visa and Mastercard guideline. This is not exclusive to e-onlinedata and it is across the board for all US merchant accounts. This is a copy of the email that was sent to me…

visa_mastercarde-onlinedata is one of my merchants who recently sent me the following notice about new Visa and Mastercard guideline.  This is not exclusive to e-onlinedata and it is across the board for all US merchant accounts. This is a copy of the email that was sent to me…

e-onlinedata wants to inform everyone of changes expected from the Payment Brands regarding practices that are considered “Brand Damaging”. As you may be aware, both Visa and MasterCard are taking action in response to increases in consumer disputes related to card-not-present and direct response products and services. e-onlinedata is endorsing the adoption of Best Practices to support our merchant base in conducting business in a manner that protects both businesses and consumers from fraud. To date no formal announcement has been received, however e-onlinedata is issuing this communication now in an effort to educate and assist our agents/merchants in complying with anticipated Payment Brand mandates and actions.

MasterCard has recently warned the Acquiring community that “Negative Option” enrollment will be considered a “Brand Damaging” business practice. “Brand Damaging” is a very broad term and is still being defined, but in light of recent fines to our counterparts, we must be proactive. Indications are that MasterCard will require immediate termination of merchants identified as using this business practice, along with any other practices considered “Brand Damaging”. This follows recent policy changes from Visa regarding descriptor formats and disclosure of corporate entities related to Direct Response offers, with the intent to enforce all chargeback and transaction monitoring programs as defined by the associations.

e-onlinedata cannot accept merchant applications for products and/or services employing “Negative Option” enrollment, in addition to the following practices:

  • Marketing models that employ “Free-Trial”, “Deferred Billing” and/or “Shipping Only”. Customers must be receiving a tangible good or contracted service in exchange for charging of payment cards. Incentivized discount offers are acceptable when the cardholder is receiving something in exchange for payment, however we will be unable to support accounts engaging in hidden or delayed charges and ‘free’ offers that are not truly free.

  • “Cross-Selling” and “Up-selling” business practices. All sales should be directly between the business entities (merchant) processing the transaction and the cardholder, with cardholder authorization for all purchases.

  • Per Payment Brand guidelines, the use of multiple merchant accounts, billing descriptors and merchant processors may be viewed as an attempt to avoid chargeback monitoring programs and is prohibited. Perceived non-compliance has led to termination of processing relationships. e-onlinedata will review the business consideration for opening multiple merchant accounts to ensure compliance with Payment Brand guidelines.

  • Transactions generated from internet traffic and all other lead sources must be managed and monitored for potential fraud using an approved system. Third Party service engagement may be a requirement for account approval.

The FTC has recently published guidelines regarding “Negative Option” enrollment programs and is taking a very aggressive position against merchants utilizing/employing this business practice. Recommendations take in part from the FTC’s website may include but are not limited to the following:

  • Material terms should be disclosed in a clear, concise manner. Unnecessarily long or inconsistent terms are viewed as an attempt to mislead the consumer.
  • Terms should be disclosed in a conspicuous manner, clearly placed and labeled on websites in a location that indicates the importance and relevance to the transaction. Fonts and colors must be easy to view.
  • Material terms must be disclosed prior to completion of the transaction and before a financial obligation is incurred by the consumer.
  • Customers must provide affirmative consent to any offer, examples include a mandatory “I Agree…” statement checkbox, where the customer is acknowledging the Terms and Conditions of the offer and consents to be entered into continuity program as a result of completing the transaction. Pre-checked boxes do not qualify as affirmative consent.
  • Merchants must not discourage or make difficult in any way the disclosed cancellation procedures and all cancellation requests must be honored in accordance with the stated terms of the transaction.

I have been using e-onlinedata as one of my merchants for many years now and have always appreciated the open and honest communication they have provided to me.  If you don’t have a merchant account, you should check them out. They have pretty good rates, too.

Visit e-OnlineData

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

First Name:
Email:

One Response to “New Visa Mastercard Guidelines for Negative Options”

  1. Today, while I was at work, my sister stole my iPad and tested to see if it can survive a 30 foot drop, just so she can be a youtube sensation. My apple ipad is now broken and she has 83 views. I know this is totally off topic but I had to share it with someone!

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>