The Anargo Sector Project
0
July 30, 2010, 10:28:20 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: 2010--The year that the Anargo Sector Project is up and running?
 
Pages: [1]
  Print  
Author Topic: System SRs/User Interfaces and World Art  (Read 231 times)
Kage2020
'Fluff' Heretic
Administrator
Senior
******
Posts: 1348


Mar a bha, mar a tha, mar a bhitheas a go bragh

98700556 ka_ge2020@hotmail.com MAT+Kage mat_kage
View Profile WWW Email
« on: September 01, 2008, 08:18:04 PM »

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 Files
To call from .css files we are going to use document relative links:

Code:
../worldart/filename.ext

So, for example to call the following image: 



You would use:

Code:
../worldart/ahalraim.jpg

From HTML Pages
We 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):

Code:
<img src="/explore/worldart/ahalraim.jpg" width="100px" height="101px" title="The World of Ahalraim" alt="Ahalraim" />

Non-World Art
The 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):

Code:
<img src="media/filename.ext" width="" height="" title="" alt="" />

If you have any questions, please address them in the Technical Support thread.

Regards,

Kage
Logged

"Salah: Pause. Consider."

Dark Reign | Community Forums - For 40k RPG
Pages: [1]
  Print  
 
Jump to:  

Theme by m3talc0re. Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC MySQL | PHP | XHTML | CSS
Back To Top