Thanks Christopher,<br><br>That did the trick - once i added in my scale array to the map options array-, however the map appears off center and chopped off, also the pan functionality doesn&#39;t work. Here is a screen grab 
<a href="http://img262.imageshack.us/my.php?image=nav2yy4.png" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://img262.imageshack.us/my.php?image=nav2yy4.png</a>. I debugged using firebug and no tiles are created to the right. Tiles are outlined in pink
<br><br>I think this has something to do with the projection- Have I have set the projection on the map incorrectly? I have set the projection when constructing the layer but that doesn&#39;t help
<br><br>Thanks<br><br><br><div><span class="gmail_quote">On 13/08/07, <b class="gmail_sendername">Christopher Schmidt</b> &lt;<a href="mailto:crschmidt@metacarta.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
crschmidt@metacarta.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Aug 13, 2007 at 10:11:58AM -0700, GISGuru wrote:<br>&gt; &lt;div style=&quot;width:100%; height:100%&quot; id=&quot;map&quot;&gt;&lt;/div&gt;<br>&gt;&nbsp;&nbsp; &lt;script defer=&quot;defer&quot; type=&quot;text/javascript&quot;&gt;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var options = {<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bounds: new OpenLayers.Bounds(0, 0, 450000, 450000),<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; projection: &quot;EPSG:29903&quot;,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; units: &quot;meters&quot;
<br><br>Change this to &#39;m&#39; instead of &#39;meters&#39;.<br><br>Regards,<br>--<br>Christopher Schmidt<br>MetaCarta<br></blockquote></div><br>