Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
86 Points
18 Posts
May 01, 2012 10:16 AM|LINK
Either place all the controls inside Table....
or you can use CSS... here is a small demo script
<Head>
<style type="text/css">
.container{
width:500px; margin-left:auto; margin-right:auto; text-align:left; }
.textbox
{
height: 10px;
width : 20px;
}
</style>
</head>
<body>
<form.......................>
<div class= "container">
---------------
-----
</div>
Note : this is just a sample scirpt ..
DimpleSharma
Member
86 Points
18 Posts
Re: controls are out of alignment when debugged!
May 01, 2012 10:16 AM|LINK
Either place all the controls inside Table....
or you can use CSS... here is a small demo script
<Head>
<style type="text/css">
.container{
<div>width:500px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.textbox
{
height: 10px;
width : 20px;
}
</style>
</head>
<body>
<form.......................>
<div class= "container">
---------------
-----
</div>
</div>Note : this is just a sample scirpt ..