Posts by CESD • 40 points
3 posts
-
-3
votes3
answers799
viewsA: How to center image to text?
You can include margin:0 auto; in css for the image and take the float. img{ width:100px; height:auto; margin:0 auto; padding: 5px; }
-
1
votes1
answer369
viewsA: record via input button
Now there is no mistake, with this example you should be able to solve your problem, but study more JSON, it is worth it and my example is still not the best possible. html file. <!DOCTYPE…
-
2
votes0
answers161
viewsQ: Google API - Refresh Token
I’m trying to get a new one access_token after it has expired. I already keep in the bank the information I receive as a return on the customer’s first access:…