replace something like:
<img src="images/header.jpg" width="300" height="25" alt="">
with this:
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/header.jpg" width="300" height="25" alt="">
<img src="images/header.jpg" width="300" height="25" alt="">
with this:
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/header.jpg" width="300" height="25" alt="">
No comments:
Post a Comment