The following code snippet will go a long way to adding the google mobile search page to your .mobi site.
The img file can be found on the google search page if you wish to put it on your index.htm or elsewhere.
The first line just shows the image, the second links to google mobile.
I hope that this is useful to someone.
code starts----------------------------------
<div>
<img src="google.jpg" width="85" height="35" alt="google Image" /><br /> Web, Images Local listings, Mobile Web (Beta), News <br />
<a>href="http://www.google.com/xhtml/search?mrestrict=xhtml&q=&site=mobile"><strong>Google Search</strong></a> <br />
</div>
code ends------------------------------------
andyr (ps the code could be prettier but I am also not an xtml coder)
NYer.mobi - under development, check it out.
The img file can be found on the google search page if you wish to put it on your index.htm or elsewhere.
The first line just shows the image, the second links to google mobile.
I hope that this is useful to someone.
code starts----------------------------------
<div>
<img src="google.jpg" width="85" height="35" alt="google Image" /><br /> Web, Images Local listings, Mobile Web (Beta), News <br />
<a>href="http://www.google.com/xhtml/search?mrestrict=xhtml&q=&site=mobile"><strong>Google Search</strong></a> <br />
</div>
code ends------------------------------------
andyr (ps the code could be prettier but I am also not an xtml coder)
NYer.mobi - under development, check it out.
Last edited:










