Posts by Fernanda • 31 points
4 posts
-
-1
votes1
answer142
viewsQ: Error while sending message
I have a form (which was available on the server) for sending messages, and when doing a test to see if it would work, is returning me an error on the following line: if(mail($to, $assunto,…
-
2
votes3
answers893
viewsQ: 100% effect on Carousel
I’m needing to put an overlay effect over a bootstrap Carousel, but it takes all the same height. Clarifying better ... the first time I worked in this style - not in this excerpt I sent - through…
-
1
votes2
answers459
viewsQ: Modify breakpoint of navbar
nav #btn-principais{ background-color: #27C8D0; border-radius: 1px !important; float: right; } #logo{ width: 240px; height: auto; float: left; } nav .icon-bar{ background-color: #000; }…
-
0
votes0
answers49
viewsQ: PHP form is sending duplicate messages
I have a form for sending emails and although it is working - when sending the message - it presents a problem where when receiving these messages in the recipient’s email, it comes duplicated. One…