You could also use the escape sequence   instead of the space.

On Apr 9, 12:04 pm, Patrick Tucker <[email protected]> wrote:
> Why not just put left margin or padding on the label with the style
> element?
>
> On Apr 8, 11:05 pm, dindeman <[email protected]> wrote:
>
>
>
> > The following simple structure in UiBinder produces different results
> > in IE than in other browsers:
>
> > <p><g:InlineLabel text='Hello'/> world!</p>
>
> > When debugging the bound widget I find
> > in IE:
> > HTML: <DIV><P><SPAN class=gwt-InlineLabel>Hello</SPAN>world!</P></DIV>
> > Display: Helloworld!
>
> > in Firefox:
> > HTML: <div><p><span class="gwt-InlineLabel">Hello</span> world!</p></
> > div>
> > Display: Hello world!
>
> > Is this a bug? If yes, any workarounds?
>
> > Cheers.
> > Luc.
>
> > * Config *
> > GWT 2.1.1 / IE7

-- 
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.

Reply via email to