How to make img src universal in html?

  • Thread starter Thread starter Ifca D
  • Start date Start date
I

Ifca D

Guest
I'm designing a website. When I test it on my comp, I use the code <img source=1.jpg> or <embed src=1.swf >. It works fine on my computer, however, when I upload it on any server, it is all blank. Is there any way I can make it work? I want to test it on a few servers before uploading it finally. I don't want to be changing the address of the source each time. Is it possible to just write <img src=1.jpg > ad make it work?
I do add the files on the server. The code is the same - src=1.jpg or <embed scr=1.swf > .. Do I need to include quotes or something?
 
Back
Top