Which size to use on mobile website?
Is correct
<meta name="" content="width=320;" />
Should we use tables and it will work in in all mobile devices like:
PHP Code:
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="paragraph1">
<div><img src="spacer.gif" width="2" height="7" alt="" /></div>
<a href=" "><strong>Heading</strong></a>
<div><img src="spacer.gif" width="2" height="7" alt="" /></div>
</td>
</tr>
</table>