putting two Anchor objects one below the other without "
" tag
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home