Great article on viewports over on quirksmode site -
http://www.quirksmode.org/mobile/viewports.html

Ian

On Oct 7, 3:40 pm, Matt Di Pasquale <livelovepros...@gmail.com> wrote:
> What is viewport meta tag for? I couldn't find any good tutorials on how to
> use it. Does it only apply if you absolute position everything? If you use
> it, how should you position the elements inside <body>?
> Matt
>
> On Thu, Oct 7, 2010 at 4:29 AM, Giacomo Balli <giacomoba...@gmail.com>wrote:
>
> > I like to start my html files like this:
>
> > <!DOCTYPE HTML>
> > <html>
> >        <head>
> >        <meta name="viewport" content="width=device-width; user-scalable=no;
> > minimum-scale=1.0; maximum-scale=1.0" />
> >        <meta http-equiv="Content-type" content="text/html;
> > charset=utf-8">
> >        <title></title>
>
> > On Oct 7, 12:05 am, anmldr <1anml...@gmail.com> wrote:
> > > I really know very little about character encoding and DOCTYPE's. So,
> > > that I don't have to start a project incorrectly, I would like a
> > > little help.
>
> > > I am using TextWrangler for creating HTML.
>
> > > This is a portion of what I have in the head of the documents:
> > > <!DOCTYPE HTML>
> > > <html lang="en">
> > >   <head>
> > >     <meta charset="utf-8">
> > > .......
>
> > > When I save the files, should I save them in UTF-8 with Unix (LF) line
> > > breaks? Or something else?
>
> > > Thanks,
> > > Linda
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "iPhoneWebDev" group.
> > To post to this group, send email to iphoneweb...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > iphonewebdev+unsubscr...@googlegroups.com<iphonewebdev%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/iphonewebdev?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to iphoneweb...@googlegroups.com.
To unsubscribe from this group, send email to 
iphonewebdev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to