Quote:
Originally Posted by loramin
[You must be logged in to view images. Log in or Register.]
As for this, I kind of forgot about it, but it's so close to done that I should finish it. I'll add it to my mental to do list.
|
I finished it and added it here:
http://wiki.project1999.com/Zone_con...kable_Zone_Map
Someday I may add maps of the other continents, but for now I have bigger (fashion) fish to fry, so if anyone else would like to try adding the other continents I strongly encourage it. To make new maps all you have to do is copy the code for my existing one, and then just play around with changing the name, x/y coordinates (ie. "top" and "left") and width/height of the zones. For instance here's the code for Halas:
Code:
<span style="
background-color: white;
opacity:0.8;
width: 70px;
height: 15px;
line-height: 15px;
border: 1px dashed black;
position: absolute;
padding: 5px;
left: 180px;
top: 70px;
">[[Halas]]</span>
But by changing the bolded parts you can resize it, move it around, and change it to some other zone.
To change the map image itself, simple change the bold part in:
Code:
<div style="border: 1px solid black; padding: 20px; position:relative; height: 740px; width: 620px; text-align:center;">
[[file: Map_rav_antonica.jpg | 600px ]]
to any other map image on the wiki.