1
Answer

time addition

Marvin kakuru

Marvin kakuru

12y
1.1k
1
hi there,

i am trying to add time spent on job since employment started. My textbox1.text is the total time to date and it it "40:20:00" now i am trying to add "08:30:00" in textbox2.text to get "48:50:00" in textbox3.text. i am failing to convert the time for addition.

any help will be highly appreciated.
Best regards. all yaa
Answers (1)
0
abed akhi

abed akhi

NA 57 23.5k 12y
Hi, as for the text-align:center

I replaced it with <center>...</center>

and it worked, thanks.
0
abed akhi

abed akhi

NA 57 23.5k 12y
Hi,

so for the float I replaced it with :

.inline
{
    
    display:inline-block;
    display:-moz-inline-box;
    vertical-align:top;
    
 }

and it worked on all the browsers but what about the text-align:center how should I fix it?
Next Recommended Forum