Hi,

I have two Anchor objects, an image and a label, and I would like to
put the label below the image.

The only way I know is to put a BR tag between them:

     add (new HTML ("<br>"));

But this results in to much vertical space, which I do not want.
I also tried "<p>".

How can I put a newline without vertical space?

The two Anchor objects live in a FlowPanel.

Thanks
Magnus

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