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

Deciding which web hosting service is right for your web site is similar to choosing the right car for your family. Just like a lemon auto choice can complicate your life and cost you more in the long run, a lousy web host can affect your online business on many different levels, potentially costing you [...]

Deciding which web hosting service is right for your web site is similar to choosing the right car for your family. Just like a lemon auto choice can complicate your life and cost you more in the long run, a lousy web host can affect your online business on many different levels, potentially costing you time and money.

Of course, no one purposefully chooses a poor web host any more than one knowingly makes a decision to become the owner of a problem car. Research is key when deciding which web hosts are the best and most cost effective. Below is some information about three popular web hosts to help you determine what type of service best fits your needs.

GoDaddy.com

With simple and hassle-free hosting, GoDaddy offers both economy and premium packages. Their $8.95 domains are some of the best prices one can find in the industry. Adding hosting to this domain drops the price to $1.95. It may be hard to find another good company who offers these prices.

Simplicity and user-friendliness are primary characteristics of GoDaddy’s services. From hassle-free control panels to straightforward hosting and domain management, you could obtain a Linux server with a new domain and have it up and running in less than 30 minutes. And if you have any problems or questions, satisfactory customer service is another benefit of using GoDaddy.

The only drawbacks to GoDaddy are its smaller size and potential security issues due to the shared servers, which can sometimes be problematic for larger traffic volume sites and sites utilizing cash transactions. And while the amount of space GoDaddy offers may not be as large as some, it is still enough to satisfy the needs of most online sites.

GoDaddy may work best for blogging websites, simple squeeze and landing pages, simple forums, and personal home pages, as well as other smaller-scale sites not requiring high security.

IxWebHosting

Offering some of the largest packages at the lowest prices, ixWebHosting is a very competitive service to consider. While its economy package looks a lot like GoDaddy’s, the ixWebHosting premium package at $12.95 per month brags features such as unlimited space and 3 TERA-BYTES—meaning 3000 BGs or 3 TRILLION bytes—of bandwidth.

Additionally, this premium package provides unlimited e-mails and SQL databases and five free domains all tied into this $12.95 price. There is so much offered in the package that some may question why a web site would even need all of these features and benefits. The reality is that most owners will not need all of this, but even if you need some of it, the price is nice.

Like GoDaddy, security is a concern for ixWebHosting services. However, the control panel is not as good as GoDaddy’s.

IxWebHosting’s premium service is a great option for the site owner who needs significant bandwidth and disk space or anticipates high traffic volume or downloading from the site.

TVCNet

If security and customer service are at the top on your list of needs from your web host, TVCNet may be one your best options. While the disk space and bandwidth may not be as impressive as some of the other web hosting choices, you will likely find you do not actually need all of the massive space offered by other providers. Instead of excessive and, often times, unnecessary space, TVCNet focuses in on top-notch secure and reliable hosting.

Not only will your questions be answered promptly by the TVCNet staff, but it is also possible to achieve a 100% hacker-safe site through using their web hosting service. This is an excellent choice for anyone who has or expects to build a small to medium sized site with full technical support and hacker-proof security.

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

First Name:
Email:

2 Responses to “How to Find the Right Web Host for Your Needs”

  1. These are some good suggestions and I agree with you and have always thought its important to find a host with excellent support and features. You didn’t mention my favorite, which is Bluehost. You can read my opinion on Bluehost and why I like it here: http://keenpath.com/resources/web-hosting/

    Regards,
    Mark

  2. IxWebHosting sounds great, but how does it work? I have read that some companies offers lot’s of bandwith, but there were problems when people used lot of bandwith. If their every client would use maximum bandwith, that company couldn’t keep up.

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>