asp:changePassword cellpadding

ApricotLover

New Member
So im using the asp:changePassword which shows the form which allows the user to display the password;I'm then centering the panel on screen. However I would like to add spacing/cell padding between the rows:So far I have :\[code\]<div style="position:relative;left:300px;top:100px;padding:10px;"> <asp:ChangePassword ID="ChangePassword2" CancelDestinationPageUrl="~/Default.aspx" ContinueDestinationPageUrl="~/Default.aspx" runat="server"> </asp:ChangePassword> </div>\[/code\]I've tried:TextBoxStyle-CssClass & BorderPadding and tried positioning the div inside the changePassword and using 'class' to center it.i see there is a and then create table and rows etc...Is there a simpler way to do this? All i want to do is seperate each row in the changePassword Panel by 'cellpadding =5px'Please advise thank you
 
Back
Top