I was having font and other alignment issues until--on advice from someone here--I switched to strict mode:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/ TR/html4/strict.dtd"> This has been very helpful, and I've not noticed any problems with it. You might also see http://hsivonen.iki.fi/doctype/ for a discssion of browser modes and doctype. On Mar 10, 11:17 am, jaga <[email protected]> wrote: > Hi, > > I solved this by setting the XML Doc Type to Standards mode. GWT sets > this to quirks mode by default. A quick fix but may have far reaching > consequences to how your app's look and feel. Look in your > application's HTML file and set this at the top. > > Cheers, > > Jaga > > On Mar 4, 8:57 pm, Sorinel C <[email protected]> wrote: > > > Are you sure isn't it the IE8 option "Page ~ Zoom" set to 150% instead > > 100% ? > > > Cheers! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
