View Single Post
Old 02-11-2011, 04:38 PM   PM User | #1
toplisek
Regular Coder

 
Join Date: May 2006
Posts: 205
Thanks: 4
Thanked 0 Times in 0 Posts
toplisek has a little shameless behaviour in the past
Which size to use on mobile website?

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

Last edited by toplisek; 02-11-2011 at 04:46 PM..
toplisek is offline   Reply With Quote