Thank you SO much.  It's a strict vs quirks mode thing.  When I use this 
DOCTYPE:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>


the vertical spacing is messed up outside of GWT.  When I modify my GWT project 
to use this DOCTYPE:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">


or something else quirky then the vertical spacing looks right.


I have no idea how to fix this, but at least I know the reason.  Thanks again.


On Friday, July 11, 2014 1:38:11 PM UTC-5, Jens wrote:
>
> GWT is doing something that changes the vertical size of the elements.
>>
>
> IMHO there are only two possibilities: Its either a CSS/style declaration 
> or it's an standard vs.quirks mode issue and you should check if both pages 
> run in the same mode (for standards mode make sure both have <!DOCTYPE 
> html> at the beginning of the html file).
>
> GWT can not modify the vertical size of an element without using CSS / 
> inline styles (which you would see in DevTools, unless you still missed 
> some).
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to