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

Most people involved in social marketing know the power that exists for eCommerce within the online social circles. Having thousands upon thousands of people using one site is every eCommerce marketer’s dream and the perfect place to utilize advertising and marketing efforts to reach a lot of people. Facebook.com is one site that has recently [...]

Most people involved in social marketing know the power that exists for eCommerce within the online social circles. Having thousands upon thousands of people using one site is every eCommerce marketer’s dream and the perfect place to utilize advertising and marketing efforts to reach a lot of people. Facebook.com is one site that has recently taken a bold step in an effort to make money in social websites, while advertising to members and tracking their web activities.

With its Beacon online advertising system, Facebook is able to track its members’ moves on third-party sites that are also connected to Beacon. The kicker is that the tracking continues, even after Facebook users have logged off of Facebook’s site. Ultimately, the online visits the Facebook user makes while logged off are then broadcasted to Facebook friends, revealing visits and purchases.

In fact, even if the members have selected NOT to have their online activities published for their Facebook friends to view, the tracking continues.

Recently there was an outcry among many Facebook users when the tracking was discovered. Because they had not realized their online, off-Facebook activities were being tracked, nor had they knowingly received opportunities to prevent the tracking, many users were angered and developed a petition to stop the invasion of privacy.

Following the petition and obvious displeasure of its members, Facebook altered the Beacon system to provide more explicit options for users to eliminate certain messages from being broadcasted to friends or to avoid being tracked on certain websites. However, the social networking site did not give the option for users to entirely opt-out of the Beacon advertising program, so the tracking remains.

What does this mean for the social marketing industry? Has Facebook overstepped the limits of what is right and fair? While working in the online world may offer more flexible ethics when it comes to marketing efforts, particularly social marketing efforts, it would seem people should still be entitled to a basic right to privacy.

Yes, making money in social websites offers a lot of possibility and great income potential, but there must be a way to profit without overstepping the boundaries and encroaching on the private lives of online users.

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

First Name:
Email:

3 Responses to “Is Facebook Taking It Too Far?”

  1. Just goes to show ‘World Wide WEB’ WEB as in traps things just like a spiders web.

    Rushing into WWW technology may mean taking risks that one may not normally do. Whats the advantage here? non. just a nother gizmo! to trap the unsuspecting, for the good of marketers…..
    Darko

  2. Yes Darko,

    As a marketer, I see the goldmine in something like this, but it does not make me feel good about it. I think it is this next generation that is forming right now that no longer cares about privacy, rather popularity…especially online.

  3. jyckqum2y2nxobzw


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>