|
What you are trying to do isn't really "called" anything. Its just a simple component of html. Get the source in notepad, find the path of the pic you want changed, and replace it with the path of the pic you want to change it to. Eg; replace <img src="blah/blah/blah.gif"> with <img src="pic/pic/pic.jpg> and you have just done what you are trying to do. Simply, thats how HTML works.
Now, if you are saying you want to be able to edit your page at the site without having to do anything technical, Im not sure thats possible (unless you use a portal system). There is really only one way to make a webpage, and thats by using HTML. Even Dreamwever does it that way. Its really just a tool to generate HTML. Dreamweaver doesn't directly do anything to your site.
Last edited by andyc23; 10-10-2004 at 11:31 PM..
|