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

I have to admit that thinking or doing anything related to internet marketing this morning is almost impossible. Here I sit about 15 miles from ANOTHER set of devastating wildfires and I am at a loss for words. Believe it or not, but this is my fourth experience in a major wildfire in [...]

I have to admit that thinking or doing anything related to internet marketing this morning is almost impossible. Here I sit about 15 miles from ANOTHER set of devastating wildfires and I am at a loss for words. Believe it or not, but this is my fourth experience in a major wildfire in my life:

Oakland Firestorm 1991

Black Christmas of 2001 (New South Wales, Australia)

Cedar Fire 2003

In addition, my wife’s family struggled greatly in the Canberra Fire of 2003 and nearly lost their house. So here we are in 2007 and again, another one of these disasters. The red sky. The muted sun. The ash and soot everywhere. The road closures. The school closures. The business closures. HazySun

It is days like today that I wonder what the world thinks about places like Australia and California that seem to be on fire on a regular basis. Mind you, I have bounced back between these two major hotspots a lot throughout my life, but I have just happened to be at the right (wrong) place at the right (wrong) time. I know when I watch the news at night, I see things like tornadoes devastate areas of Florida quite often and I wonder if it is the same feeling or not.

SootFires are weird because they last so long. Also (now I am really getting stereotypcial here), I have been through two major earthquakes in my life (Loma Prieta Earthquake in Northern California in1989 and the Northridge Earthquake of 1994) but the feeling of these disasters are so different. The event comes and goes. Sure, aftershocks do rock you a little bit but the situation comes all of a sudden and you are left with the effects. With these fires, they start small, they get bigger and you really have no clue when they will end or even slow down.

We are now at the point where there is no end in site. The Santa Ana winds are picking up and there is nothing stopping this fire at this time. Am I in any danger? No. But living to the south-west of this puts me in the middle of the superficial effects (meaning a lot smoke and soot, too much to be outside). The area it is targeting now (Rancho Bernardo) is where my old “day job” resides. It is in an evacuation zone. I remember the two people who lost their homes in the Cedar Fire from my work and I remember how it devastated them.

NewsToday is a day that I go outside and look north-east to my old day job and the homes and lives of my past workmates…I worry and pray. Working from home makes me feel isolated in this whole event. My work day needs to continue but my mind is so far from writing articles or optimizing Adwords or setting up an autoresponder.

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

First Name:
Email:

3 Responses to “San Diego Burning.”

  1. Matt,

    My Dad lives in San Diego and almost lost is home in 03. I totally empathize with your situation. Take care and be safe. I look forward to your return to NWV.com when the winds calm down.

    John

  2. Dear Matt,

    I totally empathize with your situation, i believe every body that live in your situation will have the same feeling too.

    Anny

  3. rihanna break it off

    I Googled for something completely different, but found your page…and have to say thanks. nice read.

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>