rescue207
03-14-2008, 08:26 PM
Hello all I hope some one could help me out on this I am trying to add a form where u put in a user name and password from microsoft expressions and when I put it in the page and go look at it on the internet I get this
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 6</title>
<base target="_self" />
<style type="text/css">
.style1 {
text-align: left;
}
</style>
</head>
<body style="color: #FFFF00; background-color: #008080">
<form id="form1" runat="server">
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1">
<asp:CreateUserWizard runat="server" id="CreateUserWizard1">
<WizardSteps>
<asp:CreateUserWizardStep runat="server" />
<asp:CompleteWizardStep runat="server" />
</WizardSteps>
</asp:CreateUserWizard>
</p>
</form>
</body>
</html>
Could some one help me out on this Thanks
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 6</title>
<base target="_self" />
<style type="text/css">
.style1 {
text-align: left;
}
</style>
</head>
<body style="color: #FFFF00; background-color: #008080">
<form id="form1" runat="server">
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1">
<asp:CreateUserWizard runat="server" id="CreateUserWizard1">
<WizardSteps>
<asp:CreateUserWizardStep runat="server" />
<asp:CompleteWizardStep runat="server" />
</WizardSteps>
</asp:CreateUserWizard>
</p>
</form>
</body>
</html>
Could some one help me out on this Thanks