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

As an information marketer, one of the luxuries is the low effort for product fulfillment. Still, this leaves the door open for many other money making opportunities. But there is a way to do this that requires little to no effort or risk on your part? YES, and this is what I do…

I’ve been selling information products now for a couple of years and one thing that I always wanted to explore was the “shipped version” option.  There are a few benefits of offering this, too:

  • Physical, tangible items = higher potential value (versus downloads)
  • Some people prefer a hard version
  • Some people may not have a fast internet connection for streaming audio or video
  • Some people may prefer learning off-line altogether
  • Some may want the option of watching on a TV (like a DVD video)
  • Generally, the profit-margin of a physical add-on can be high

That being said, what is the value and time it takes to add a physical version of your product?

In this case, I am going to focus in on DVD’s and CD-ROMs specifically.  These can carry information such as video, audios, documents, applications or other types of software.  These can also be made to play in computers, DVD players and CD players (depending on how the data is formatted).

My biggest concern about implementing this has been cost and time.

COST and VOLUME

There are two ways to get a DVD/CDROM burned:  Replication or Duplication.

With replication, your disk image is made into a master and your disks are printed or pressed (at a physical level).  For large volume (usually over 1000 disks), this can be very affordable:  Usually much less than $1 per disk.  Still, I need to order over a 1000 disks!  (And I don’t do that type of volume…yet!)

With DVD/CDROM duplication, it is similar to what you would do on your own computer.  A blank disk is inserted into a duplication machine and the image is then burned onto the disk.  The process is much slower, but can be done at lower quantities.  Because of this, you generally pay considerably more per disk.

TIME and SPACE

The other issue to worry about is time and space.  How much time do you want to spend ordering, packaging and delivering CD-ROMs or DVDs?  Most information product sellers are in the business to AVOID physical product fulfillment.  Plus, you usually need to house and store the products.

BUT THERE IS A SOLUTION

I discovered Kunaki.com from a friend earlier in the year.  Since then, I have yet to find a competitor that can perform to the satisfaction level that they provide.  Also, the cost is ridiculously low.   Their service is simple:

  • You send them a disk image (using their proprietary software)
  • You create a package (using your own images, or their stock images) to create a case cover and disk print

From this point, they are your drop shipper!  You pay $1.75 per packaged disk (includes the case, with printing, internal insert, printed disk, wrapped and individually sealed).  Order as many as you like to yourself (and they do offer shipping discounts to a single location) or have them ship the disk anywhere for a flat $4 fee.  That is it.  They even have an API that you can tap into to automate the whole process.

Plus, you can even have Kunaki merchant your product for free, if you wish.  They provide you with a simple order page that you can directly send your buyers to.

Now the process and options are a bit restrictive here, but this is what makes their cost so low.  For me, being an information marketer, it is by far the best solution I have found to test out new physical products without the time and the investment normally required.

And in part 2, I’ll tell you more about ways of using this Kunaki system other offers such as lead generation.

cheers…matt

P.S. no, I am not an affiliate for Kunaki nor do I get anything from them…I just think this service is kick-ass!

*UPDATE:  KUNAKI HAS DROPPED THE PRICE TO $1 EACH!!!

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

First Name:
Email:

2 Responses to “Your Perfect DVD Duplication Solution”

  1. Great video. I have heard of that company a few times now but your video really brought it too life. Thanks

  2. What a great article. Thanks a lot for sharing those article. I will of course check it out.

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>