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

Well, today is kind of a “self-proclaimed” Affiliate Day in the world of affiliate marketing. I think affiliate marketers deserve a day and I’m glad that this was started. Affiliate marketing ROCKS and it is a major reason for my success. Today, I reflect on what affiliate marketing has meant to my life.

OK, I don’t know how genuine the day is, but Shawn and Missy over at Affiliate Summit have seemed to classify  today, September 14th, as Affiliate Day.  I love the idea and therefore, I plan to celebrate it…and I start here with a reflection of both the power of affiliate marketing and why it gave me the opportunity to live that “home at home dream” that I live today.

I won’t get back into the details on how I got >here<.  You can read that on my “About Matthew Bredel” page or over the TheWebReviewer (I just realized that I need to update the family photo since I now have 3 kids!).  But I do want to stress the importance on WHY affiliate marketing is the reason it happened.

I remember back in mid-2005 (this is about a year before I knew anything about internet marketing).  Growing up, my parents owned a few Baskin-Robbins franchises and the itch to run my own business was always in my blood.  My parents took the leap when I very young and I so wanted to take that same leap.  Still, I had 2 kids (at that time), a few mortgages, a few car payments and a need for health benefits.  I was still always on the “look” for that business-escape that I always sought.

So, in mid-2005, I remember going to a franchise show with my father at the Del Mar fairgrounds.  It was exciting!  So many business were there!  From Yogurt shops (which seem to have spouted up here in Southern California on every street corner) to embroidery to athletic shoes to cosmetics.  I felt the itch and in a few cases, I moved forward.  I set up meetings, discussed the costs and was shown predicted incomes.

It was all good, but not great.  Most of these franchises wanted over $100,000 to start off.  Then, I looked at the numbers and the projections were maybe incomes of $75,000-$100,000 per year.  So essentially, I had to pay for a job that would require more hours, more costs and ultimately make me less money (without benefits) that I was currently making in my 9-5 job.

I admit that my dreams were a bit crushed.

Six months later, I started to get that same itch, but this time it was online.  Really, I was just looking for other businesses to buy but I bought “that $47 eBook” (it was John Westbrook’s Life Empowered at the time…I don’t think he sells it any more).  It was about affiliate marketing.  You know…marketing other peoples stuff online and sharing in the profit.

I was intrigued.  I loved this idea for a few reasons:

  • I could do it RIGHT now
  • I didn’t have to invest in a $100,000 brink-n-mortar store
  • The risk was exceptionally low
  • There were no set hours to work (I could do it while stick holding a 9-5 job)
  • And there appeared to be limitless earning potential

OK, I know this is sounding like some typical sales letter, but this is how I saw it after reading up on it.  I was always very skeptical at the beginning.  It seemed too easy.  But maybe just by understanding how this worked (if it worked), maybe I could leverage my experience into an online store (which is what I was originally considering before I discovered affiliate marketing).

At the end, I did learn the truths about affiliate marketing:

  1. It does work!  (though, it took me over 3 months to be convinced of that)
  2. It wasn’t exactly easy as they said.  It required work, but the steps were simple.
  3. The initial costs were low, but I did lose about $1000 before I ever made a dime.
  4. The potential does seem limitless.

Affiliate marketing gave me that opportunity to live my dreams.  I don’t know if I ever would have been able to take the “leap” if it wasn’t for affiliate marketing.  My risks were always low yet the rewards have been unmeasurable.

I still do affiliate marketing for much of my income, but I have grown a lot into other online fields such as product creation, selling products, lead generation and education. Organizations such as Affiliate Summit have been key to my own development and networking.  And being an affiliate for some major online vendors, I have developed relationships that can never be broke.

I’m proud that they have created an Affiliate Day!  Without affiliates, the internet marketing world would not be a fraction of what it is today (how do you think Amazon.com grew to be so popular?).

In honor of the day, I’m more than happy to share an (old, but still very relevant) video of mine that goes into the details of what affiliate marketing actually is and how it works:

Get the Flash Player to see this player.

And if you get a chance today, be sure to twitter the Affiliate Day to your followers with the hash tag #affday09.

You can also just click here to send your tweet!

Happy Affiliate Day!

cheers…matt

P.S.  If you are interesting in learning more about affiliate marketing, you can always check out my Tru-Guru education.  The 15 day trial is only $4.95 right now!  Click here to learn more…

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

First Name:
Email:

2 Responses to “Affiliate Marketing Day!”

  1. [...] Affiliate Marketing Day! 12:54pm | via Google [...]

  2. [...] Affiliate Marketing Day! [...]

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>