Posts by Júlio Souza Pereira • 64 points
3 posts
-
2
votes2
answers67
viewsA: input is inside the fildset tag, but is cutting the line
Probably Voce set width to 100% so try adding: input { outline: 0; margin: 0; box-sizing: border-box !important; } And if you still don’t use a reset: * { margin: 0; padding: 0; }…
-
1
votes2
answers49
viewsQ: Do you have a problem creating an element and setting the id to empty?
I intend to create a php function that creates html elements in a more agile way, the syntax should be more or less like a sublime extension does:…
-
1
votes2
answers654
viewsQ: How to replace one substring within a string with another?
I found in the documentation of PHP the function substr_replace but it doesn’t do exactly what I want, it simply replaces a string that I pass as a parameter by another substring. What I want is to…
phpasked Júlio Souza Pereira 64