Hard Coding Images
If you want to be able to embed an image directly in your theme you can use the img tag with a php THEME_RELATIVE path which points to your theme directory.
<img src="<?php echo THEME_RELATIVE ?>images/clock.gif" />
The above code references the file "clock.gif" in the images directory of your theme.
Loading Help