Find and replace src and hrefs on template
Description
Using notepad++ Find and replace src and hrefs on template to make images show, libraries to work, etc
PHP Source Code
Find
href="
Replace with
href="<?php bloginfo('template_url') ?>/
Find
<img src="
Replace with
<img src="<?php bloginfo('template_url') ?>/
Find
src="js/
Replace with
src="<?php bloginfo('template_url') ?>/js/