Here is my form.
I want this table to move to the exclamation Mark in the form.
also want to set the font color of the label to white.
please send the code to these.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
Anubhav ChaudharyPosted Aug 12, 2013, 3:46 AM
It's good that your problem is solved but if you want your Table to move in any part of the Page then you can use Padding, it will help you to move your Table to any part.
You can give Padding value in this manner:-
Padding(80px,30px,0px,70px);
these are given in this format:-
Top:-80px;
Right:-30px;
Bottom:-0px;
Left:-70px;
You can change these values according to your requirement. and color can be changed by giving Color:-White;
You can give both of these in Style="Padding(80px,30px,0px,70px); Color:-White;"
Mark as Answer if you find it good and easy.
Sanjeeb LenkaPosted Aug 12, 2013, 3:14 AM
it looks good ...
mark it as answered if it helps you.....
Bineesh ViswanathPosted Aug 12, 2013, 3:05 AM
The code you given is working as i expected.
Please take a look at the form's current view:-
Sanjeeb LenkaPosted Aug 12, 2013, 2:52 AM
try this
for label color
for table