Thanks for the reply, this is what i do, however no effect. it will generate html like:
<div class="project_entry.css"> ... </div> but it will not apply the style from the file to the div element automatically. Do i have to style each class in the <div> one by one? On Wednesday, May 30, 2012 9:44:20 PM UTC+8, Ashu wrote: > > try like this: > > <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' > xmlns:gwt='urn:import:com.google.gwt.user.client.ui'> > <ui:style src="project_entry.css" /> > > On Wed, May 30, 2012 at 6:55 PM, July <[email protected]> wrote: > > Hello: > > > > At client side my page contain a com.google.gwt.user.client.ui.HTML, > this > > HTML will contain a large number of <div> and each <div> is associated > with > > its own style. all the styles are defined in another css file. > > > > My question is how to apply the style to the HTML content? > > i use > > <g:HTML ui:field="myfield" styleName="project_entry.css" /> > > > > but it does not work. > > > > Thanks. > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Google Web Toolkit" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/google-web-toolkit/-/bGL4yPbtpY4J. > > 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. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/T5F5bM_umRsJ. 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.
