...
Code Block |
---|
<script type="text/javascript" src="../custom/js/printusername.js"></script> |
Adding a North Arrow
One way of adding a North Arrow is to add the North Arrow image, along with the existing Page Title, Scale and Print information into a table e.g.
This is what the code would look like:
Code Block | ||
---|---|---|
| ||
<table border="0">
<tr><td>
<img src="images/northarrow.png" height="30">
</td><td>
<h1 id="atPageTitle" class="isharemaps-edit-inline">Enter map title</h1>
<p id="scale">Scale: 1:<span id="isharemaps-scale">undefined</span></p>
<p class="printinfo" style="font-size: 10px">Printed on: <span id="isharemaps-print-date"></span></p>
</td></tr>
</table> |