I open Microsoft Word and write a text " Hello World" then set font
size to 140px and this show what i want.

But when i have this, it only takes a size like 72px:
PopupPanel dialogBoxnum = new PopupPanel();
HTML htmlnumll1 = new HTML();
htmlnumll1.setHTML("<div><table width=\"100%\" height=\"100%
\"><tr><td><div align='center' style=\"font-size:140px;
color:#FF0000\"> Hello World </div>  </td> </tr> </table> </div>");

Also i tried but nothing:
DOM.setStyleAttribute(dialogBoxnum.getElement(),"font-size", "140px");
DOM.setStyleAttribute(dialogBoxnum.getElement(),"htmlnumll1",
"htmlnumll1");

Also i tried editing CCS but nothing.

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