This is the code I WAS using
<?php bloginfo(‘template_directory’); ?>
but, upon more research, i’ve found that that code does not work too well, so I use this now:
<?php echo get_template_directory_uri(); ?>
and it works like a charm.
What I really need is a better tutorial that was made with wordpress 3.0. The one i’m using was created in 2009 and alot of the code used in the tutorial simply doesn’t work.