I am convering a website to drupal , it use many images on source html file.
like this

<img src="/images/1.jpg"></img>

one sulotion is

<img src="/pathtotheme/mytheme/images/1.jpg"></img>

drupal theme use css to load image use relatively path . but it's too many images to use css .

any other sulotion (not change img src) is welcome .