Hi folks, Is there any difference bettween width=40% and style ="width:40%" For exemple, <asp:label id="Label1" runat="server" width="40%"> and <asp:label id="Label1" runat="server" style="width:40%"> TIA Moises ...