Call this method to set the base url used for all HTMLImg objects being displayed.
Call this method only on the root HTMLElement object. If you are building an HTMLPage, for example, call myPage.SetImgBaseUrl( "http://blah/" );. All nested HTMLImg objects may use the base url specified on the HTMLPage object.
HTMLImg objects may or may not use this base url specified. This can only be used on a top-level HTMLElement (usually an HTMLPage).
HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace