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

Which social networking tool is the most useful of all? The answer to that question is that it largely depends on what you’re using it for as well as how you’re using it. Sorry to disappoint you and reel you in with that title (ok, so I’m not sorry as that was my intention but [...]

Which social networking tool is the most useful of all? The answer to that question is that it largely depends on what you’re using it for as well as how you’re using it. Sorry to disappoint you and reel you in with that title (ok, so I’m not sorry as that was my intention but don’t surf away until you hear me out!) but the answer to this question is different for different people.

You’ll hear people say that there’s nothing better than MySpace. Then you’ll hear people say they couldn’t make a dime with it.  Some Twitter users swear by Twitter as a huge benefit to their online business and some others consider it to be a time waster.  Social networking tools are extremely subjective because it’s a lot like finding a tailor made solution on your own. There are at minimum, two factors to consider in finding the best social networking strategy.

1. Niche
2. Approach

The potential for fluctuation is largely based on what type of business you’re in and whether or not there’s a good social networking tool to suit it. Those selling music-based products will find a handful of social networking tools related to music so it can be easy to use those tools if you’re good at social networking.  Do be aware, though, that if a niche has a lot of tools targeting it you’ll also find an awful lot of competition in terms of cracking that niche and making money through socializing. Beyond niche specific sites, there are larger tools like FaceBook and MySpace that have varied interest groups and varying demographics but those who do learn to find their niche within the scope of that site can definitely benefit by getting involved and gaining exposure through interacting in an effective way. Those who simply push links that say “buy this” won’t get too far in the social networking world. Symbiotic relationships are the most profitable in the world of making money online.

Researching Social Media Strategies

Many different social tools cater to different niches and if you investigate that tool, you’ll see varying ways to capitalize on using that audience to your benefit. Once you find a site that seems to cater to your niche, consider looking into methods mentioned by niche gurus.  In some social networking tools you’ll see obvious ways that you can market and sometimes you have to find out the secrets to creative approaches that your mentors use. Fortunately there’s a lot of information available to help you.

So, while you probably won’t find a single social networking tool that’ll be the single ultimate tool for attaining your wealth, you should consider going on a quest to get better at social networking which will definitely help your online money making efforts in the long run.

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

First Name:
Email:

4 Responses to “The Most Useful Social Networking Site Of All”

  1. You make great points and I’d like to amplify the fact that your niche will impact your strategy in a big way. Depending on what it is it may or may not be appropriate to use certain networking tools.

    Social media strategies also add a little more fun because it allows you to engage with others who are like minded. When you get like minded people together you tend to create a synergy.

  2. I agree, Jay. I forgot to say how much fun social networking can be! I can’t even tell you how many new ideas have been sparked for me from conversations with my peers or from lurking in online water coolers.

    Thanks :)
    Dana

  3. I personally was very resistant to social media at the beginning, but I have found it to be both fun (and addictive)…and I cannot tell you some of the great clients and partnerships I have developed from social media…

    …one of them being Dana, who I found in a WAHM discussion forum, the author of this blog post! cheers…matt

  4. I was very wise to have been so chatty on that forum that day, otherwise I might never have met you, Matt. Sometimes it pays to procrastinate a little. I’ll call it ’strategic procrastination’.

    I’ve made a great number of connections online that have helped me personally and professionally. In fact, that’s how I got my start in freelance writing and internet marketing. I met some people on a social blogging site called WritingUp in early 2006 and got leads and ideas and loads of free advice that got me started with making money copywriting, blogging and dabbling in IM.

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>