You can also just use a FlowPanel with gives you a div which you can then style using css. i.e. create 3 divs for each column and float each to the left to stack them horizontally.
On Nov 18, 1:16 pm, nick_name <[email protected]> wrote: > Hi, > I am a noob and am trying to draw something like below on the screen. > > FIRST SECOND THIRD > > String1 : String String1 : String String1 > : String > String2 : String String2 : String String2 > : String > String_long3 : String String3_long : String String3 > : > String > > There are 3 columns of data and each column has 3 rows each. The thing > is, I am not able to get the alignment between columns. Should I use > HTMLTable or something else? plz help. > > Thanks. -- 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=.
