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 <[email protected]>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 <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<iphonewebdev%[email protected]> > . > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
