how to move label in the form any other control has position property which use for moving control in the form but label do not have this property what to do ?
problem in moving label in form
Collapse
X
-
Tags: None
-
Sure place it in a div is the logically solution or span, you can use tables in the design mode very easily.
but if you are not familiar with HTML try this :
Right click on the Label -> Style -> Position
Change the position mode to absolutely position.
Then you can move it with drag and drop any where.
Thanks
BassemComment
Comment