Posts by João V. • 3 points
2 posts
-
0
votes2
answers336
viewsA: Icon problem in browser bar
Try <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> If not, make sure the location of the icon matches the hosting, may be on your PC img/logoT3.png, but when the hosting…
-
0
votes2
answers3929
viewsQ: How to position the placeholder
How can I position the placeholder? I created a input but the digitable field does not follow, as in the example image: .inpt { border: none; background-color: #EBEBEB; padding: 3% 20%; margin-top:…