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 Feature category:

If You Sell ANY Kind of Product Online, Using Nanacast Can Help!

For internet marketers who are already familiar with Nanacast, most will tell you that it is an outstanding e-commerce solution that can handle a multitude of tasks when selling a product.  Aside from being a typical shopping cart service, Nanacast offers you the ability to incorporate an affiliate program or membership site along with your [...]


Protect Your Online Sales with DLGuard

Before DLGuard came onto the market, internet marketers had to go to great lengths to protect their digital assets.  Every time a new product was sold, it had to be encrypted by the seller and delivered manually to the buyer.  Not anymore!  With DLGuard’s secure download process, you can now sell eBooks, music, Private Label [...]


Bring Thousands of Viewers to Your Site with Traffic Geyser

What is Video Marketing?
Video marketing is a term used to explain the marketing and publicity of any kind of content. The content is mostly shared on a wide variety of platforms using various means to increase the number of visitors. Consumers are only attracted to your product if your source of providing information [...]


Using Hey!Spread to Crush Your Competition

Internet marketers are becoming more and more aware that syndicating your videos is that best way to establish an online presence for yourself and your site. A lot of others still do not realize how the power of video can launch your site to the top of the search engines. Using video submission services, like [...]


How the Video Syndication Service, TubeMogul, is Changing Internet Marketing

Syndicated video services are now one of the most efficient and smartest ways of increasing your sales — not to mention one of the most profitable. They can bring in more traffic to your website than you ever thought possible. TubeMogul is one of these services and is free, efficient, and easy to use. [...]


Making Money on Freelance Job Bidding Sites

I’ve read a lot of opinion pieces related to working with outsourcing sites like Elance, ODesk, and RentACoder (now vWorker). I, personally, have done jobs with Odesk (back in 2006) and with Elance in 2007, 2008, and 2009. This week I did a vWorker review as well. I’ve got my own opinions on what these [...]


Is an Online Store a Good Home Business Idea?

If you’re looking for an internet-based home based business to start, there are a lot of different things you can do.

Affiliate Marketing
Pro Blogging
Doing online services for others
Opening an Online Store
Etc…

There are thousands and thousands of daily internet searches related to searching for online money making ideas. But you should [...]


What Is Affiliate Marketing? | How The ‘Super Affiliate Handbook’ Can Help You Succeed

A simple way to describe affiliate marketing is a process in which you promote other people’s products and then earn a commission on their sells.  For a more comprehensive explanation as to what affiliate marketing entails and how to get started, it is best to start with an instructional guide, [...]


Naming Your Website Just Got A Lot Easier With Domain Samurai

Are your website building efforts taking a lot longer than you had anticipated? I’m sure that you feel the same as I do - your time is valuable and you do not have hours to spend searching for the perfect domain name to get your site up and rolling.
I have recently found [...]


The Right Website Design Could Help You Excel at Internet Marketing

Whether you’re interested in trying to make a full time living or want to supplement your living using the internet, your website’s design can be the #1 tool that makes the difference.
Your site needs to be more than just an online brochure or vanity page. If you want to succeed [...]


« Previous Entries