Posts by Felipe Oliveira • 11 points
3 posts
-
1
votes1
answer69
viewsQ: Put link inside the button
I’m sorry to ask, it’s a very simple question, but I don’t know how to solve. The tag creates the button but when I click on the button it just doesn’t do anything. It doesn’t take me to the link,…
htmlasked Felipe Oliveira 11 -
0
votes2
answers947
viewsQ: How do I give spaces between the Tag Input
I have a code and I need to organize a part of it, but I can’t. I need to enter a space between some input, but I don’t know how to do it. <tr> <td colspan="2"> <div…
-
-1
votes2
answers127
viewsQ: How do I remove the <input type="reset"> border without removing my css border?
#botoes { width: 270px; margin-left: 20px; } #botao { float: right; padding: 5px; 15px; …