<meta name="viewport" content="width=device-width; user-scalable=no;minimum-scale=1.0; maximum-scale=1.0" />
means user can't scale (zoom-in via double tap / two fingers) means minimum scale is 100% means maximum scale is 100% (so no scale) R. On Thu, Oct 7, 2010 at 13:12, Matt Di Pasquale <[email protected]> wrote: > Hi Linda, > Your HTML should look like this: > <!DOCTYPE html> > <html> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > </head> > <body> > </body> > </html> > Yes, save as UTF-8. Unix (LF) line breaks should be fine. > Matt > > On Wed, Oct 6, 2010 at 6:05 PM, 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]. >> 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. > -- 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.
