I noticed yesterday that when I go into the MP for Kurland and click on the GUI link for District B, I am taken to District C instead. The drop-down menu appears to work correctly, but the clickable link seems to be off. Would someone else double check this to make sure it not just me.
Thanks!
Kurland MP District Link Error
Moderator: SEOW Developers
Kurland MP District Link Error
Hitcher
Yeah, the coordinates of the <map> element are wrong.
Open the file Kurland-intel.php at the Kurland directory with an editor, search the <map name="Kurland"> element and change the coord values as follows:
Open the file Kurland-intel.php at the Kurland directory with an editor, search the <map name="Kurland"> element and change the coord values as follows:
Code: Select all
<area shape="circle" coords="102,123,30" href="Kurland-A.php">
<area shape="circle" coords="386,117,30" href="Kurland-B.php">
<area shape="circle" coords="102,510,30" href="Kurland-C.php">
<area shape="circle" coords="387,505,30" href="Kurland-D.php">
<area shape="rect" coords="399,320,425,334" href="Kurland-Janischken.php">
<area shape="rect" coords="442,628,471,643" href="Kurland-Kauen.php">
<area shape="rect" coords="90,274,117,299" href="Kurland-Libau.php">
<area shape="rect" coords="94,452,117,466" href="Kurland-Memel.php">
<area shape="rect" coords="452,156,484,187" href="Kurland-Riga.php">
<area shape="rect" coords="178,64,196,75" href="Kurland-Windau.php">
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia