Hello and Happy Thanksgiving,
I am dynamically creating a label and assigning a width to it. Dim lbl3 As New Label lbl3.Text = name lbl3.Width = System.Web.UI.WebControls.Unit.Point(255) This shows up as <span style="width:255pt;"> when I do a viewsource. IE displays the width fine but Netscape 7.1 does not preserve the width of the span. I copied the <browsercaps> xml in the following page http://slingfive.com/pages/code/browserCaps/ into my web.config but it didn't solve my problem. Do you know how can I get nescape to display the width properly? Thank you, Burak __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
