Posts by joao dias • 96 points
13 posts
-
0
votes1
answer87
viewsA: I changed the html of the form, now the php file does not respond
I was here correcting your code I hope it helps you, just a form I don’t see why you have a form inside another without counting that you have too many tags and some badly closed I leave you here…
-
0
votes1
answer98
viewsQ: input:checked does not change border as prompted in css
I am trying to change the border of an image when the input of a checkbox is selected, or my css does not leave or something is blocking. Following the logic I tested these css lines and no one gave…
-
1
votes1
answer35
viewsQ: Problem with php sending email form and alternative checkbox
Hello I need help because I do not know a lot of php and I am not able to work the reply mail of my form in conditions. The checkbox only sends a reply of 1 of the selected articles and never sends…
-
0
votes1
answer197
viewsA: With CSS, is there any way to change the style of Text-Overflow:Ellipsis?
I think this is what you want. Out overflow ingles you have to rewrite the default text-styling you’re gonna need <span> (or any other) element .text-overflow { color: blue; font-weight: bold;…
-
1
votes2
answers150
viewsA: How to pick up a form and send it to e-mail?
you have 2 options first send email directly with that line <form action="mailto:[email protected]" method="post" enctype="text/plain"> if you want in php giving the example and just follow…
-
-2
votes3
answers54
viewsA: Website with centralized content but out of conjunction with the background
I don’t know if this is what you want to fix but if you want to align everything first you should align the photo with this css (I changed the width) #showcase img { width: 80%; margin-left: 60px; }…
-
0
votes1
answer39
viewsQ: form to not connect to google sheet
Hello I need some help I’m making a form following these steps Link and it’s not working I created by following the steps that are on this site . But I think the problem is in my code and why it’s…
-
1
votes3
answers1154
viewsA: How to scale aside and div center according to screen height
Should give height value either in 100% or in 100vh this to have a responsive site following the example can also see this as it helps with formatting Link Google html, body, margin: 0; padding:0;…
-
0
votes3
answers4406
viewsA: Use @media, @media screen and or @media only screen and Have a difference?
The big difference has to do with the resolutions you want the 1 line of code and for that resolution(assumes the resolution and adjusts to other screens) the 2 line and screen and the resolution…
-
0
votes1
answer121
viewsA: Difficulties with responsiveness
try this line that was ana Xeira was saying . <meta name="viewport" content="width=device-width, initial-scale=1.0"> Otherwise try this css code to see if it fixes the formatting. html, body {…
-
0
votes1
answer342
viewsA: Help with Responsive iframe formatting
I used this css code in the 1280x800 format on the Chrome console and the height continues to work badly I do not want that scroll aside want to fill the page . I also changed the html to see if a…
-
0
votes1
answer342
viewsQ: Help with Responsive iframe formatting
Hello I need help I have a google form that I want to put on a page with the format of 1280*800 and the problem and that does not occupy the page completely hides always or at the end of the form or…
-
0
votes1
answer194
viewsQ: help with shipping confirmation form and popup
hello good need help I am trying to make contact form to then receive in the email and wanted to appear a popup instead of page to confirm sending can help me **mail.php** <?php if…