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

Are you thinking social networking is for teenagers or those who use the computer solely for social reasons?
Social networks are all the rage these days. There are all kinds of great networks on the net for those that are interested in connecting with others, seeing others, or simply being seen. The problem is that there [...]

Are you thinking social networking is for teenagers or those who use the computer solely for social reasons?

Social networks are all the rage these days. There are all kinds of great networks on the net for those that are interested in connecting with others, seeing others, or simply being seen. The problem is that there are so many from which to choose that it seems nearly impossible to find the right network in which to hook up with others online.

The first thing you really need to ask yourself when deciding on which network is the one for you to use is what the goal of your social networking efforts will be. In other words, are you networking for business or for pleasure? Believe it or not, it makes a difference.

Those who are trying to incorporate Web 2.0 into their Internet marketing strategy will find that LinkedIn may be, by far, the best way to go. This is the serious side of social networking and when used properly can be an incredible boost to not only your business but also your personal economy. If you are interested in making connections for joint venture projects, finding clients, or simply networking with other Internet entrepreneurs, LinkedIn is a great place to begin.

That is not to say that successful businesses haven’t been built or broken with the assistance of either MySpace of Facebook only that those who prefer to take a more serious minded business approach may appreciate what LinkedIn has to offer a little more than the other platforms for social networking that may be considered a little less serious by the bottom line or profit minded.

If you have a business that makes its sales on fun, energy, or youthful enthusiasm however, then MySpace is definitely one of the places to be on the World Wide Web. Granted it isn’t the only place to be but current trends point to the fact that there are more searches done on a daily basis for MySpace than for Google. If exposure is what you want and you are interested in making the effort to seriously network with others, see, and be seen then MySpace is a playground for you and quite possibly your business.

Facebook on the other hand is somewhere in between MySpace and LinkedIn as far as platforms for social networks goes. A little more ‘grown up’ if you will than MySpace but not quite as serious as LinkedIn. For many Facebook is the perfect fit for both personal and Internet marketing strategy needs. It’s a place where you can combine, to some degree, your business and personal contact and networking needs without feeling as though you are really sacrificing one in favor of the other. This is a big deal for many who feel that their marketing efforts leave them missing out on the human element. It is also one way in which Web 2.0 helps those who feel that working online so much leaves them disconnected from others.

Ultimately, whether you choose MySpace, Facebook, or LinkedIn (or all three) is entirely up to you. Any of these networks can be used for business or simply to make personal connections in an increasingly wired world.

~~~~

Dana Prince is a regular contributor to Inside The Internet Marketing Mind. Dana Prince is a professional freelance writer who can be found in the blogroll on this site.

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

First Name:
Email:

One Response to “Must I Be Linked In With Social Networking?”

  1. When I looked at Social marketing memberships I looked at two particularly and they were Facebook and Yuwie. Facebook is more difficult to build up friend and Yukie is the opposite. This could be because Yuwie is new and promoting this site as a way to make money the more friends you have. I havent looked at Linkedin so far but will now. Thanks.

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>