[2005]Control alignment not proper!
I draw table the webform with 3 rows 3 cols for login screen. Like the follwing signature:
User name textbox
pwd textbox
Nothing button
I tried to align the button as right aligned. So I made property of the 3,3 column as right aligned. It the design view its gets the right alignment. But I am excited in the running explorer view it is not aligned [at runtime]. Anybody know to resolve the problem
Re: [2005]Control alignment not proper!
You could drop a table in the cell with a single column/row and set the alignment to right.
I hope you are not using absolute positioning.
Re: [2005]Control alignment not proper!
Re: [2005]Control alignment not proper!
2005 doesn't allow grid positioning (it was taken out) so do as venerable said. Put in some tables (make sure the border is invisible) and put the controls into the cells :thumb: