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:

Can SEnukeX Help Your Site be Google Panda Proof?

With the release of SEnukeX, a lot of people are wondering about the legacy SEnuke vs. SEnukeX. We’ve done a SEnuke Review in the past but took a look at the new version and have now done a SEnukeX Review as well.
The setup wizard available in the full edition (not available [...]


Link Building Rocket Review

After years of trying to find the perfect fix of price and performance, I think I may have found the perfect SEO service for my link building effort. I’ve tried Link Building Rocket for 3 months now and here are my results…


the dirt…on Ryan Moran

Ryan Moran has been a friend (and competitor) of mine since 2006. He now has some great videos of website flipping to watch (but I want to know what you think of Ryan Moran, too!)


My Email Apology (Plus a Good Traffic Geyser Offer!)

Last week, some hacker overseas was trying to compromise one of my scripts which resulted a lot of unnecessary and confusing emails to my clients. Sorry about that! But before I go, wanted to point out a great $1 trial offer from Traffic Geyser during March Madness!


Product Launch Formula 3 is BACK

Product Launch Formula 3 is back and will open on March 1st at 2pm with a slew of incredible bonuses including “Launching Your List”, “Product Creation” and even an invite to his Product Launch Formula 2011 Live Event. Check this out!


Why GroupOn Email Marketing Works…

What is the $6 Billion Dollar secret to making money online? It is kind of simple and GroupOn does it every day. See how they do email marketing to the extreme and how you can steal some of these ideas to increase your own business 10-fold.


The Software System Review

Software is BIG and easy to sell online, so why don’t more people do it? Simple: They are either developers who don’t know how to market or they are marketers that are afraid to develop it. So how do you do it (and does Trey Smith have the answers?)


Is GroupOn Really Lead Generation?

GroupOn is the hottest thing since sliced bread lately, but many people really misunderstand why GroupOn is so successful and what they do that is different than what you have probably learned about online. Let’s talk Extreme Lead Generation!


EXTREME lead generation…

GroupOn is becoming a king on the internet, but not for what you might think: Lead Generation. Understanding this can open doors of opportunity you might never have considered!


Let’s Kick Butt This Year!

Start the year off right with a $50 Worldwide Brands Coupon AND full access to TruGuru. Learn more about this limited time offer…


« Previous Entries Next Entries »