hello,
Im trying to style some dynamicly loaded text within a table cell, shouldnt
be a big deal right. By default the text keeps reverting back to times and i
cant find out why. The font style's in the linked body and td rules just
are'nt applying to it. The only tag thats working for me that allows a class
to work with the text is an inline <strong> tag.
Ive tried <span> and <dd> but no joy. here is an example




<TD class="featured"><strong class="head">
                                                                                
                                                                <asp:label 
id="lblbusiness_name" text='<%#
DataBinder.Eval(Container, "DataItem.business_name") %>' runat="server"
Font-Bold="True">
                                                                                
                                                                
</asp:label><br></strong><strong class="listing">
                                                                                
                                                                <asp:label 
id="lblAddress" text='<%#
DataBinder.Eval(Container, "DataItem.business_address1")  + " " +
DataBinder.Eval(Container, "DataItem.business_address2") + " " +
DataBinder.Eval(Container, "DataItem.Towns_Name") + " " +
DataBinder.Eval(Container, "DataItem.county") %>' runat="server">
                                                                                
                                                                
</asp:label><br></strong>
                        and so on...


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to