1.Define a Viewport
<meta name=”viewport” content=”width=auto; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;”>
http://www.iphonecompatible.net/design-tips-tools/define-a-viewport/
2.Create Keyboard Navigation on Your mobile Web Pages
[1]<a accesskey=”1″ href=”link1.htm”>Link 1</a>
3.Linking to Telephone Numbers
<a href=”tel:+00000000″ target=”_blank”>+91-00000000</a>
A css item called word-wrap that you can use to make long text wrap
word-wrap: break-word;
Example
<table width=”200″ border=”1″>
<tr>
<td width=”200″ style=”word-wrap:break-word;” >
<div style=”width:200px;”>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
</div>
</td>
<td> </td>
</tr>
</table>
Welcome to Gods own Developers – Designers and developers from Kerala. This is your first post. Edit or delete it, then start blogging!