Malika has been kind enough to upload all of the world art to the
Anargo Photobucket account, which you can find at the following URL:
These files are, as is, all located on the Anargo server in the "/explore/worldart/" folder. To correctly call this into the pages that you format, then:
CSS FilesTo call from .css files we are going to use document relative links:
../worldart/filename.ext
So, for example to call the following image:

You would use:
../worldart/ahalraim.jpg
From HTML PagesWe will use root relative links for this. Using the above world as an example, then to call an image you would use the following (as an example):
<img src="/explore/worldart/ahalraim.jpg" width="100px" height="101px" title="The World of Ahalraim" alt="Ahalraim" />
Non-World ArtThe above only applies for world art to prevent replication across multiple subsectors. All non-world art will remain within the appropriate media directory and will be called with the following code (as an example):
<img src="media/filename.ext" width="" height="" title="" alt="" />
If you have any questions, please address them in the Technical Support thread.
Regards,
Kage